We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b589de commit a53fe7bCopy full SHA for a53fe7b
docusaurus.config.js
@@ -147,6 +147,11 @@ const config = {
147
label: 'Features',
148
to: '/docs/Features',
149
},
150
+ ],
151
+ },
152
+ {
153
+ title: 'Learn',
154
+ items: [
155
{
156
label: 'Tutorials',
157
to: '/docs/Tutorials',
@@ -165,8 +170,12 @@ const config = {
165
170
title: 'More',
166
171
items: [
167
172
168
- label: 'GitHub',
169
- href: 'https://github.com/image-js/image-js-typescript',
173
+ label: 'API',
174
+ href: 'https://image-js.github.io/image-js-typescript/',
175
176
177
+ label: 'Zakodium',
178
+ href: 'https://www.zakodium.com/',
179
180
],
181
0 commit comments