mention nginx redirections (tpo/web/team#39) authored by anarcat's avatar anarcat
...@@ -495,7 +495,9 @@ The *is* a mechanism to [add a sidebar](https://docs.gitlab.com/ee/user/project/ ...@@ -495,7 +495,9 @@ The *is* a mechanism to [add a sidebar](https://docs.gitlab.com/ee/user/project/
said, which can help quite a bit in giving a rough structure. But said, which can help quite a bit in giving a rough structure. But
restructuring the wiki is hard: renaming pages breaks all links restructuring the wiki is hard: renaming pages breaks all links
pointing to it and [there is no way to do redirects](https://gitlab.com/gitlab-org/gitlab/-/issues/257892) which is a pointing to it and [there is no way to do redirects](https://gitlab.com/gitlab-org/gitlab/-/issues/257892) which is a
major regression from ikiwiki. major regression from ikiwiki. Note that we can inject redirections at
the Nginx level, see [tpo/web/team#39](https://gitlab.torproject.org/tpo/web/team/-/issues/39) for an example, but this
requires administrator access.
Using a static site generator (SSG) could help here: many of them Using a static site generator (SSG) could help here: many of them
support redirections (and so [does GitLab Pages](https://docs.gitlab.com/ee/user/project/pages/redirects.html), although in a support redirections (and so [does GitLab Pages](https://docs.gitlab.com/ee/user/project/pages/redirects.html), although in a
... ...
......