Skip to content

Commit 779bd22

Browse files
committed
Update footer
1 parent 87627f1 commit 779bd22

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

website/docusaurus.config.js

+44
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,50 @@ module.exports = {
5454
theme: darkCodeTheme,
5555
darkTheme: darkCodeTheme,
5656
},
57+
footer: {
58+
style: 'dark',
59+
links: [
60+
{
61+
title: 'Docs',
62+
items: [
63+
{
64+
label: 'Features',
65+
to: '/docs/features',
66+
},
67+
{
68+
label: 'Getting started',
69+
to: '/docs/getting-started',
70+
},
71+
{
72+
label: 'Examples',
73+
to: '/docs/examples/default-values',
74+
},
75+
{
76+
label: 'Reference',
77+
to: '/docs/api-reference/props',
78+
},
79+
],
80+
},
81+
{
82+
title: 'Socials',
83+
items: [
84+
{
85+
label: 'GitHub',
86+
href: 'https://github.com/nick-keller/react-datasheet-grid',
87+
},
88+
{
89+
label: 'NPM',
90+
href: 'https://www.npmjs.com/package/react-datasheet-grid',
91+
},
92+
{
93+
label: 'Tggl: Feature flags for teams',
94+
to: 'https://tggl.io',
95+
rel: '',
96+
},
97+
],
98+
},
99+
],
100+
},
57101
},
58102
presets: [
59103
[

0 commit comments

Comments
 (0)