mirror of
https://github.com/status-im/consul.git
synced 2025-02-04 01:43:43 +00:00
3981c5d48c
* Adds redirects for Getting Started pages * Uses correct links to resources at learn.hashicorp * Reconfigures "Learn more" links to point to learn.hashicorp * Links to learn.hashicorp on segmentation page * Adds redirect for sample config file * Fixes links to Getting Started guide on learn.hashicorp * Remove getting started guide which is now on learn.hashicorp * Corrects link to `consul/io` which should go to `consul.io` * Revert "Remove getting started guide which is now on learn.hashicorp" This reverts commit 2cebacf402f83fb936718b41ac9a27415f4e9f21 so a placeholder message can be written here while we are transitioning content to learn.hashicorp * Adding a new page for getting started to direct users to learn. * Added a note at the being of each doc to notify users about the temporary repo change. * Revert "Added a note at the being of each doc to notify users about the temporary repo change." This reverts commit 9a2a8781f9705028e4f53f758ef235e74b2b7198. From conversation at https://github.com/hashicorp/consul/pull/4878 * Removes redirect from sample web.json demo file * Removed typo
51 lines
2.1 KiB
Plaintext
51 lines
2.1 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.html /api/index.html
|
|
/docs/agent/http.html /api/index.html
|
|
|
|
/intro/getting-started/install.html https://learn.hashicorp.com/consul/getting-started/install.html
|
|
/intro/getting-started/agent.html https://learn.hashicorp.com/consul/getting-started/agent.html
|
|
/intro/getting-started/services.html https://learn.hashicorp.com/consul/getting-started/services.html
|
|
/intro/getting-started/connect.html https://learn.hashicorp.com/consul/getting-started/connect.html
|
|
/intro/getting-started/join.html https://learn.hashicorp.com/consul/getting-started/join.html
|
|
/intro/getting-started/checks.html https://learn.hashicorp.com/consul/getting-started/checks.html
|
|
/intro/getting-started/kv.html https://learn.hashicorp.com/consul/getting-started/kv.html
|
|
/intro/getting-started/ui.html https://learn.hashicorp.com/consul/getting-started/ui.html
|
|
/intro/getting-started/next-steps.html https://learn.hashicorp.com/consul/getting-started/next-steps.html
|