www/src/config.toml

25 lines
541 B
TOML
Raw Normal View History

baseURL = 'https://tea.xyz/'
languageCode = 'en-us'
title = 'Equitable Open-Source for Web3'
# menu links via config file
[menu]
[[menu.main]]
2023-01-23 19:52:12 +03:00
identifier = 'docs'
name = 'Docs'
title = 'docs'
url = 'https://github.com/teaxyz/cli/blob/main/README.md'
weight = 3
2022-11-10 05:45:40 +03:00
2023-01-23 20:02:49 +03:00
[[menu.main]]
identifier = 'Quick Start'
name = 'Quick Start'
title = 'Quick Start'
url = 'https://github.com/teaxyz/cli#getting-started'
weight = 4
2022-11-10 05:45:40 +03:00
[security]
[security.exec]
allow = ['^go$', '^postcss$', '^npx$', '^babel$']