Add navigation configuration for Forge Server Extension

This commit is contained in:
Jacob Schmidt 2026-05-16 10:39:47 -05:00
parent a4d5c2fd4d
commit b9c69c8ffa
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,2 @@
title: Forge Server Extension
icon: i-lucide-puzzle

View File

@ -416,6 +416,12 @@ npm run build:webui
Explore the client bridge model and addon-specific browser integration rules. Explore the client bridge model and addon-specific browser integration rules.
::: :::
:: ::
`
},
{
target: '2.server-extension/.navigation.yml',
content: `title: Forge Server Extension
icon: i-lucide-puzzle
` `
}, },
{ {