jolheiser
52841fa1d9
Makefile enhancements ( #89 )
...
These are some things I changed to make local development easier, especially when having to update multiple versions of docs at once like the docusaurus v3 update.
i.e.
```makefile
GITEA_REMOTE := ~/code/code.gitea.io/gitea
GITEA_LATEST_BRANCH := docs-v3
GITEA_VERSION_BRANCH_PREFIX := docs-v3-
...
```
to run the Makefile against my local repo.
Reviewed-on: https://gitea.com/gitea/gitea-docusaurus/pulls/89
Co-authored-by: jolheiser <[email protected] >
Co-committed-by: jolheiser <[email protected] >
2023-11-20 04:27:27 +00:00
jolheiser
ca34387b0c
feat: plausible ( #66 )
...
Adds plausible analytics to the docs.
Reviewed-on: https://gitea.com/gitea/gitea-docusaurus/pulls/66
Reviewed-by: silverwind <[email protected] >
Reviewed-by: delvh <[email protected] >
Co-authored-by: jolheiser <[email protected] >
Co-committed-by: jolheiser <[email protected] >
2023-08-22 01:27:01 +00:00
jolheiser
c24614753e
Update primary color(s) ( #53 )
...
Closes #35
One caveat, I used the docusaurus [styling and layout](https://docusaurus.io/docs/styling-layout/#styling-your-site-with-infima ) color generator and fiddled until I could get a AA contrast ratio, so the colors aren't as exact as the one suggested in https://gitea.com/gitea/gitea-docusaurus/issues/35#issuecomment-742982 (But it still looks better than the blue-green we currently have imo)


Reviewed-on: https://gitea.com/gitea/gitea-docusaurus/pulls/53
Co-authored-by: jolheiser <[email protected] >
Co-committed-by: jolheiser <[email protected] >
2023-07-27 23:49:16 +00:00
jolheiser
f397d309d2
Docusaurus-ify main repo ( #51 )
...
https://github.com/go-gitea/gitea/pull/26051
https://github.com/go-gitea/gitea/pull/26052
https://github.com/go-gitea/gitea/pull/26053
Reviewed-on: https://gitea.com/gitea/gitea-docusaurus/pulls/51
Co-authored-by: jolheiser <[email protected] >
Co-committed-by: jolheiser <[email protected] >
2023-07-27 14:55:46 +00:00
jolheiser
78cc25c09d
docs: add awesome and tea ( #49 )
...
As title, add awesome-gitea and tea to the footer
Reviewed-on: https://gitea.com/gitea/gitea-docusaurus/pulls/49
Co-authored-by: jolheiser <[email protected] >
Co-committed-by: jolheiser <[email protected] >
2023-07-21 15:15:51 +00:00
jolheiser
c77d0e0e34
Update footer ( #48 )
...
Add more to community footer, change `More` to `Code` and add gitea.com, and remove `Docs` section that just linked back to home.
Reviewed-on: https://gitea.com/gitea/gitea-docusaurus/pulls/48
Co-authored-by: jolheiser <[email protected] >
Co-committed-by: jolheiser <[email protected] >
2023-07-21 03:51:34 +00:00
jolheiser
d3323cee1c
fix: sed incantation for dl.gitea.com main-nightly ( #26 )
...
Signed-off-by: jolheiser <[email protected] >
Reviewed-on: https://gitea.com/gitea/gitea-docusaurus/pulls/26
Reviewed-by: techknowlogick <[email protected] >
Co-authored-by: jolheiser <[email protected] >
Co-committed-by: jolheiser <[email protected] >
2023-06-06 20:31:45 +00:00
jolheiser
54ed2879c1
Fix sed incantation for empty ( #23 )
...
Follow up for #22
Reviewed-on: https://gitea.com/gitea/gitea-docusaurus/pulls/23
Co-authored-by: jolheiser <[email protected] >
Co-committed-by: jolheiser <[email protected] >
2023-05-30 19:10:17 +00:00
jolheiser
d3c11f4363
fix: update sed incantation for empty ( #22 )
...
Should resolve #21
I cannot seem to get this to run properly on my machine, however this is an educated guess because the Chinese translation looks correct.
zh-cn
https://docs.gitea.com/zh-cn/administration/config-cheat-sheet#repository---release-repositoryrelease
https://gitea.com/gitea/gitea-docusaurus/src/commit/8c38ae516a72b802cc2889a507c824e0174f5256/loop_docs-zh-cn.sh#L11
en-us
https://docs.gitea.com/administration/config-cheat-sheet#repository---release-repositoryrelease
(check diff for current incantation)
Reviewed-on: https://gitea.com/gitea/gitea-docusaurus/pulls/22
Reviewed-by: techknowlogick <[email protected] >
Co-authored-by: jolheiser <[email protected] >
Co-committed-by: jolheiser <[email protected] >
2023-05-30 17:51:06 +00:00