Compare commits
No commits in common. "3c79172a6891a10dbff8a99b175a3f85054931ff" and "809310f8ddde536ae2463085f59db483938674ec" have entirely different histories.
3c79172a68
...
809310f8dd
4 changed files with 0 additions and 28 deletions
|
|
@ -70,10 +70,6 @@ const config: Config = {
|
||||||
colorMode: {
|
colorMode: {
|
||||||
respectPrefersColorScheme: true,
|
respectPrefersColorScheme: true,
|
||||||
},
|
},
|
||||||
matomo: {
|
|
||||||
matomoUrl: 'https://metrics.cleaninsights.org/', // Your Matomo URL
|
|
||||||
siteId: '20', // Your Site ID (e.g., '1')
|
|
||||||
},
|
|
||||||
navbar: {
|
navbar: {
|
||||||
title: 'Butter',
|
title: 'Butter',
|
||||||
logo: {
|
logo: {
|
||||||
|
|
@ -152,5 +148,4 @@ const config: Config = {
|
||||||
} satisfies Preset.ThemeConfig,
|
} satisfies Preset.ThemeConfig,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
export default config;
|
export default config;
|
||||||
|
|
|
||||||
|
|
@ -11,10 +11,6 @@
|
||||||
"message": "Cómo usar",
|
"message": "Cómo usar",
|
||||||
"description": "Navbar item with label How To"
|
"description": "Navbar item with label How To"
|
||||||
},
|
},
|
||||||
"item.label.Get Started": {
|
|
||||||
"message": "Empezar",
|
|
||||||
"description": "Navbar item with label How To"
|
|
||||||
},
|
|
||||||
"item.label.Get In Touch": {
|
"item.label.Get In Touch": {
|
||||||
"message": "Ponte en contacto",
|
"message": "Ponte en contacto",
|
||||||
"description": "Navbar item with label Get In Touch"
|
"description": "Navbar item with label Get In Touch"
|
||||||
|
|
@ -23,10 +19,6 @@
|
||||||
"message": "Noticias",
|
"message": "Noticias",
|
||||||
"description": "Navbar item with label Blog"
|
"description": "Navbar item with label Blog"
|
||||||
},
|
},
|
||||||
"item.label.Latest News": {
|
|
||||||
"message": "Noticias",
|
|
||||||
"description": "Navbar item with label Blog"
|
|
||||||
},
|
|
||||||
"item.label.Content Packs": {
|
"item.label.Content Packs": {
|
||||||
"message": "Paquetes de contenido",
|
"message": "Paquetes de contenido",
|
||||||
"description": "Navbar item with label Content Packs"
|
"description": "Navbar item with label Content Packs"
|
||||||
|
|
|
||||||
14
www/package-lock.json
generated
14
www/package-lock.json
generated
|
|
@ -13,7 +13,6 @@
|
||||||
"@docusaurus/preset-classic": "3.10.0",
|
"@docusaurus/preset-classic": "3.10.0",
|
||||||
"@mdx-js/react": "^3.0.0",
|
"@mdx-js/react": "^3.0.0",
|
||||||
"clsx": "^2.0.0",
|
"clsx": "^2.0.0",
|
||||||
"docusaurus-plugin-matomo": "^0.0.8",
|
|
||||||
"prism-react-renderer": "^2.3.0",
|
"prism-react-renderer": "^2.3.0",
|
||||||
"react": "^19.0.0",
|
"react": "^19.0.0",
|
||||||
"react-dom": "^19.0.0"
|
"react-dom": "^19.0.0"
|
||||||
|
|
@ -3468,7 +3467,6 @@
|
||||||
"resolved": "https://registry.npmjs.org/@docusaurus/core/-/core-3.10.0.tgz",
|
"resolved": "https://registry.npmjs.org/@docusaurus/core/-/core-3.10.0.tgz",
|
||||||
"integrity": "sha512-mgLdQsO8xppnQZc3LPi+Mf+PkPeyxJeIx11AXAq/14fsaMefInQiMEZUUmrc7J+956G/f7MwE7tn8KZgi3iRcA==",
|
"integrity": "sha512-mgLdQsO8xppnQZc3LPi+Mf+PkPeyxJeIx11AXAq/14fsaMefInQiMEZUUmrc7J+956G/f7MwE7tn8KZgi3iRcA==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"peer": true,
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@docusaurus/babel": "3.10.0",
|
"@docusaurus/babel": "3.10.0",
|
||||||
"@docusaurus/bundler": "3.10.0",
|
"@docusaurus/bundler": "3.10.0",
|
||||||
|
|
@ -8725,18 +8723,6 @@
|
||||||
"node": ">=6"
|
"node": ">=6"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/docusaurus-plugin-matomo": {
|
|
||||||
"version": "0.0.8",
|
|
||||||
"resolved": "https://registry.npmjs.org/docusaurus-plugin-matomo/-/docusaurus-plugin-matomo-0.0.8.tgz",
|
|
||||||
"integrity": "sha512-YSaDdjxI7uN1FuNLSGrQy4BmDEXwwyL6vac7GfmS7wFBLck/Ias5jHqENPBHXe36m2cYzyesGPQL1EsS9vanwA==",
|
|
||||||
"license": "MIT",
|
|
||||||
"engines": {
|
|
||||||
"node": ">=12.13.0"
|
|
||||||
},
|
|
||||||
"peerDependencies": {
|
|
||||||
"@docusaurus/core": "^2.0.0-alpha.56 || ^3.0.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/dom-converter": {
|
"node_modules/dom-converter": {
|
||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
"resolved": "https://registry.npmjs.org/dom-converter/-/dom-converter-0.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/dom-converter/-/dom-converter-0.2.0.tgz",
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,6 @@
|
||||||
"@docusaurus/preset-classic": "3.10.0",
|
"@docusaurus/preset-classic": "3.10.0",
|
||||||
"@mdx-js/react": "^3.0.0",
|
"@mdx-js/react": "^3.0.0",
|
||||||
"clsx": "^2.0.0",
|
"clsx": "^2.0.0",
|
||||||
"docusaurus-plugin-matomo": "^0.0.8",
|
|
||||||
"prism-react-renderer": "^2.3.0",
|
"prism-react-renderer": "^2.3.0",
|
||||||
"react": "^19.0.0",
|
"react": "^19.0.0",
|
||||||
"react-dom": "^19.0.0"
|
"react-dom": "^19.0.0"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue