Skip to content

Commit 4ffacfc

Browse files
authored
Merge pull request 0xPolygon#2507 from 0xPolygon/SPEC-507/redirect-rule
Spec 507/redirect rule
2 parents ebe532a + dacf379 commit 4ffacfc

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -688,6 +688,7 @@ plugins:
688688
'pos/how-to/operate-validator-node/validator-commission-operations.md': 'pos/how-to/operate-validator-node/next-steps.md'
689689
'pos/how-to/operate-validator-node/validator-staking-operations.md': 'pos/how-to/operate-validator-node/next-steps.md'
690690
'pos/how-to/operating/validator-node/index.md': 'pos/how-to/operate-validator-node/next-steps.md'
691+
'cdk/version-matrix/index.md': 'index.md'
691692

692693
validation:
693694
absolute_links: warn

nginx.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ http {
1616

1717
#REPLACE_APPS
1818

19+
location /cdk/version-matrix/ {
20+
return 302 /; # Redirect to the home page with a temporary redirect
21+
}
22+
1923
location / {
2024
root /app/#environment;
2125
index index.html;

0 commit comments

Comments
 (0)