Add redirect for /intro/index.html, remove old unused redirects file (#5728)
* add redirect for /intro/index.html, remove old unused redirects file * adjust redirect link
This commit is contained in:
parent
f792a5f59b
commit
517589eff3
|
@ -1,130 +0,0 @@
|
|||
#
|
||||
# REDIRECTS FILE
|
||||
#
|
||||
# This is a sample redirect file. Redirects allow individual projects to add
|
||||
# their own redirect rules in a declarative manner using Fastly edge
|
||||
# dictionaries.
|
||||
#
|
||||
# FORMAT
|
||||
#
|
||||
# Redirects are in the format. There must be at least one space between the
|
||||
# original path and the new path, and there must be exactly two entries per
|
||||
# line.
|
||||
#
|
||||
# /original-path /new-path
|
||||
#
|
||||
# GLOB MATCHING
|
||||
#
|
||||
# Because of the way lookup tables work, there is no support for glob matching.
|
||||
# Fastly does not provide a way to iterate through the lookup table, so it is
|
||||
# not possible to run through the table and find anything that matches. As such
|
||||
# URLs must match directly.
|
||||
#
|
||||
# More complex redirects are possible, but must be added directly to the
|
||||
# configuration. Please contact the release engineering team for assistance.
|
||||
#
|
||||
# DELETING
|
||||
#
|
||||
# Deleting items is not supported at this time. To delete an item, contact the
|
||||
# release engineering team and they will delete the dictionary item.
|
||||
#
|
||||
# MISC
|
||||
#
|
||||
# - Blank lines are ignored
|
||||
# - Comments are hash-style
|
||||
# - URLs are limited to 256 characters
|
||||
# - Items are case-sensitive (please use all lowercase)
|
||||
#
|
||||
|
||||
/api/secret/generic/index.html /api/secret/kv/index.html
|
||||
/api/system/renew.html /api/system/leases.html
|
||||
/api/system/revoke.html /api/system/leases.html
|
||||
/api/system/revoke-force.html /api/system/leases.html
|
||||
/api/system/revoke-prefix.html /api/system/leases.html
|
||||
/docs/config/index.html /docs/configuration/index.html
|
||||
/docs/auth/aws-ec2.html /docs/auth/aws.html
|
||||
/docs/install/install.html /docs/install/index.html
|
||||
/docs/install/upgrade.html /guides/upgrading/index.html
|
||||
/docs/install/upgrade-to-0.5.html /guides/upgrading/upgrade-to-0.5.0.html
|
||||
/docs/install/upgrade-to-0.5.1.html /guides/upgrading/upgrade-to-0.5.1.html
|
||||
/docs/install/upgrade-to-0.6.html /guides/upgrading/upgrade-to-0.6.0.html
|
||||
/docs/install/upgrade-to-0.6.1.html /guides/upgrading/upgrade-to-0.6.1.html
|
||||
/docs/install/upgrade-to-0.6.2.html /guides/upgrading/upgrade-to-0.6.2.html
|
||||
/docs/http/sys-init.html /api/system/init.html
|
||||
/docs/http/sys-seal-status.html /api/system/seal-status.html
|
||||
/docs/http/sys-seal.html /api/system/seal.html
|
||||
/docs/http/sys-unseal.html /api/system/unseal.html
|
||||
/docs/http/sys-mounts.html /api/system/mounts.html
|
||||
/docs/http/sys-remount.html /api/system/remount.html
|
||||
/docs/http/sys-auth.html /api/system/auth.html
|
||||
/docs/http/sys-policy.html /api/system/policy.html
|
||||
/docs/http/sys-audit.html /api/system/audit.html
|
||||
/docs/http/sys-renew.html /api/system/leases.html
|
||||
/docs/http/sys-revoke.html /api/system/leases.html
|
||||
/docs/http/sys-revoke-prefix.html /api/system/leases.html
|
||||
/docs/http/sys-leader.html /api/system/leader.html
|
||||
/docs/http/sys-key-status.html /api/system/key-status.html
|
||||
/docs/http/sys-rekey.html /api/system/rekey.html
|
||||
/docs/http/sys-rotate.html /api/system/rotate.html
|
||||
/docs/http/sys-raw.html /api/system/raw.html
|
||||
/docs/http/sys-health.html /api/system/health.html
|
||||
|
||||
/docs/guides/generate-root.html /guides/operations/generate-root.html
|
||||
/docs/guides/index.html /guides/index.html
|
||||
/docs/guides/production.html /guides/operations/production.html
|
||||
/docs/guides/replication.html /guides/operations/replication.html
|
||||
/docs/guides/upgrading/index.html /docs/upgrading/index.html
|
||||
/docs/guides/upgrading/upgrade-to-0.5.0.html /docs/upgrading/upgrade-to-0.5.0.html
|
||||
/docs/guides/upgrading/upgrade-to-0.5.1.html /docs/upgrading/upgrade-to-0.5.1.html
|
||||
/docs/guides/upgrading/upgrade-to-0.6.0.html /docs/upgrading/upgrade-to-0.6.0.html
|
||||
/docs/guides/upgrading/upgrade-to-0.6.1.html /docs/upgrading/upgrade-to-0.6.1.html
|
||||
/docs/guides/upgrading/upgrade-to-0.6.2.html /docs/upgrading/upgrade-to-0.6.2.html
|
||||
/docs/guides/upgrading/upgrade-to-0.6.3.html /docs/upgrading/upgrade-to-0.6.3.html
|
||||
/docs/guides/upgrading/upgrade-to-0.6.4.html /docs/upgrading/upgrade-to-0.6.4.html
|
||||
/docs/guides/upgrading/upgrade-to-0.7.0.html /docs/upgrading/upgrade-to-0.7.0.html
|
||||
/guides/production.html /guides/operations/production.html
|
||||
/guides/replication.html /guides/operations/replication.html
|
||||
/guides/policies.html /guides/identity/policies.html
|
||||
/guides/authentication.html /guides/identity/authentication.html
|
||||
/guides/lease.html /guides/identity/lease.html
|
||||
/guides/generate-root.html /guides/operations/generate-root.html
|
||||
/guides/rekeying-and-rotating.html /guides/operations/rekeying-and-rotating.html
|
||||
/guides/plugin-backends.html /guides/operations/plugin-backends.html
|
||||
/guides/static-secrets.html /guides/secret-mgmt/static-secrets.html
|
||||
/guides/dynamic-secret.html /guides/secret-mgmt/dynamic-secret.html
|
||||
/guides/cubbyhole.html /guides/secret-mgmt/cubbyhole.html
|
||||
/docs/secrets/custom.html /docs/plugin/index.html
|
||||
/docs/secrets/generic/index.html /docs/secrets/kv/index.html
|
||||
/intro/getting-started/acl.html /intro/getting-started/policies.html
|
||||
/intro/getting-started/secret-backends.html /intro/getting-started/secrets-engines.html
|
||||
|
||||
/guides/configuration/policies.html /guides/identity/policies.html
|
||||
/guides/configuration/authentication.html /guides/identity/authentication.html
|
||||
/guides/configuration/lease.html /guides/identity/lease.html
|
||||
/guides/configuration/generate-root.html /guides/operations/generate-root.html
|
||||
/guides/configuration/rekeying-and-rotating.html /guides/operations/rekeying-and-rotating.html
|
||||
/guides/configuration/plugin-backends.html /guides/operations/plugin-backends.html
|
||||
|
||||
/docs/vault-enterprise/index.html /docs/enterprise/index.html
|
||||
/docs/vault-enterprise/replication/index.html /docs/enterprise/replication/index.html
|
||||
/docs/vault-enterprise/hsm/index.html /docs/enterprise/hsm/index.html
|
||||
/docs/vault-enterprise/hsm/behavior.html /docs/enterprise/hsm/behavior.html
|
||||
/docs/vault-enterprise/hsm/configuration.html /docs/enterprise/hsm/configuration.html
|
||||
/docs/vault-enterprise/hsm/security.html /docs/enterprise/hsm/security.html
|
||||
/docs/vault-enterprise/identity/index.html /docs/enterprise/identity/index.html
|
||||
/docs/vault-enterprise/mfa/index.html /docs/enterprise/mfa/index.html
|
||||
/docs/vault-enterprise/mfa/mfa-duo.html /docs/enterprise/mfa/mfa-duo.html
|
||||
/docs/vault-enterprise/mfa/mfa-okta.html /docs/enterprise/mfa/mfa-okta.html
|
||||
/docs/vault-enterprise/mfa/mfa-pingid.html /docs/enterprise/mfa/mfa-pingid.html
|
||||
/docs/vault-enterprise/mfa/mfa-totp.html /docs/enterprise/mfa/mfa-totp.html
|
||||
|
||||
/docs/commands/environment.html /docs/commands/index.html#environment-variables
|
||||
/docs/commands/read-write.html /docs/commands/index.html#reading-and-writing-data
|
||||
/docs/commands/help.html /docs/commands/path-help.html
|
||||
|
||||
/docs/enterprise/hsm/configuration.html /docs/configuration/seal/pkcs11.html
|
||||
/docs/configuration/storage/google-cloud.html /docs/configuration/storage/google-cloud-storage.html
|
||||
/docs/configuration/storage/spanner.html /docs/configuration/storage/google-cloud-spanner.html
|
||||
|
||||
/docs/vault-enterprise/ui/index.html /docs/configuration/ui/index.html
|
||||
/docs/enterprise/ui/index.html /docs/configuration/ui/index.html
|
|
@ -168,6 +168,7 @@
|
|||
/intro/what-is-vault/index.html /docs/what-is-vault
|
||||
|
||||
# Intro getting started content -> Learn
|
||||
/intro/index.html https://learn.hashicorp.com/vault/#getting-started
|
||||
/intro/getting-started/ https://learn.hashicorp.com/vault/getting-started/install
|
||||
/intro/getting-started/index.html https://learn.hashicorp.com/vault/getting-started/install
|
||||
/intro/getting-started/dev-server.html https://learn.hashicorp.com/vault/getting-started/dev-server
|
||||
|
|
Loading…
Reference in New Issue