File tree Expand file tree Collapse file tree 1 file changed +16
-39
lines changed
Expand file tree Collapse file tree 1 file changed +16
-39
lines changed Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments