File tree Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Original file line number Diff line number Diff line change @@ -136,17 +136,37 @@ const config = {
136
136
title : 'Docs' ,
137
137
items : [
138
138
{
139
- label : 'Tutorial ' ,
139
+ label : 'Getting started ' ,
140
140
to : '/docs/Getting started' ,
141
141
} ,
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
+ } ,
142
162
] ,
143
163
} ,
144
164
{
145
165
title : 'More' ,
146
166
items : [
147
167
{
148
168
label : 'GitHub' ,
149
- href : 'https://github.com/facebook/docusaurus ' ,
169
+ href : 'https://github.com/image-js/image-js-typescript ' ,
150
170
} ,
151
171
] ,
152
172
} ,
You can’t perform that action at this time.
0 commit comments