-
Notifications
You must be signed in to change notification settings - Fork 25k
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
[DOCS] Use versions file from elastic/docs #46719
Conversation
Pinging @elastic/es-docs |
@elasticmachine update branch |
Blocked by elastic/stack-docs#512 |
@elasticmachine update branch |
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.
+1. Fine by me but I imagine there are others who'll want to weigh in too.
Rather than updating the includes in every index file, I think we should include the shared versions file from Versions.asciidoc like we do for the shared attributes. |
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
Replaces several attributes in
$ES_REPO_ROOT/doc/Versions.asciidoc
file with a stack version file.This will reduce work effort during docs releases and decrease the likelihood of update errors.
Closes #46687.