Skip to content

Commit

Permalink
Add redirects to handle screenshots and videos page on new docs -- we…
Browse files Browse the repository at this point in the history
… don't plan to add those pages in the new docs
  • Loading branch information
ShadowArcanist committed Feb 11, 2025
1 parent 4673ee3 commit f1139b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nginx/redirects.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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; }

0 comments on commit f1139b7

Please sign in to comment.