1
0
forked from gitea/docs
Documentation for Gitea (https://github.com/go-gitea/gitea)
Go to file
2024-08-09 02:29:24 +00:00
.gitea/workflows Cache for release (#7) 2024-06-15 13:02:18 +00:00
docs Add storage configuration hint to simplify the configuration (#44) 2024-08-09 02:29:24 +00:00
i18n Add storage configuration hint to simplify the configuration (#44) 2024-08-09 02:29:24 +00:00
src Fix api of 1.22 2024-05-27 22:16:26 +08:00
static Fix more links and problems (#3) 2024-06-14 08:53:10 +00:00
versioned_docs Add storage configuration hint to simplify the configuration (#44) 2024-08-09 02:29:24 +00:00
versioned_sidebars Use a formal docusaurus i18n structure 2024-06-06 20:44:06 +08:00
.editorconfig Add .editorconfig and .gitattributes (#29) 2023-06-08 18:07:59 +00:00
.gitattributes Add .editorconfig and .gitattributes (#29) 2023-06-08 18:07:59 +00:00
.gitignore Fix more links and problems (#3) 2024-06-14 08:53:10 +00:00
.npmrc Add .npmrc and regenerate package-lock.json (#67) 2023-09-07 14:31:43 +00:00
.trans-copy.sh Bring back trans-copy.sh (#118) 2024-03-16 02:43:09 +00:00
babel.config.js first commit 2023-02-02 23:30:20 -05:00
check_outdated.sh Clone once (#52) 2023-07-28 05:52:35 +00:00
docusaurus.config.js Fix editUrl (#31) 2024-07-17 04:22:05 +00:00
Makefile Make CI faster with docusaurus cache actions (#5) 2024-06-15 05:16:46 +00:00
package-lock.json Upgrade docusaurus from 3.3.2 -> 3.4.0 2024-06-06 21:09:01 +08:00
package.json Upgrade docusaurus from 3.3.2 -> 3.4.0 2024-06-06 21:09:01 +08:00
README.md Remove unnecessary files 2024-06-06 21:08:01 +08:00
renovate.json5 Configure Renovate (#71) 2023-10-03 17:13:46 +00:00
sidebars.js Use a formal docusaurus i18n structure 2024-06-06 20:44:06 +08:00
versions.json Add version of 1.22 (#137) 2024-05-27 13:52:22 +00:00

Gitea Docs badge

How to build

make clean
make prepare-docs
make build

Development

make clean
make prepare-docs
make serve

Test en version

npm run start