mirror of
https://github.com/coollabsio/coolify-docs.git
synced 2026-06-19 07:35:55 +00:00
Add redirects to handle screenshots and videos page on new docs -- we don't plan to add those pages in the new docs
This commit is contained in:
@@ -77,3 +77,7 @@ location = /docs/knowledge-base/services/statusnook { return 301 /docs/services/
|
||||
location = /docs/knowledge-base/contribute/coolify { return 301 /docs/resource/contribute/coolify; }
|
||||
location = /docs/knowledge-base/contribute/service { return 301 /docs/resource/contribute/service; }
|
||||
location = /docs/knowledge-base/contribute/documentation { return 301 /docs/resource/contribute/documentation; }
|
||||
|
||||
# Redirects for the pages we removed on the new docs -> New Paths
|
||||
location = /docs/screenshots { return 301 /docs/what-is-coolify; }
|
||||
location = /docs/videos { return 301 /docs/what-is-coolify; }
|
||||
Reference in New Issue
Block a user