aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/docusaurus.config.js
diff options
context:
space:
mode:
authorPete Johanson <[email protected]>2020-05-31 15:35:32 -0400
committerPete Johanson <[email protected]>2020-05-31 15:35:32 -0400
commitf1afbb8e49383d429096bc84fc5855c3929acc50 (patch)
tree9cd96f15f06060029b216f226a3228b9c7ed270e /docs/docusaurus.config.js
parent749df61a2e1ebf3983f4c31140841fa6556d63b9 (diff)
downloadzmk-f1afbb8e49383d429096bc84fc5855c3929acc50.tar.gz
zmk-f1afbb8e49383d429096bc84fc5855c3929acc50.zip
Some basic docs clean up.
Diffstat (limited to 'docs/docusaurus.config.js')
-rw-r--r--docs/docusaurus.config.js42
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: [