Some basic docs clean up.

This commit is contained in:
Pete Johanson
2020-05-31 15:35:32 -04:00
parent 749df61a2e
commit f1afbb8e49
2 changed files with 68 additions and 66 deletions

View File

@@ -35,31 +35,31 @@ module.exports = {
title: "Docs",
items: [
{
label: "Style Guide",
label: "Getting Started",
to: "docs/",
},
{
label: "Second Doc",
to: "docs/doc2/",
label: "Development",
to: "docs/dev-setup/",
},
],
},
{
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",
},
],
// 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",
// },
// ],
},
{
title: "More",
@@ -69,13 +69,13 @@ module.exports = {
to: "blog",
},
{
label: "GitHub",
href: "https://github.com/facebook/docusaurus",
label: "GitLab",
href: "https://gitlab.com/zmkproject/zmk",
},
],
},
],
copyright: `Copyright © ${new Date().getFullYear()} My Project, Inc. Built with Docusaurus.`,
copyright: `Copyright © ${new Date().getFullYear()} ZMK Project Contributors, Built with Docusaurus.`,
},
},
presets: [