diff options
author | 2021-06-11 19:56:31 +0000 | |
---|---|---|
committer | 2021-06-11 19:56:31 +0000 | |
commit | 68c6bc7d76517469ca7277a34d929ec8ad939d74 (patch) | |
tree | 9eac290131919f7a0da0aae80a7272ce425deed0 /examples/docs/src/config.ts | |
parent | 348d829e94b778874d13c8e07a5105321deab025 (diff) | |
download | astro-68c6bc7d76517469ca7277a34d929ec8ad939d74.tar.gz astro-68c6bc7d76517469ca7277a34d929ec8ad939d74.tar.zst astro-68c6bc7d76517469ca7277a34d929ec8ad939d74.zip |
[ci] yarn format
Diffstat (limited to 'examples/docs/src/config.ts')
-rw-r--r-- | examples/docs/src/config.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/docs/src/config.ts b/examples/docs/src/config.ts index 96edecaf3..4b6268e23 100644 --- a/examples/docs/src/config.ts +++ b/examples/docs/src/config.ts @@ -1,6 +1,6 @@ export const sidebar = [ { - text: 'Introduction', + text: 'Introduction', link: '/', children: [ { text: 'Getting Started', link: '/getting-started' }, |