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:
ShadowArcanist
2025-02-11 18:57:20 +05:30
parent 4673ee30cf
commit f1139b7dd7
+4
View File
@@ -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; }