mirror of
https://github.com/project-gauntlet/gauntlet.git
synced 2025-12-23 10:35:53 +00:00
12 lines
227 B
TOML
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
|