Browse Source

Merge pull request #87 from BrainWart/main

Fix edit url links for the website.
xmkb
Pete Johanson 4 years ago committed by GitHub
parent
commit
3b4049f2f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docs/docusaurus.config.js

4
docs/docusaurus.config.js

@ -105,12 +105,12 @@ module.exports = { @@ -105,12 +105,12 @@ module.exports = {
homePageId: "intro",
sidebarPath: require.resolve("./sidebars.js"),
// Please change this to your repo.
editUrl: "https://githlab.com/zmkproject/zmk/edit/main/docs/",
editUrl: "https://github.com/zmkfirmware/zmk/edit/main/docs/",
},
blog: {
showReadingTime: true,
// Please change this to your repo.
editUrl: "https://gitlab.com/zmkproject/zmk/edit/main/docs/blog/",
editUrl: "https://github.com/zmkfirmware/zmk/edit/main/docs/",
},
theme: {
customCss: require.resolve("./src/css/custom.css"),

Loading…
Cancel
Save