diff --git a/mkdocs.yml b/mkdocs.yml index 06c8f4d3..d40e97f8 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -688,6 +688,7 @@ plugins: 'pos/how-to/operate-validator-node/validator-commission-operations.md': 'pos/how-to/operate-validator-node/next-steps.md' 'pos/how-to/operate-validator-node/validator-staking-operations.md': 'pos/how-to/operate-validator-node/next-steps.md' 'pos/how-to/operating/validator-node/index.md': 'pos/how-to/operate-validator-node/next-steps.md' + 'cdk/version-matrix/index.md': 'index.md' validation: absolute_links: warn diff --git a/nginx.conf b/nginx.conf index 5e69e667..cbbb90d4 100644 --- a/nginx.conf +++ b/nginx.conf @@ -16,6 +16,10 @@ http { #REPLACE_APPS + location /cdk/version-matrix/ { + return 302 /; # Redirect to the home page with a temporary redirect + } + location / { root /app/#environment; index index.html;