From f1afbb8e49383d429096bc84fc5855c3929acc50 Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Sun, 31 May 2020 15:35:32 -0400 Subject: Some basic docs clean up. --- docs/docusaurus.config.js | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'docs/docusaurus.config.js') diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 3e92198..ef6863b 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: [ -- cgit v1.2.3