We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ebe532a + dacf379 commit 4ffacfcCopy full SHA for 4ffacfc
2 files changed
mkdocs.yml
@@ -688,6 +688,7 @@ plugins:
688
'pos/how-to/operate-validator-node/validator-commission-operations.md': 'pos/how-to/operate-validator-node/next-steps.md'
689
'pos/how-to/operate-validator-node/validator-staking-operations.md': 'pos/how-to/operate-validator-node/next-steps.md'
690
'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'
692
693
validation:
694
absolute_links: warn
nginx.conf
@@ -16,6 +16,10 @@ http {
16
17
#REPLACE_APPS
18
19
+ location /cdk/version-matrix/ {
20
+ return 302 /; # Redirect to the home page with a temporary redirect
21
+ }
22
+
23
location / {
24
root /app/#environment;
25
index index.html;
0 commit comments