Skip to content

Commit 9bf581c

Browse files
committed
docs: add links to main parts of documentation
1 parent cce1ffa commit 9bf581c

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

docusaurus.config.js

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,17 +136,37 @@ const config = {
136136
title: 'Docs',
137137
items: [
138138
{
139-
label: 'Tutorial',
139+
label: 'Getting started',
140140
to: '/docs/Getting started',
141141
},
142+
{
143+
label: 'Basics',
144+
to: '/docs/Basics',
145+
},
146+
{
147+
label: 'Features',
148+
to: '/docs/Features',
149+
},
150+
{
151+
label: 'Tutorials',
152+
to: '/docs/Tutorials',
153+
},
154+
{
155+
label: 'Useful tips',
156+
to: '/docs/Useful tips',
157+
},
158+
{
159+
label: 'Glossary',
160+
to: '/docs/Glossary',
161+
},
142162
],
143163
},
144164
{
145165
title: 'More',
146166
items: [
147167
{
148168
label: 'GitHub',
149-
href: 'https://github.com/facebook/docusaurus',
169+
href: 'https://github.com/image-js/image-js-typescript',
150170
},
151171
],
152172
},

0 commit comments

Comments
 (0)