Skip to content

Commit e32591d

Browse files
committed
docs: remove introduction link in sidebar
1 parent edee672 commit e32591d

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

astro.config.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,7 @@ export default defineConfig({
1313
src: './assets/logo-no-text-64.png',
1414
},
1515
sidebar: [
16-
{
17-
items: [
18-
{ label: 'Introduction', link: '/' },
19-
{ label: 'Getting Started', link: '/getting-started/' },
20-
],
21-
label: 'Start Here',
22-
},
16+
{ label: 'Getting Started', link: '/getting-started/' },
2317
{
2418
items: [
2519
{ label: 'Configuration', link: '/guides/configuration/' },

0 commit comments

Comments
 (0)