Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7895f41

Browse files
committed
Add trash icon and uninstall section to docs
Include a trash icon for the uninstall section in the documentation manifest to improve visual navigation for users.
1 parent 27e9826 commit 7895f41

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

docs/images/icons/trash.svg

Lines changed: 5 additions & 0 deletions
Loading

docs/manifest.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,12 @@
8383
"description": "Learn how to upgrade Coder",
8484
"path": "./install/upgrade.md",
8585
"icon_path": "./images/icons/upgrade.svg"
86+
},
87+
{
88+
"title": "Uninstall",
89+
"description": "Learn how to uninstall Coder",
90+
"path": "./install/uninstall.md",
91+
"icon_path": "./images/icons/trash.svg"
8692
}
8793
]
8894
},

0 commit comments

Comments
 (0)