-
Notifications
You must be signed in to change notification settings - Fork 25.8k
[DOCS] Elasticsearch release note test #140795
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
base: main
Are you sure you want to change the base?
Conversation
🔍 Preview links for changed docs |
ℹ️ Important: Docs version tagging👋 Thanks for updating the docs! Just a friendly reminder that our docs are now cumulative. This means all 9.x versions are documented on the same page and published off of the main branch, instead of creating separate pages for each minor version. We use applies_to tags to mark version-specific features and changes. Expand for a quick overviewWhen to use applies_to tags:✅ At the page level to indicate which products/deployments the content applies to (mandatory) What NOT to do:❌ Don't remove or replace information that applies to an older version 🤔 Need help?
|
This PR is a test of the
docs-builder changelog add,bundle, andrendercommands, which are documented in https://docs-v3-preview.elastic.dev/elastic/docs-builder/tree/main/contribute/changelogIn particular, it contains output files generated with the following fixes and enhancements applied elastic/docs-builder#2485 and elastic/docs-builder#2481
NOTE: The changelogs with the new format are put in a "new" sub-folder for the purposes of this test but that's not an indication of where they'll be stored in the long-term.
Procedure
This content was created by following these steps:
docs-builder changelog add \ --prs ./docs/elasticsearch-9.3.0.txt \ --repo elasticsearch --owner elastic \ --products "elasticsearch 9.3.0" \ --config ./docs/changelog.yml \ --output ./docs/changelog/new/ \ --use-pr-number --strip-title-prefix>non-issuelabel and one is missing any "type" labels).docs-builder changelog bundle \ --directory ./elasticsearch/docs/changelog/new \ --output ./docs/release-notes/changelog-bundles/9.3.0.yaml \ --prs ./docs/elasticsearch-9.3.0.txt \ --output-products "elasticsearch 9.3.0 ga"docs-builder changelog render \ --config ./docs/changelog.yml \ --input "/path/to/elasticsearch/docs/release-notes/changelog-bundles/9.3.0.yaml|/path/to/elasticsearch/docs/changelog/new|elasticsearch|keep-links" \ --output ./docs/release-notes/_snippets/ \ --subsections