Fix table formatting in register snapshot repository#10102
Conversation
Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
|
Thank you for submitting your PR. The PR states are In progress (or Draft) -> Tech review -> Doc review -> Editorial review -> Merged. Before you submit your PR for doc review, make sure the content is technically accurate. If you need help finding a tech reviewer, tag a maintainer. When you're ready for doc review, tag the assignee of this PR. The doc reviewer may push edits to the PR directly or leave comments and editorial suggestions for you to address (let us know in a comment if you have a preference). The doc reviewer will arrange for an editorial review. |
Signed-off-by: Nathan Bower <nbower@amazon.com>
|
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-3.0 3.0
# Navigate to the new working tree
pushd ../.worktrees/backport-3.0
# Create a new branch
git switch --create backport/backport-10102-to-3.0
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 7d105a9cb182a5ad9ff132bf722eae2f6065b408
# Push it to GitHub
git push --set-upstream origin backport/backport-10102-to-3.0
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/backport-3.0Then, create a pull request where the |
…ect#10102) * Update create-repository.md Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> * Update _api-reference/snapshots/create-repository.md Signed-off-by: Nathan Bower <nbower@amazon.com> --------- Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> Signed-off-by: Nathan Bower <nbower@amazon.com> Co-authored-by: Nathan Bower <nbower@amazon.com> Signed-off-by: Eric Pugh <epugh@opensourceconnections.com>
Fix table formatting in register snapshot repository
Checklist
For more information on following Developer Certificate of Origin and signing off your commits, please check here.