open-consul/website/source/redirects.txt

92 lines
5.9 KiB
Plaintext
Raw Normal View History

#
# 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. Make sure to include the full URL in the redirect even if it resides on
# the same domain.
#
# /original-path https://www.consul.io/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 Engineering Services team for assistance.
#
# DELETING
#
# Deleting items is not supported at this time. To delete an item, contact the
# Engineering Services 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)
#
2019-04-04 22:53:44 +00:00
# Consul Redirects
/api.html https://www.consul.io/api/index.html
/api/acl.html https://www.consul.io/api/acl/acl.html
/docs/agent/acl-rules.html https://www.consul.io/docs/acl/acl-rules.html
/docs/agent/acl-system.html https://www.consul.io/docs/acl/acl-system.html
/docs/agent/http.html https://www.consul.io/api/index.html
/docs/guides/acl-legacy.html https://www.consul.io/docs/acl/acl-legacy.html
/docs/guide/acl-migrate-tokens.html https://www.consul.io/docs/acl/acl-migrate-tokens.html
/docs/guides/acl-migrate-tokens.html https://www.consul.io/docs/acl/acl-migrate-tokens.html
/docs/guides/bootstrapping.html https://www.consul.io/docs/install/bootstrapping.html
/docs/guides/sentinel.html https://www.consul.io/docs/agent/sentinel.html
[docs] Reorganize connect documentation for clarity (#5864) * clarify possibilities for centralized proxy configuration * add line breaks to config entries file * add info about centralized config to built in proxy doc * mondify connect landing page to help with navigation * move internals details to its own page * link fixes and shortening text on main page * put built-in proxy options on its own page * add configuration details for connect * clarify security title and add observability page * reorganize menu * remove observability from configuration section * Update website/source/docs/connect/configuration.html.md Co-Authored-By: Paul Banks <banks@banksco.de> * Update website/source/docs/connect/index.html.md Co-Authored-By: Paul Banks <banks@banksco.de> * Update website/source/docs/agent/config_entries.html.md Co-Authored-By: Paul Banks <banks@banksco.de> * Update website/source/docs/connect/configuration.html.md Co-Authored-By: Paul Banks <banks@banksco.de> * rename connect section to include service mesh * reorganize sections per suggestions from paul * add configuration edits from paul * add internals edits from paul * add observability edits from paul * reorganize pages and menu * Update website/source/docs/connect/configuration.html.md Co-Authored-By: Paul Banks <banks@banksco.de> * menu corrections and edits * incorporate some of pauls comments * incorporate more of pauls comments * Update website/source/docs/connect/configuration.html.md Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com> * Update website/source/docs/connect/index.html.md Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com> * Update website/source/docs/connect/index.html.md Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com> * Update website/source/docs/connect/registration.html.md Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com> * incorporate kaitlin and pavanni feedback * add redirect * fix conflicts in index file * Resolve conflicts in index file * correct links for new organization * Update website/source/docs/connect/proxies.html.md Co-Authored-By: Paul Banks <banks@banksco.de> * Update website/source/docs/connect/registration.html.md Co-Authored-By: Paul Banks <banks@banksco.de> * Update website/source/docs/connect/registration.html.md Co-Authored-By: Paul Banks <banks@banksco.de> * Update website/source/docs/connect/registration.html.md Co-Authored-By: Paul Banks <banks@banksco.de> * add title to service registration page
2019-06-14 05:52:50 +00:00
/docs/connect/proxies/sidecar-service.html https://www.consul.io/docs/connect/registration/sidecar-service.html
2019-04-04 22:53:44 +00:00
# CLI renames
/docs/commands/acl/acl-bootstrap.html https://www.consul.io/docs/commands/acl/bootstrap.html
/docs/commands/acl/acl-policy.html https://www.consul.io/docs/commands/acl/policy.html
/docs/commands/acl/acl-set-agent-token.html https://www.consul.io/docs/commands/acl/set-agent-token.html
/docs/commands/acl/acl-token.html https://www.consul.io/docs/commands/acl/token.html
/docs/commands/acl/acl-translate-rules.html https://www.consul.io/docs/commands/acl/translate-rules.html
2019-04-04 22:53:44 +00:00
# Consul Learn Redirects
/docs/guides/acl.html https://learn.hashicorp.com/consul/security-networking/production-acls
/docs/guides/agent-encryption.html https://learn.hashicorp.com/consul/security-networking/agent-encryption
/docs/guides/autopilot.html https://learn.hashicorp.com/consul/day-2-operations/autopilot
/docs/guides/backup.html https://learn.hashicorp.com/consul/datacenter-deploy/backup
/docs/guides/cluster-monitoring-metrics.html https://learn.hashicorp.com/consul/day-2-operations/monitoring
/docs/guides/creating-certificates.html https://learn.hashicorp.com/consul/security-networking/certificates
/docs/guides/deployment-guide.html https://learn.hashicorp.com/consul/datacenter-deploy/deployment-guide
/docs/guides/deployment.html https://learn.hashicorp.com/consul/datacenter-deploy/reference-architecture
/docs/guides/dns-cache.html https://learn.hashicorp.com/consul/security-networking/dns-caching
2019-04-04 22:53:44 +00:00
/docs/guides/minikube.html https://learn.hashicorp.com/consul/getting-started-k8s/minikube
/docs/guides/connect-production.html https://learn.hashicorp.com/consul/developer-segmentation/connect-production
/docs/guides/connect-envoy.html https://learn.hashicorp.com/consul/developer-segmentation/connect-envoy
/docs/guides/consul-template.html https://learn.hashicorp.com/consul/developer-configuration/consul-template
/docs/guides/consul-aws.html https://learn.hashicorp.com/consul/integrations/consul-aws
/docs/guides/forwarding.html https://learn.hashicorp.com/consul/security-networking/forwarding
/docs/guides/external.html https://learn.hashicorp.com/consul/developer-discovery/external
/docs/guides/advanced-federation.html https://learn.hashicorp.com/consul/day-2-operations/advanced-federation
/docs/guides/datacenters.html https://learn.hashicorp.com/consul/security-networking/datacenters
/docs/guides/geo-failover.html https://learn.hashicorp.com/consul/developer-discovery/geo-failover
/docs/guides/leader-election.html https://learn.hashicorp.com/consul/developer-configuration/elections
/docs/guides/monitoring-telegraf.html https://learn.hashicorp.com/consul/integrations/telegraf
/docs/guides/network-segments.html https://learn.hashicorp.com/consul/day-2-operations/network-segments
/docs/guides/semaphore.html https://learn.hashicorp.com/consul/developer-configuration/semaphore
/docs/guides/windows-guide.html https://learn.hashicorp.com/consul/datacenter-deploy/windows
/docs/guides/consul-containers.html https://hub.docker.com/_/consul
/docs/guides/kubernetes-reference.html https://learn.hashicorp.com/consul/day-1-operations/kubernetes-reference
# NOTE: Do not use this redirects file for intro doc links.
# A custom VCL (Varnish) configuration in the Fastly web admin has been
# used to redirect from `/intro/getting-started/*` to subpaths of
# https://learn.hashicorp.com/consul/