We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edee672 commit e32591dCopy full SHA for e32591d
1 file changed
astro.config.js
@@ -13,13 +13,7 @@ export default defineConfig({
13
src: './assets/logo-no-text-64.png',
14
},
15
sidebar: [
16
- {
17
- items: [
18
- { label: 'Introduction', link: '/' },
19
- { label: 'Getting Started', link: '/getting-started/' },
20
- ],
21
- label: 'Start Here',
22
- },
+ { label: 'Getting Started', link: '/getting-started/' },
23
{
24
items: [
25
{ label: 'Configuration', link: '/guides/configuration/' },
0 commit comments