Skip to content

Commit 9c04d83

Browse files
committed
add the terms of service and privacy policy links to the footer
1 parent 4746f2b commit 9c04d83

File tree

1 file changed

+16
-39
lines changed

1 file changed

+16
-39
lines changed

docusaurus.config.ts

Lines changed: 16 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -103,45 +103,22 @@ const config: Config = {
103103
],
104104
},
105105
footer: {
106-
// style: 'dark',
107-
// links: [
108-
// {
109-
// title: 'Docs',
110-
// items: [
111-
// {
112-
// label: 'Tutorial',
113-
// to: '/intro',
114-
// },
115-
// ],
116-
// },
117-
// {
118-
// title: 'Community',
119-
// items: [
120-
// {
121-
// label: 'Stack Overflow',
122-
// href: 'https://stackoverflow.com/questions/tagged/docusaurus',
123-
// },
124-
// {
125-
// label: 'Discord',
126-
// href: 'https://discordapp.com/invite/docusaurus',
127-
// },
128-
// {
129-
// label: 'X',
130-
// href: 'https://x.com/docusaurus',
131-
// },
132-
// ],
133-
// },
134-
// {
135-
// title: 'More',
136-
// items: [
137-
// {
138-
// label: 'GitHub',
139-
// href: 'https://github.com/facebook/docusaurus',
140-
// },
141-
// ],
142-
// },
143-
// ],
144-
copyright: `Copyright © ${new Date().getFullYear()} Manifestor.cc`,
106+
style: 'dark',
107+
links: [
108+
{
109+
items: [
110+
{
111+
label: 'Terms of Service',
112+
href: 'https://manifestor.cc/#termsofservice',
113+
},
114+
{
115+
label: 'Privacy Policy',
116+
href: 'https://manifestor.cc/#privacypolicy',
117+
},
118+
],
119+
}
120+
],
121+
copyright: ${new Date().getFullYear()} Manifestor.cc. All rights reserved (hypothetically)`,
145122
},
146123
prism: {
147124
theme: prismThemes.github,

0 commit comments

Comments
 (0)