Skip to content

Commit

Permalink
docs: move to plausible analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Feb 22, 2021
1 parent b92b6e9 commit 22a27a4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 25 deletions.
8 changes: 3 additions & 5 deletions docs/nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ export default theme({
docs: {
primaryColor: '#AA7AB5'
},
buildModules: ['nuxt-ackee'],
ackee: {
server: 'https://ackee.nuxtjs.com',
domainId: 'a1a834f9-be7a-45ca-a18e-4ab559cd8452',
detailed: true
buildModules: ['vue-plausible'],
plausible: {
domain: 'axios.nuxtjs.org'
},
pwa: {
manifest: {
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"nuxt": "^2.14.12"
},
"devDependencies": {
"nuxt-ackee": "^2.0.0"
"vue-plausible": "^1.1.3"
}
}
30 changes: 11 additions & 19 deletions docs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2311,13 +2311,6 @@ accepts@^1.3.5, accepts@~1.3.5, accepts@~1.3.7:
mime-types "~2.1.24"
negotiator "0.6.2"

ackee-tracker@^4.0.0:
version "4.0.2"
resolved "https://registry.yarnpkg.com/ackee-tracker/-/ackee-tracker-4.0.2.tgz#fdee1ec329f9b7245a42c022652b5c7063c50c16"
integrity sha512-JQkfKW+1bu8bdv2JGcb53ip8oDNWzpiUpP1D453+/PAjMuEngVA2wzS8Tqan8unBvbOOMXj/HI+GvwgIMWlXLQ==
dependencies:
platform "^1.3.6"

acorn-node@^1.6.1:
version "1.8.2"
resolved "https://registry.yarnpkg.com/acorn-node/-/acorn-node-1.8.2.tgz#114c95d64539e53dede23de8b9d96df7c7ae2af8"
Expand Down Expand Up @@ -6703,14 +6696,6 @@ num2fraction@^1.2.2:
resolved "https://registry.yarnpkg.com/num2fraction/-/num2fraction-1.2.2.tgz#6f682b6a027a4e9ddfa4564cd2589d1d4e669ede"
integrity sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4=

nuxt-ackee@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/nuxt-ackee/-/nuxt-ackee-2.0.0.tgz#eeaf9539652ad37f00293d7626283b52ce9a1c91"
integrity sha512-xbvt3Mstqz81yyP4gwKh9IxaR8Og8rc8c86S3Kh+ornVeJZhs/8NRPR6EXBWaNbFyJHSxFVWtD21v9ejdQq3sA==
dependencies:
ackee-tracker "^4.0.0"
defu "^3.1.0"

nuxt-i18n@^6.15.4:
version "6.15.4"
resolved "https://registry.yarnpkg.com/nuxt-i18n/-/nuxt-i18n-6.15.4.tgz#bcb50a36381055d506042352091bfda3735dbb7c"
Expand Down Expand Up @@ -7158,10 +7143,10 @@ pkg-up@^3.1.0:
dependencies:
find-up "^3.0.0"

platform@^1.3.6:
version "1.3.6"
resolved "https://registry.yarnpkg.com/platform/-/platform-1.3.6.tgz#48b4ce983164b209c2d45a107adb31f473a6e7a7"
integrity sha512-fnWVljUchTro6RiCFvCXBbNhJc2NijN7oIQxbwsyL0buWJPG85v81ehlHI9fXrJsMNgTofEoWIQeClKpgxFLrg==
plausible-tracker@^0.3.1:
version "0.3.1"
resolved "https://registry.yarnpkg.com/plausible-tracker/-/plausible-tracker-0.3.1.tgz#dd4e1f59cafc7bf1b00e30890567287b3f204efd"
integrity sha512-oXnVyfTF2gzkfK3iOZCRZEnf8sH4gBASaJhY+clwWW1orIybfQpfbgg4U5Bwj5dW/4iNstM4tx4jMCVUfMCUbg==

posix-character-classes@^0.1.0:
version "0.1.1"
Expand Down Expand Up @@ -9708,6 +9693,13 @@ vue-no-ssr@^1.1.1:
resolved "https://registry.yarnpkg.com/vue-no-ssr/-/vue-no-ssr-1.1.1.tgz#875f3be6fb0ae41568a837f3ac1a80eaa137b998"
integrity sha512-ZMjqRpWabMPqPc7gIrG0Nw6vRf1+itwf0Itft7LbMXs2g3Zs/NFmevjZGN1x7K3Q95GmIjWbQZTVerxiBxI+0g==

vue-plausible@^1.1.3:
version "1.1.3"
resolved "https://registry.yarnpkg.com/vue-plausible/-/vue-plausible-1.1.3.tgz#f49c1c0ff5bf5c82bcd86a3919b2e59d825a0b7e"
integrity sha512-6qIGhuNd7HuOeT4kwO0SOUuqtdPnkIhzaZrBAjZSP6rHB8F1uOZczwJuaMCJHLxVI2VLYdWzb75GwevW13qLCQ==
dependencies:
plausible-tracker "^0.3.1"

vue-router@^3.4.9:
version "3.4.9"
resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-3.4.9.tgz#c016f42030ae2932f14e4748b39a1d9a0e250e66"
Expand Down

0 comments on commit 22a27a4

Please sign in to comment.