File tree Expand file tree Collapse file tree 1 file changed +64
-32
lines changed Expand file tree Collapse file tree 1 file changed +64
-32
lines changed Original file line number Diff line number Diff line change @@ -70,38 +70,70 @@ const config = {
70
70
} ,
71
71
] ,
72
72
} ,
73
- // footer: {
74
- // style: 'dark',
75
- // links: [
76
- // {
77
- // title: 'Docs',
78
- // items: [
79
- // {
80
- // label: 'Tutorial',
81
- // to: '/docs/intro',
82
- // },
83
- // ],
84
- // },
85
- // {
86
- // title: 'Community',
87
- // items: [
88
- // {
89
- // label: 'Stack Overflow',
90
- // href: 'https://stackoverflow.com/questions/tagged/docusaurus',
91
- // },
92
- // {
93
- // label: 'Discord',
94
- // href: 'https://discordapp.com/invite/docusaurus',
95
- // },
96
- // {
97
- // label: 'Twitter',
98
- // href: 'https://twitter.com/docusaurus',
99
- // },
100
- // ],
101
- // },
102
- // ],
103
- // copyright: `Copyright © ${new Date().getFullYear()} My Project, Inc. Built with Docusaurus.`,
104
- // },
73
+ footer : {
74
+ style : 'dark' ,
75
+ links : [
76
+ {
77
+ title : 'Docs' ,
78
+ items : [
79
+ {
80
+ label : 'Introduction' ,
81
+ to : '/docs/intro' ,
82
+ } ,
83
+
84
+ {
85
+ to : '/docs/performance' ,
86
+ label : 'Performance' ,
87
+ } ,
88
+
89
+ {
90
+ to : '/docs/usage/basic-usage' ,
91
+ label : 'Usage' ,
92
+ } ,
93
+ {
94
+ to : '/docs/api/' ,
95
+ label : 'API' ,
96
+ } ,
97
+ ] ,
98
+ } ,
99
+ {
100
+ title : 'Elsewhere' ,
101
+ items : [
102
+ {
103
+ label : 'NPM' ,
104
+ href : 'https://www.npmjs.com/package/parallax-controller' ,
105
+ } ,
106
+ {
107
+ label : 'Github' ,
108
+ href : 'https://github.com/jscottsmith/parallax-controller' ,
109
+ } ,
110
+ {
111
+ label : 'Support' ,
112
+ href :
113
+ 'https://github.com/jscottsmith/parallax-controller/issues' ,
114
+ } ,
115
+ ] ,
116
+ } ,
117
+ {
118
+ title : 'Who' ,
119
+ items : [
120
+ {
121
+ label : 'J' ,
122
+ href : 'https://github.com/jscottsmith' ,
123
+ } ,
124
+ {
125
+ label : 'Damnthat.tv' ,
126
+ href : 'https://damnthat.tv/' ,
127
+ } ,
128
+ {
129
+ label : '@damntelevision' ,
130
+ href : 'https://twitter.com/damntelevision' ,
131
+ } ,
132
+ ] ,
133
+ } ,
134
+ ] ,
135
+ copyright : `It's ok 👌🏻` ,
136
+ } ,
105
137
prism : {
106
138
theme : lightCodeTheme ,
107
139
darkTheme : darkCodeTheme ,
You can’t perform that action at this time.
0 commit comments