Go to file
ConcurrentCrab 9cee5acb6b
Some checks failed
Build and Publish Docs site / build-docs (push) Successful in 7m43s
update swagger files / update-swagger (push) Failing after 10s
administration: Add docs for server.LFS_ALLOW_PURE_SSH (#49)
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-on: #49
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: 6543 <6543@obermui.de>
Co-authored-by: ConcurrentCrab <ishan1939.be21@chitkara.edu.in>
Co-committed-by: ConcurrentCrab <ishan1939.be21@chitkara.edu.in>
2024-09-28 07:33:44 +00:00
.gitea/workflows fix bug 2024-09-13 14:39:59 -07:00
docs administration: Add docs for server.LFS_ALLOW_PURE_SSH (#49) 2024-09-28 07:33:44 +00:00
i18n Use camo.Always instead of camo.Allways (#73) 2024-09-25 17:11:33 +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 Update versioned_docs/version-1.22/administration/reverse-proxies.md 2024-09-18 07:09:29 +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
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 Upgrade 1.22.1 -> 1.22.2 2024-09-05 18:47:25 -07: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