mirror of
https://github.com/tiktok/sparo.git
synced 2024-11-14 19:35:12 -05:00
Remove footer
This commit is contained in:
parent
01c749671e
commit
a353bad3b3
1 changed files with 1 additions and 19 deletions
|
@ -103,25 +103,7 @@ const config = {
|
|||
},
|
||||
footer: {
|
||||
style: 'dark',
|
||||
links: [
|
||||
{
|
||||
title: 'Community',
|
||||
items: [
|
||||
{
|
||||
label: 'Stack Overflow',
|
||||
href: 'https://stackoverflow.com/questions/tagged/docusaurus'
|
||||
},
|
||||
{
|
||||
label: 'Discord',
|
||||
href: 'https://discordapp.com/invite/docusaurus'
|
||||
},
|
||||
{
|
||||
label: 'Twitter',
|
||||
href: 'https://twitter.com/docusaurus'
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
links: [],
|
||||
copyright: `Copyright © ${new Date().getFullYear()} TikTok Pte. Ltd.`
|
||||
},
|
||||
prism: {
|
||||
|
|
Loading…
Reference in a new issue