diff options
author | Pete Johanson <[email protected]> | 2020-05-31 15:35:32 -0400 |
---|---|---|
committer | Pete Johanson <[email protected]> | 2020-05-31 15:35:32 -0400 |
commit | f1afbb8e49383d429096bc84fc5855c3929acc50 (patch) | |
tree | 9cd96f15f06060029b216f226a3228b9c7ed270e /docs/docusaurus.config.js | |
parent | 749df61a2e1ebf3983f4c31140841fa6556d63b9 (diff) | |
download | zmk-f1afbb8e49383d429096bc84fc5855c3929acc50.tar.gz zmk-f1afbb8e49383d429096bc84fc5855c3929acc50.zip |
Some basic docs clean up.
Diffstat (limited to 'docs/docusaurus.config.js')
-rw-r--r-- | docs/docusaurus.config.js | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 3e92198f34..ef6863bc39 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -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: [ |