Skip to content

Commit faab202

Browse files
committed
docs: use each plugin's own icon for its docs page
1 parent 1af336a commit faab202

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

docs/content/5.plugins/1.data-inspector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Data Inspector'
33
navigation:
4-
icon: i-lucide-database
4+
icon: i-ph:crosshair-duotone
55
description: 'A Vue query workbench for live server-side objects: register data sources, then compose jora queries in the owning process.'
66
---
77

docs/content/5.plugins/2.inspect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Devframe Inspector'
33
navigation:
4-
icon: i-lucide-eye
4+
icon: i-ph:stethoscope-duotone
55
description: 'A self-inspector for any devframe connection, including the host framework''s — a Vue SPA.'
66
---
77

docs/content/5.plugins/3.og.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Open Graph Viewer'
33
navigation:
4-
icon: i-lucide-image
4+
icon: i-ph:image-square-duotone
55
description: 'Inspect a page''s Open Graph / Twitter metadata and social cards, built as a Vue + Vite SPA.'
66
---
77

docs/content/5.plugins/4.a11y.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Accessibility Inspector'
33
navigation:
4-
icon: i-lucide-accessibility
4+
icon: i-ph:person-simple-circle-duotone
55
description: 'Runs axe-core against the user app, lists WCAG A/AA violations in a Solid panel, and highlights the element on hover.'
66
---
77

docs/content/5.plugins/5.git.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Git'
33
navigation:
4-
icon: i-simple-icons-git
4+
icon: i-ph:git-branch-duotone
55
description: 'A repository dashboard — a Next.js + shadcn/ui SPA that shells out to git. The same bundle runs live or static.'
66
---
77

docs/content/5.plugins/6.terminals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Terminals'
33
navigation:
4-
icon: i-lucide-terminal
4+
icon: i-ph:terminal-window-duotone
55
description: 'A terminal panel — a Svelte SPA on xterm.js.'
66
---
77

docs/content/5.plugins/7.code-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Code Server'
33
navigation:
4-
icon: i-simple-icons-visualstudiocode
4+
icon: i-ph:code-duotone
55
description: 'Run VS Code in the browser as a devframe panel: detect a local editor, launch on demand, embed in an auto-authenticated iframe.'
66
---
77

docs/content/5.plugins/8.assets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Assets'
33
navigation:
4-
icon: i-lucide-folder-open
4+
icon: i-ph:image-square-duotone
55
description: 'Browse, preview, and manage files in a directory, porting Nuxt DevTools'' Assets tab.'
66
---
77

0 commit comments

Comments
 (0)