aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/docusaurus.config.js
diff options
context:
space:
mode:
authorPete Johanson <[email protected]>2020-06-08 23:10:48 -0400
committerPete Johanson <[email protected]>2020-06-08 23:10:48 -0400
commit6b48b6daddf3b230b7d2183bcca840da7afbc434 (patch)
treebdf4df441ba0ddbea04683603dc456c2858d6261 /docs/docusaurus.config.js
parent6b034ef5b538c964029025d82c61253e5c63c02f (diff)
downloadzmk-6b48b6daddf3b230b7d2183bcca840da7afbc434.tar.gz
zmk-6b48b6daddf3b230b7d2183bcca840da7afbc434.zip
Initial cleanup of docs template, GitHub URLs, etc.
Diffstat (limited to 'docs/docusaurus.config.js')
-rw-r--r--docs/docusaurus.config.js28
1 files changed, 14 insertions, 14 deletions
diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js
index 0a362b71aa..bc3312d73b 100644
--- a/docs/docusaurus.config.js
+++ b/docs/docusaurus.config.js
@@ -1,10 +1,10 @@
module.exports = {
title: "ZMK Keyboard Firmware",
- tagline: "Modern, open source keyboard firmware ",
- url: "https://your-docusaurus-test-site.com",
+ tagline: "Modern, open source keyboard firmware",
+ url: "https://zmkfirmware.dev",
baseUrl: "/",
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.
themeConfig: {
navbar: {
@@ -22,8 +22,8 @@ module.exports = {
},
{ to: "blog", label: "Blog", position: "left" },
{
- href: "https://gitlab.com/zmkproject/zmk",
- label: "GitLab",
+ href: "https://github.com/zmkfirmware/zmk",
+ label: "GitHub",
position: "right",
},
],
@@ -45,21 +45,21 @@ module.exports = {
],
},
{
- // title: "Community",
- // items: [
+ title: "Community",
+ items: [
// {
// label: "Stack Overflow",
// href: "https://stackoverflow.com/questions/tagged/docusaurus",
// },
- // {
- // label: "Discord",
- // href: "https://discordapp.com/invite/docusaurus",
- // },
+ {
+ label: "Discord",
+ href: "https://discord.gg/VJnx9kr",
+ },
// {
// label: "Twitter",
// href: "https://twitter.com/docusaurus",
// },
- // ],
+ ],
},
{
title: "More",
@@ -69,8 +69,8 @@ module.exports = {
to: "blog",
},
{
- label: "GitLab",
- href: "https://gitlab.com/zmkproject/zmk",
+ label: "GitHub",
+ href: "https://github.com/zmkfirmware/zmk",
},
],
},