Skip to content
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

Fix indent in resource modifier docs #6584

Merged
merged 1 commit into from
Aug 7, 2023

Conversation

anshulahuja98
Copy link
Collaborator

Thank you for contributing to Velero!

Please add a summary of your change

Does your change fix a particular issue?

Fixes #6580

Please indicate you've done the following:

  • Accepted the DCO. Commits without the DCO will delay acceptance.
  • Created a changelog file or added /kind changelog-not-required as a comment on this pull request.
  • Updated the corresponding documentation in site/content/docs/main.

@anshulahuja98
Copy link
Collaborator Author

/kind changelog-not-required

@github-actions github-actions bot added the kind/changelog-not-required PR does not require a user changelog. Often for docs, website, or build changes label Aug 2, 2023
@codecov-commenter
Copy link

codecov-commenter commented Aug 2, 2023

Codecov Report

Merging #6584 (c2c5b7b) into main (7135f16) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #6584   +/-   ##
=======================================
  Coverage   60.18%   60.18%           
=======================================
  Files         242      242           
  Lines       25636    25636           
=======================================
  Hits        15428    15428           
  Misses       9135     9135           
  Partials     1073     1073           

namespaces:
- bar
- foo
patches:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems the indent of patches section is still incorrect when you view the file as Markdown.

Maybe it's related to the space before "```yaml"?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed it again.

Fix indent in resource modifier docs

Signed-off-by: Anshul Ahuja <anshul.ahu@gmail.com>

Fix
@Lyndon-Li Lyndon-Li merged commit ab162fa into vmware-tanzu:main Aug 7, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation kind/changelog-not-required PR does not require a user changelog. Often for docs, website, or build changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wrong indent in "Restore Resource Modifiers" doc
4 participants