Initial cleanup of docs template, GitHub URLs, etc.

This commit is contained in:
Pete Johanson 2020-06-08 23:10:48 -04:00
parent 6b034ef5b5
commit 6b48b6dadd

View file

@ -1,10 +1,10 @@
module.exports = { module.exports = {
title: "ZMK Keyboard Firmware", title: "ZMK Keyboard Firmware",
tagline: "Modern, open source keyboard firmware ", tagline: "Modern, open source keyboard firmware",
url: "https://your-docusaurus-test-site.com", url: "https://zmkfirmware.dev",
baseUrl: "/", baseUrl: "/",
favicon: "img/favicon.ico", favicon: "img/favicon.ico",
organizationName: "zmkproject", // Usually your GitHub org/user name. organizationName: "zmkfirmware", // Usually your GitHub org/user name.
projectName: "zmk", // Usually your repo name. projectName: "zmk", // Usually your repo name.
themeConfig: { themeConfig: {
navbar: { navbar: {
@ -22,8 +22,8 @@ module.exports = {
}, },
{ to: "blog", label: "Blog", position: "left" }, { to: "blog", label: "Blog", position: "left" },
{ {
href: "https://gitlab.com/zmkproject/zmk", href: "https://github.com/zmkfirmware/zmk",
label: "GitLab", label: "GitHub",
position: "right", position: "right",
}, },
], ],
@ -45,21 +45,21 @@ module.exports = {
], ],
}, },
{ {
// title: "Community", title: "Community",
// items: [ items: [
// { // {
// label: "Stack Overflow", // label: "Stack Overflow",
// href: "https://stackoverflow.com/questions/tagged/docusaurus", // href: "https://stackoverflow.com/questions/tagged/docusaurus",
// }, // },
// { {
// label: "Discord", label: "Discord",
// href: "https://discordapp.com/invite/docusaurus", href: "https://discord.gg/VJnx9kr",
// }, },
// { // {
// label: "Twitter", // label: "Twitter",
// href: "https://twitter.com/docusaurus", // href: "https://twitter.com/docusaurus",
// }, // },
// ], ],
}, },
{ {
title: "More", title: "More",
@ -69,8 +69,8 @@ module.exports = {
to: "blog", to: "blog",
}, },
{ {
label: "GitLab", label: "GitHub",
href: "https://gitlab.com/zmkproject/zmk", href: "https://github.com/zmkfirmware/zmk",
}, },
], ],
}, },