diff options
author | John Olheiser <john.olheiser@gmail.com> | 2020-10-23 10:59:45 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-23 11:59:45 -0400 |
commit | 1d6b565de452d24e1db0ca21ba69289809fdc32a (patch) | |
tree | 90baf36836e97916c0469da6ecd5605c81e80b00 /docs/static | |
parent | bfc553164aafaacf5a82427b85145aa2ef34aaa3 (diff) | |
download | gitea-1d6b565de452d24e1db0ca21ba69289809fdc32a.tar.gz gitea-1d6b565de452d24e1db0ca21ba69289809fdc32a.zip |
Refactor docs (#13275)
* First pass
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* More changes
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Redirects
Signed-off-by: jolheiser <john.olheiser@gmail.com>
Diffstat (limited to 'docs/static')
-rw-r--r-- | docs/static/_redirects | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/static/_redirects b/docs/static/_redirects index 0eb23153ae..2114ae933f 100644 --- a/docs/static/_redirects +++ b/docs/static/_redirects @@ -6,3 +6,7 @@ https://gitea-docs.netlify.com/* https://docs.gitea.io/:splat 302! / /zh-cn/ 302! Language=zh-cn / /zh-tw/ 302! Language=zh-tw / /en-us/ 302! + +/en-us/ci-cd/ /en-us/integrations/ 302! +/en-us/third-party-tools/ /en-us/integrations/ 302! +/en-us/make/ /en-us/hacking-on-gitea/ 302! |