File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 [
You can’t perform that action at this time.
0 commit comments