mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-20 04:55:20 -05:00
Add analytics.
This commit is contained in:
@@ -7,6 +7,10 @@ module.exports = {
|
|||||||
organizationName: "zmkfirmware", // 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: {
|
||||||
|
googleAnalytics: {
|
||||||
|
trackingID: "UA-145201102-2",
|
||||||
|
anonymizeIP: true,
|
||||||
|
},
|
||||||
// sidebarCollapsible: false,
|
// sidebarCollapsible: false,
|
||||||
navbar: {
|
navbar: {
|
||||||
title: "ZMK Firmware",
|
title: "ZMK Firmware",
|
||||||
|
|||||||
Reference in New Issue
Block a user