Skip to content

Commit ed00e68

Browse files
committed
docs: ✏️ Add footer link
1 parent f6e37f6 commit ed00e68

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

docs/docusaurus.config.js

+19-2
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ const config = {
6363
style: 'dark',
6464
links: [
6565
{
66-
title: 'Docs',
66+
title: 'General resources',
6767
items: [
6868
{
69-
label: 'Introduction',
69+
label: 'Docs',
7070
to: '/docs/intro',
7171
},
7272
],
@@ -78,6 +78,23 @@ const config = {
7878
label: 'GitHub',
7979
href: 'https://github.com/dc7290/next-export-optimize-images',
8080
},
81+
{
82+
label: 'Releases',
83+
href: 'https://github.com/dc7290/next-export-optimize-images/releases',
84+
},
85+
],
86+
},
87+
{
88+
title: 'About me',
89+
items: [
90+
{
91+
label: 'Github',
92+
href: 'https://github.com/dc7290',
93+
},
94+
{
95+
label: 'Twitter',
96+
href: 'https://twitter.com/d_suke_09',
97+
},
8198
],
8299
},
83100
],

0 commit comments

Comments
 (0)