gauntlet/example_plugins/plugins/ui_navigation/gauntlet.toml
2025-04-24 21:13:43 +02:00

12 lines
227 B
TOML

[gauntlet]
name = 'Docs Navigation'
description = ''
# docs-code-segment:start navigation
[[entrypoint]]
id = 'navigation'
name = 'Navigation'
path = 'src/navigation.tsx'
type = 'view'
description = ''
# docs-code-segment:end