Skip to content

Commit 256a0d8

Browse files
committed
Add icons for Access Workspaces and Scheduling sections
Enhance navigation by incorporating relevant icons for better visual distinction and accessibility. - Access Workspaces: Added "access.svg" - Workspace Scheduling: Added "stopwatch.svg" These changes improve the user experience in navigating the documentation.
1 parent f9b8053 commit 256a0d8

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

docs/images/icons/access.svg

Lines changed: 9 additions & 0 deletions
Loading

docs/images/icons/stopwatch.svg

Lines changed: 4 additions & 0 deletions
Loading

docs/manifest.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696
"title": "Access Workspaces",
9797
"description": "Connect to your Coder workspaces",
9898
"path": "./user-guides/workspace-access/README.md",
99+
"icon_path": "./images/icons/access.svg",
99100
"children": [
100101
{
101102
"title": "Visual Studio Code",
@@ -132,7 +133,8 @@
132133
{
133134
"title": "Workspace Scheduling",
134135
"description": "Cost control with workspace schedules",
135-
"path": "./user-guides/workspace-scheduling.md"
136+
"path": "./user-guides/workspace-scheduling.md",
137+
"icon_path": "./images/icons/stopwatch.svg"
136138
},
137139
{
138140
"title": "Dotfiles",

0 commit comments

Comments
 (0)