Skip to content

Commit

Permalink
add redirects to CCH
Browse files Browse the repository at this point in the history
  • Loading branch information
akeller committed Mar 4, 2025
1 parent bc10f7a commit 03b5db9
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 @@ -95,6 +95,10 @@ RewriteRule ^docs/reference/bpmn-processes/?(.*)$ /docs/components/modeler/bpmn/
# 3. Specific content moves
##################################################################################

# Remove go and zbctl pages, redirect to CCH
RewriteRule ^docs/apis-tools/community-clients/cli-client/(.*)$ https://github.com/camunda-community-hub/zeebe-client-go/blob/main/cmd/zbctl/zbctl.md [R=301,L]
RewriteRule ^docs/apis-tools/community-clients/go-client/(.*)$ https://github.com/camunda-community-hub/zeebe-client-go [R=301,L]

# Remove meta page
RewriteRule ^meta/ / [R=301,L]

Expand Down

0 comments on commit 03b5db9

Please sign in to comment.