Skip to content

Commit

Permalink
ryandimick/google analytics (smatechnologies#79)
Browse files Browse the repository at this point in the history
* Updating package versions for docusaurus

* Disabled breadcrumbs
  • Loading branch information
ryandimick authored May 17, 2022
1 parent fcf8b72 commit 91be27e
Show file tree
Hide file tree
Showing 3 changed files with 1,007 additions and 3,287 deletions.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ module.exports = {
'@docusaurus/preset-classic',
{
docs: {
breadcrumbs: false,
routeBasePath: '/',
sidebarPath: require.resolve('./sidebars.js'),
editUrl:
Expand Down Expand Up @@ -72,7 +73,6 @@ module.exports = {
[
require.resolve('@cmfcmf/docusaurus-search-local'),
{
docsRouteBasePath: '/',
}
],
],
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@cmfcmf/docusaurus-search-local": "^0.6.7",
"@docusaurus/core": "^2.0.0-beta.8",
"@docusaurus/plugin-google-gtag": "^2.0.0-beta.18",
"@docusaurus/preset-classic": "^2.0.0-beta.8",
"@cmfcmf/docusaurus-search-local": "^0.10.0",
"@docusaurus/core": "^2.0.0-beta.20",
"@docusaurus/plugin-google-gtag": "^2.0.0-beta.20",
"@docusaurus/preset-classic": "^2.0.0-beta.20",
"@mdx-js/react": "^1.6.21",
"@svgr/webpack": "^5.5.0",
"clsx": "^1.1.1",
Expand Down
Loading

0 comments on commit 91be27e

Please sign in to comment.