{{ message }}
docs: Docs refinement and quickstart added - #624
Merged
Merged
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
eedugon
force-pushed
the
cli_docs_initial_refinement
branch
from
September 10, 2026 20:28
1d80393 to
36ecf5d
Compare
Contributor
Author
Co-authored-by: Cursor <cursoragent@cursor.com>
eedugon
marked this pull request as ready for review
September 11, 2026 07:48
georgewallace
approved these changes
Sep 11, 2026
georgewallace
left a comment
Contributor
There was a problem hiding this comment.
This all honestly looks fantastic.. Everything ran perfectly, only one comment where you have a couple lines that read different but are very similar.
The quickstart and the Elastic Cloud guide describe the same read -rs step with different wording and an extra intro sentence that ends in a colon without a code block after it. Follow the Cloud guide pattern in both places. Co-authored-by: Cursor <cursoragent@cursor.com>
2 tasks
Contributor
🔍 Preview links for changed docs⏳ Building and deploying preview... View progress This comment will be updated with preview links when the build is complete. |
Contributor
2 tasks
JoshMock
approved these changes
Sep 11, 2026
JoshMock
left a comment
Member
There was a problem hiding this comment.
This is fantastic. Thank you for all these improvements! No notes, happy to merge when you are.
eedugon
added a commit
to elastic/docs-content
that referenced
this pull request
Sep 11, 2026
## Summary Adds identity mappings for the five static section anchors defined in `search-connection-details.md`. The page has a self-redirect for legacy anchor aliases; without these mappings, cross-repository deep links to its current anchors fail validation. For example, [elastic/cli#624](elastic/cli#624) links to the explicitly defined `find-endpoint-cloud-self-managed` anchor: ``` docs-content://solutions/elasticsearch-solution-project/search-connection-details.md#find-endpoint-cloud-self-managed ``` Although that anchor exists in the current document, validation fails because the self-redirect intercepts the link and its anchor map only handles legacy aliases: ``` Redirect rule for 'solutions/elasticsearch-solution-project/search-connection-details.md' in 'docs-content' found, but top-level rule did not handle anchor '#find-endpoint-cloud-self-managed'. ``` This provides at least a temporary solution that keeps the current document linkable through its explicitly defined section anchors while preserving the legacy anchor redirects. The H1 anchor and generated anchors are intentionally excluded. ## Generative AI disclosure 1. Did you use a generative AI (GenAI) tool to assist in creating this contribution? - [x] Yes - [ ] No Tool(s) and model(s) used: Cursor with GPT-5.6 Sol. Used to inspect the redirect behavior, verify every added anchor against the static anchors in the source document, and prepare this focused change. Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
Improves the Elastic CLI documentation and onboarding journey by:
Validation
Closes https://github.com/elastic/docs-content-internal/issues/1154