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