Skip to content

Commit f110cdb

Browse files
committed
add copyright and faq to footer
1 parent b60aaec commit f110cdb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docusaurus.config.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,14 @@ const config = {
9797
label: 'Get Started',
9898
to: '/docs/get-started',
9999
},
100+
{
101+
label: 'FAQ',
102+
to: '/faq',
103+
},
100104
],
101105
},
102106
],
103-
// copyright: `Copyright © ${new Date().getFullYear()} Chromebook Hacks, Built with Docusaurus.`,
107+
copyright: `Copyright © ${new Date().getFullYear()} Chromebook Hacking, Built with Docusaurus.`,
104108
},
105109
prism: {
106110
theme: prismThemes.github,

0 commit comments

Comments
 (0)