-
Notifications
You must be signed in to change notification settings - Fork 25.2k
[DOCS] Update anchor and add redirect for aliases #77349
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
PRs #73062 and #73043 repurposed the `alias` anchor for a new guide for index and data stream aliases. Previously, this anchor was used for our field alias documentation. Repurposing the anchor has caused continuity errors for users selecting different versions of the ES docs. It could also cause confusion for users with a `/current/` link to the `alias` page. This updates the anchor for the alias guide and adds a redirect page to disambiguate the `alias` anchor. It also fixes a bread crumb issue for redirects following the 'Modifying your Data' redirect page. Closes #77034.
[role="exclude",id="alias"] | ||
=== Aliases | ||
|
||
For field aliases, refer to <<field-alias>>. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In 7.13 and 7.12, I'll only include this portion of the redirect.
Pinging @elastic/es-docs (Team:Docs) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested the output, and it's looking great. 👍 thanks for tackling this one @jrodewig!
Thanks @lockewritesdocs! |
PRs #73062 and #73043 repurposed the `alias` anchor for a new guide for index and data stream aliases. Previously, this anchor was used for our field alias documentation. Repurposing the anchor has caused continuity errors for users selecting different versions of the ES docs. It could also cause confusion for users with a `/current/` link to the `alias` page. This adds a redirect page for the `alias` anchor. It also fixes a bread crumb issue for redirects following the 'Modifying your Data' redirect page.
PRs #73062 and #73043 repurposed the `alias` anchor for a new guide for index and data stream aliases. Previously, this anchor was used for our field alias documentation. Repurposing the anchor has caused continuity errors for users selecting different versions of the ES docs. It could also cause confusion for users with a `/current/` link to the `alias` page. This adds a redirect page for the `alias` anchor. It also fixes a bread crumb issue for redirects following the 'Modifying your Data' redirect page.
…7357) * [DOCS] Update anchor and add redirect for aliases (#77349) PRs #73062 and #73043 repurposed the `alias` anchor for a new guide for index and data stream aliases. Previously, this anchor was used for our field alias documentation. Repurposing the anchor has caused continuity errors for users selecting different versions of the ES docs. It could also cause confusion for users with a `/current/` link to the `alias` page. This updates the anchor for the alias guide and adds a redirect page to disambiguate the `alias` anchor. It also fixes a bread crumb issue for redirects following the 'Modifying your Data' redirect page. Closes #77034. # Conflicts: # docs/reference/search/multi-search.asciidoc * [DOCS] Add anchor text to field alias redirect
…7356) * [DOCS] Update anchor and add redirect for aliases (#77349) PRs #73062 and #73043 repurposed the `alias` anchor for a new guide for index and data stream aliases. Previously, this anchor was used for our field alias documentation. Repurposing the anchor has caused continuity errors for users selecting different versions of the ES docs. It could also cause confusion for users with a `/current/` link to the `alias` page. This updates the anchor for the alias guide and adds a redirect page to disambiguate the `alias` anchor. It also fixes a bread crumb issue for redirects following the 'Modifying your Data' redirect page. Closes #77034. # Conflicts: # docs/reference/search/multi-search.asciidoc * [DOCS] Add anchor text to field alias redirect
) * [DOCS] Update anchor and add redirect for aliases (#77349) PRs #73062 and #73043 repurposed the `alias` anchor for a new guide for index and data stream aliases. Previously, this anchor was used for our field alias documentation. Repurposing the anchor has caused continuity errors for users selecting different versions of the ES docs. It could also cause confusion for users with a `/current/` link to the `alias` page. This updates the anchor for the alias guide and adds a redirect page to disambiguate the `alias` anchor. It also fixes a bread crumb issue for redirects following the 'Modifying your Data' redirect page. Closes #77034. # Conflicts: # docs/reference/search/multi-search.asciidoc * [DOCS] Add anchor text to field alias redirect
PRs #73062 and #73043 repurposed the
alias
anchor for a new guide for indexand data stream aliases. Previously, this anchor was used for our field alias
documentation.
Repurposing the anchor has caused continuity errors for users selecting
different versions of the ES docs. It could also cause confusion for users with
a
/current/
link to thealias
page.This updates the anchor for the alias guide and adds a redirect page to
disambiguate the
alias
anchor.It also fixes a bread crumb issue for redirects following the 'Modifying your
Data' redirect page.
Closes #77034.