Initial cleanup of docs template, GitHub URLs, etc.
This commit is contained in:
parent
6b034ef5b5
commit
6b48b6dadd
1 changed files with 14 additions and 14 deletions
|
@ -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",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue