diff options
author | 2021-07-16 07:57:09 -0400 | |
---|---|---|
committer | 2021-07-16 13:39:59 -0400 | |
commit | ea27663f92d85282a0b3f8a52e31a6c0e13403c0 (patch) | |
tree | 8b7b08c876fbe8e55da76ff6ed91d99585d06456 /docs/src/config.ts | |
parent | dc4ba25b01254ed1c2088c081e8c861172ae58a4 (diff) | |
download | astro-ea27663f92d85282a0b3f8a52e31a6c0e13403c0.tar.gz astro-ea27663f92d85282a0b3f8a52e31a6c0e13403c0.tar.zst astro-ea27663f92d85282a0b3f8a52e31a6c0e13403c0.zip |
New getting started guide
Diffstat (limited to 'docs/src/config.ts')
-rw-r--r-- | docs/src/config.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/src/config.ts b/docs/src/config.ts index bb96ac4e9..d972fb366 100644 --- a/docs/src/config.ts +++ b/docs/src/config.ts @@ -3,6 +3,7 @@ export const sidebar = [ text: 'Setup', link: '', children: [ + { text: 'Getting Started', link: 'getting-started' }, { text: 'Installation', link: 'installation' }, { text: 'Quickstart', link: 'quick-start' }, { text: 'Examples', link: 'examples' }, |