Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit d68069e

Browse files
committed
chore(website): add link to homepage in sidebar
1 parent 5ee9f10 commit d68069e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

website/index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,10 @@ new Docute({
108108
title: 'Guide',
109109
collapsable: true,
110110
children: [
111+
{
112+
title: 'Introduction',
113+
link: '/'
114+
},
111115
{
112116
title: 'Customization',
113117
link: '/guide/customization'

0 commit comments

Comments
 (0)