docs: 📦 Update docusaurus to beta-14

Need to move gtag options from themeconfig to preset-classic configuration. Change introduce with docusaurus beta.10

https://github.com/facebook/docusaurus/pull/5832
Signed-off-by: jffarge <jf@dagger.io>
This commit is contained in:
jffarge
2022-01-13 15:25:49 +01:00
parent 0d93df77d5
commit b69866b7f9
4 changed files with 1459 additions and 599 deletions

View File

@@ -70,10 +70,6 @@ module.exports = {
lightIcon: "img/Icon_Day-mode.svg",
},
},
gtag: {
trackingID: "G-RDXG80F635",
anonymizeIP: true,
},
},
presets: [
[
@@ -86,6 +82,10 @@ module.exports = {
routeBasePath: "/",
remarkPlugins: [remarkCodeImport],
},
gtag: {
trackingID: "G-RDXG80F635",
anonymizeIP: true,
},
theme: {
customCss: require.resolve("./src/css/custom.scss"),
},