File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff 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
692693validation :
693694 absolute_links : warn
Original file line number Diff line number Diff 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;
You can’t perform that action at this time.
0 commit comments