summaryrefslogtreecommitdiff
path: root/docs/docusaurus.config.js
diff options
context:
space:
mode:
authorKellen Carey <kellen.carey@gmail.com>2020-08-16 12:05:05 -0700
committerGitHub <noreply@github.com>2020-08-16 12:05:05 -0700
commita2603d106a287eb4e89e03955fdcfe8026efd152 (patch)
tree0a757e59c28ea6dd787f7d6e6d308f81de7f1368 /docs/docusaurus.config.js
parent5bfa4ba3ff70cffc1c98c624fd056988a9075f98 (diff)
parent94549b4a07985e9b1a462bb64f67c8ade466e377 (diff)
Merge pull request #1 from zmkfirmware/main
Get up to speed
Diffstat (limited to 'docs/docusaurus.config.js')
-rw-r--r--docs/docusaurus.config.js8
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"),