-
Notifications
You must be signed in to change notification settings - Fork 102
[DOCS] Add links for longer-form examples for refresh and analyzer updates #4525
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
Add ext_doc_id annotations for refresh and analyzer settings - Add indices-refresh-disable and analyzer-update-existing to doc IDs table - Link IndexSettings to analyzer update documentation - Link IndicesPutSettingsRequest to both refresh disable and analyzer update docs - Add explanatory text pointing users to linked documentation examples ```
Following you can find the validation results for the APIs you have changed.
You can validate these APIs yourself by using the |
specification/indices/put_settings/IndicesPutSettingsRequest.ts
Outdated
Show resolved
Hide resolved
- link analyze settings to analyzer update docs - use markdown links in put settings to avoid duplicates - add contextual verbiage pointing to linked docs
Following you can find the validation results for the APIs you have changed.
You can validate these APIs yourself by using the |
1 similar comment
Following you can find the validation results for the APIs you have changed.
You can validate these APIs yourself by using the |
I was able to generate a preview using: https://bump.sh/preview/5d2e47a9-6189-4b69-8b9d-06ced7445bb2 |
Following you can find the validation results for the APIs you have changed.
You can validate these APIs yourself by using the |
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.
Markdown works as expected in the description. LGTM!
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-9.0 9.0
# Navigate to the new working tree
cd .worktrees/backport-9.0
# Create a new branch
git switch --create backport-4525-to-9.0
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 f1305c483602ffc004f51ae54261e18a6681e38c
# Push it to GitHub
git push --set-upstream origin backport-4525-to-9.0
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-9.0 Then, create a pull request where the |
Backport PR: #4540 |
…nd analyzer updates (#4525 (#4540) * [DOCS] Add links for longer-form examples for refresh and analyzer updates (#4525) - link bulk request to refresh disable docs - link analyze settings to analyzer update docs - use markdown links in PUT settings to avoid duplicates - add contextual verbiage pointing to linked docs (cherry picked from commit f1305c4) * fix unintended link changes in csv file
Preview
Related to https://github.com/elastic/docs-projects/issues/302 and elastic/docs-content#1697