open-vault/website/redirects.txt
Jeff Escalante a3dfde5cec New Docs Website (#5535)
* conversion stage 1

* correct image paths

* add sidebar title to frontmatter

* docs/concepts and docs/internals

* configuration docs and multi-level nav corrections

* commands docs, index file corrections, small item nav correction

* secrets converted

* auth

* add enterprise and agent docs

* add extra dividers

* secret section, wip

* correct sidebar nav title in front matter for apu section, start working on api items

* auth and backend, a couple directory structure fixes

* remove old docs

* intro side nav converted

* reset sidebar styles, add hashi-global-styles

* basic styling for nav sidebar

* folder collapse functionality

* patch up border length on last list item

* wip restructure for content component

* taking middleman hacking to the extreme, but its working

* small css fix

* add new mega nav

* fix a small mistake from the rebase

* fix a content resolution issue with middleman

* title a couple missing docs pages

* update deps, remove temporary markup

* community page

* footer to layout, community page css adjustments

* wip downloads page

* deps updated, downloads page ready

* fix community page

* homepage progress

* add components, adjust spacing

* docs and api landing pages

* a bunch of fixes, add docs and api landing pages

* update deps, add deploy scripts

* add readme note

* update deploy command

* overview page, index title

* Update doc fields

Note this still requires the link fields to be populated -- this is solely related to copy on the description fields

* Update api_basic_categories.yml

Updated API category descriptions. Like the document descriptions you'll still need to update the link headers to the proper target pages.

* Add bottom hero, adjust CSS, responsive friendly

* Add mega nav title

* homepage adjustments, asset boosts

* small fixes

* docs page styling fixes

* meganav title

* some category link corrections

* Update API categories page

updated to reflect the second level headings for api categories

* Update docs_detailed_categories.yml

Updated to represent the existing docs structure

* Update docs_detailed_categories.yml

* docs page data fix, extra operator page remove

* api data fix

* fix makefile

* update deps, add product subnav to docs and api landing pages

* Rearrange non-hands-on guides to _docs_

Since there is no place for these on learn.hashicorp, we'll put them
under _docs_.

* WIP Redirects for guides to docs

* content and component updates

* font weight hotfix, redirects

* fix guides and intro sidenavs

* fix some redirects

* small style tweaks

* Redirects to learn and internally to docs

* Remove redirect to `/vault`

* Remove `.html` from destination on redirects

* fix incorrect index redirect

* final touchups

* address feedback from michell for makefile and product downloads
2018-10-19 08:40:11 -07:00

131 lines
7.4 KiB
Plaintext

#
# 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