Skip to content

Commit

Permalink
build: upgrade docusarus from beta9 to beta15
Browse files Browse the repository at this point in the history
  - move gtag per facebook/docusaurus#5832
  • Loading branch information
szczys committed Feb 7, 2022
1 parent 127a7b3 commit 971e7e3
Show file tree
Hide file tree
Showing 4 changed files with 24,391 additions and 10,592 deletions.
8 changes: 4 additions & 4 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ module.exports = {
organizationName: "golioth", // Usually your GitHub org/user name.
projectName: "docs", // Usually your repo name.
themeConfig: {
gtag: {
trackingID: 'G-C2MSLQD9D7',
anonymizeIP: true,
},
colorMode: {
defaultMode: "dark",
respectPrefersColorScheme: false,
Expand Down Expand Up @@ -145,6 +141,10 @@ module.exports = {
sidebarPath: require.resolve("./sidebars.js"),
// editUrl: 'https://github.com/golioth/golioth/edit/master/docs/',
},
gtag: {
trackingID: 'G-C2MSLQD9D7',
anonymizeIP: true,
},
// blog: {
// showReadingTime: true,
// //editUrl: 'https://github.com/golioth/golioth/edit/master/docs/blog/',
Expand Down

0 comments on commit 971e7e3

Please sign in to comment.