Skip to content

Commit a53fe7b

Browse files
committed
docs: add extra column to footer
1 parent 5b589de commit a53fe7b

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

docusaurus.config.js

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,11 @@ const config = {
147147
label: 'Features',
148148
to: '/docs/Features',
149149
},
150+
],
151+
},
152+
{
153+
title: 'Learn',
154+
items: [
150155
{
151156
label: 'Tutorials',
152157
to: '/docs/Tutorials',
@@ -165,8 +170,12 @@ const config = {
165170
title: 'More',
166171
items: [
167172
{
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/',
170179
},
171180
],
172181
},

0 commit comments

Comments
 (0)