Added 'quick start' to config.toml

This commit is contained in:
Thomas Smith 2023-01-23 12:02:49 -05:00
parent 47fef4d163
commit 0d928828b6

View file

@ -12,6 +12,13 @@ title = 'Equitable Open-Source for Web3'
url = 'https://github.com/teaxyz/cli/blob/main/README.md'
weight = 3
[[menu.main]]
identifier = 'Quick Start'
name = 'Quick Start'
title = 'Quick Start'
url = 'https://github.com/teaxyz/cli#getting-started'
weight = 4
[security]
[security.exec]
allow = ['^go$', '^postcss$', '^npx$', '^babel$']