-
Notifications
You must be signed in to change notification settings - Fork 25.2k
[DOCS] Set explicit anchor for "SysV init
vs systemd
" section
#42525
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
Pinging @elastic/es-docs |
I think the anchor change is better than duplicating the anchor. |
Thanks for your help @nik9000. This is now ready for your review. |
@@ -128,6 +128,8 @@ sudo dpkg -i elasticsearch-{version}.deb | |||
|
|||
endif::[] | |||
|
|||
:int-context: deb |
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.
Could you do :init-context:
instead?
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.
Added with c161040. Thanks!
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.
LGTM. Thanks!
This PR attempts to fix the following autogenerated anchors so they render consistently in AsciiDoc and Asciidoctor:
However, the
init-systemd.asciidoc
file containing the anchor is included in two other files:This means the explicit anchors is reused. Reusing the anchor results in the following errors:
Next steps
@nik9000
Let me know if you have any suggestions. We might be better off just accepting the anchor change.