add readthedocs content to the guide#2769
Conversation
|
A documentation preview will be available soon. Request a new doc build by commenting
If your PR continues to fail for an unknown reason, the doc build pipeline may be broken. Elastic employees can check the pipeline status here. |
647753a to
a6de800
Compare
a6de800 to
36393b7
Compare
pquentin
left a comment
There was a problem hiding this comment.
Excellent work,thank you! Can we easily add a sample code snippet to the index page?
|
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-8.x 8.x
# Navigate to the new working tree
cd .worktrees/backport-8.x
# Create a new branch
git switch --create backport-2769-to-8.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 03033cc60ee3ce9d563e8db772b3e6c0e7d7c87c
# Push it to GitHub
git push --set-upstream origin backport-2769-to-8.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-8.xThen, create a pull request where the |
|
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-8.18 8.18
# Navigate to the new working tree
cd .worktrees/backport-8.18
# Create a new branch
git switch --create backport-2769-to-8.18
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 03033cc60ee3ce9d563e8db772b3e6c0e7d7c87c
# Push it to GitHub
git push --set-upstream origin backport-2769-to-8.18
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-8.18Then, create a pull request where the |
This change adds content only available in the readthedocs documentation to the Python client guide hosted on elastic.co.