-
Notifications
You must be signed in to change notification settings - Fork 307
Adding doc detail for Tanzu CLI uninstall #1811
Conversation
@jpmcb - I don't know how to fix the mdlindt error? |
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.
Some pretty minor errors from the mdlinting. Here is a good reference to see what those error codes mean:
https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md
So from the job output:
docs/site/content/docs/latest/cli-uninstall.md:13 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2]
docs/site/content/docs/latest/cli-uninstall.md:14 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "The `~/.local/share/tce` folde..."]
docs/site/content/docs/latest/cli-uninstall.md:15:1 MD019/no-multiple-space-atx Multiple spaces after hash on atx style heading [Context: "## MacOS"]
docs/site/content/docs/latest/cli-uninstall.md:15 MD022/blanks-around-headings/blanks-around-headers Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Above] [Context: "## MacOS"]
docs/site/content/docs/latest/cli-uninstall.md:17 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2]
docs/site/content/docs/latest/cli-uninstall.md:24 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2]
docs/site/content/docs/latest/cli-uninstall.md:27 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2]
docs/site/content/docs/latest/cli-uninstall.md:41 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2]
Looks like most are MD012: https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md012---multiple-consecutive-blank-lines
With MD032, MD019, and MD022 all coming from around the first issue on lines 13-16.
So, should be able to edit those to correct the formatting, then just:
# edit file
git add .
git commit -s --amend
git push -f origin doc-uninstall-detail
c1af15a
to
b92a333
Compare
Signed-off-by: kcoriordan <koriordan@vmware.com>
b92a333
to
e929126
Compare
@stmcginnis thanks very much, very helpful as always - sorted now. |
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.
Looks great!
Signed-off-by: kcoriordan koriordan@vmware.com
Adds detail on paths uninsalled when Tanzu uninstall.sh is run
Adds links to uninstall standalone/management clusters
Details for the Release Notes (PLEASE PROVIDE)
Which issue(s) this PR fixes
Fixes: #1687
Describe testing done for PR
Special notes for your reviewer