Skip to content

Commit 83e95e2

Browse files
committed
add footer
1 parent 1df1d7a commit 83e95e2

File tree

1 file changed

+64
-32
lines changed

1 file changed

+64
-32
lines changed

documentation/docusaurus.config.js

Lines changed: 64 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -70,38 +70,70 @@ const config = {
7070
},
7171
],
7272
},
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+
},
105137
prism: {
106138
theme: lightCodeTheme,
107139
darkTheme: darkCodeTheme,

0 commit comments

Comments
 (0)