diff options
author | CrossR <r.cross@lancaster.ac.uk> | 2020-08-16 12:25:47 +0100 |
---|---|---|
committer | CrossR <r.cross@lancaster.ac.uk> | 2020-08-16 12:25:47 +0100 |
commit | e593e971ecf5c442b3c558676a9248b71b2aae4d (patch) | |
tree | 5cb6b27e8244f637c5565ec90fe000ec2768aa23 /docs/docusaurus.config.js | |
parent | 45ddd4c2ae6aadfad990a688d1d7e82406f075d8 (diff) | |
parent | 94549b4a07985e9b1a462bb64f67c8ade466e377 (diff) |
Merge branch 'main' into CrossR/Sofle
Diffstat (limited to 'docs/docusaurus.config.js')
-rw-r--r-- | docs/docusaurus.config.js | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 44acd69..64f9a45 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -7,6 +7,10 @@ module.exports = { organizationName: "zmkfirmware", // Usually your GitHub org/user name. projectName: "zmk", // Usually your repo name. themeConfig: { + googleAnalytics: { + trackingID: "UA-145201102-2", + anonymizeIP: true, + }, // sidebarCollapsible: false, navbar: { title: "ZMK Firmware", @@ -101,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"), |