Skip to content

Commit 9dabe14

Browse files
committed
Update icon paths in manifest.json
This change updates the icon paths for various documentation sections to better represent their content. - Control Plane: ./images/icons/toggle_on.svg - Monitoring: ./images/icons/speed.svg - Automation: ./images/icons/plug.svg - Notifications: ./images/icons/info.svg
1 parent 2c96f63 commit 9dabe14

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
"title": "Control Plane",
154154
"description": "Configure user access to your control plane.",
155155
"path": "./admin/configure.md",
156-
"icon_path": "./images/icons/control-plane.svg"
156+
"icon_path": "./images/icons/toggle_on.svg"
157157
},
158158
{
159159
"title": "Infrastructure",
@@ -424,7 +424,7 @@
424424
"title": "Monitoring",
425425
"description": "Configure security policy and audit your deployment",
426426
"path": "./admin/monitoring/README.md",
427-
"icon_path": "./images/icons/health.svg",
427+
"icon_path": "./images/icons/speed.svg",
428428
"children": [
429429
{
430430
"title": "Logs",
@@ -465,13 +465,13 @@
465465
"title": "Automation",
466466
"description": "DIfferent ways to automate Coder actions and workflows",
467467
"path": "./admin/automation.md",
468-
"icon_path": "./images/icons/automation.svg"
468+
"icon_path": "./images/icons/plug.svg"
469469
},
470470
{
471471
"title": "Notifications",
472472
"description": "Configure notifications for your deployment",
473473
"path": "./admin/notifications.md",
474-
"icon_path": "./images/icons/notifications.svg"
474+
"icon_path": "./images/icons/info.svg"
475475
}
476476
]
477477
},

0 commit comments

Comments
 (0)