chore(v2): add Privacy Policy and Terms of Use links to footer (#2638)

* chore(v2): add Privacy Policy and Terms of Services links to footer

* rename

* Shift to links
This commit is contained in:
Yangshun Tay 2020-04-22 12:30:03 +08:00 committed by GitHub
parent 2bc54a80fc
commit e1258baa77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 63 additions and 22 deletions

View file

@ -55,10 +55,14 @@ module.exports = {
label: 'Discord',
href: 'https://discordapp.com/invite/docusaurus',
},
{
label: 'Twitter',
href: 'https://twitter.com/docusaurus',
},
],
},
{
title: 'Social',
title: 'More',
items: [
{
label: 'Blog',
@ -68,10 +72,6 @@ module.exports = {
label: 'GitHub',
href: 'https://github.com/facebook/docusaurus',
},
{
label: 'Twitter',
href: 'https://twitter.com/docusaurus',
},
],
},
],