mirror of
https://github.com/project-gauntlet/gauntlet.git
synced 2025-12-23 10:35:53 +00:00
16 lines
249 B
TOML
16 lines
249 B
TOML
[gauntlet]
|
|
name = 'Docs Inline'
|
|
description = ''
|
|
|
|
# docs-code-segment:start main
|
|
[[entrypoint]]
|
|
id = 'main'
|
|
name = 'Main'
|
|
path = 'src/main.tsx'
|
|
type = 'inline-view'
|
|
description = ''
|
|
# docs-code-segment:end
|
|
|
|
[permissions]
|
|
main_search_bar = ["read"]
|
|
|