Skip to content

Commit

Permalink
add redirects for /next/
Browse files Browse the repository at this point in the history
  • Loading branch information
akeller committed Sep 30, 2024
1 parent 2f7da15 commit 56fed94
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions static/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ RewriteRule (.*) https://%{SERVER_NAME}/$1 [R=301,L]
# Disable directory listing and multi views
Options -Indexes -MultiViews

# Move Go and CLI client to community section
RewriteRule ^docs/next/apis-tools/cli-client/(.*)$ /docs/next/apis-tools/community-clients/cli-client/$1 [R=301,L]
RewriteRule ^docs/next/apis-tools/go-client/(.*)$ /docs/next/apis-tools/community-clients/go-client/$1 [R=301,L]

# Remove rename, resume, update, and delete a cluster
RewriteRule ^docs/next/components/console/manage-clusters/rename-cluster/?$ /docs/next/components/console/manage-clusters/manage-cluster/$1 [R=301,L]
RewriteRule ^docs/next/components/console/manage-clusters/resume-cluster/?$ /docs/next/components/console/manage-clusters/manage-cluster/$1 [R=301,L]
Expand Down

0 comments on commit 56fed94

Please sign in to comment.