Skip to content

Commit e0c0f5c

Browse files
committed
docs: gtag + update deps
1 parent 5cf5692 commit e0c0f5c

7 files changed

Lines changed: 4267 additions & 6082 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ This will allow you to avoid needing to remember which configs are needed or to
108108
Also, this allows you to define more complex scaffolds with logic without having to use the Node.js
109109
API directly. (Of course you always have the option to still do so if you wish)
110110

111-
See more at the [CLI documentation](https://chenasraf.github.io/simple-scaffold/pages/cli.html) and
112-
[Configuration Files](https://chenasraf.github.io/simple-scaffold/pages/configuration_files.html).
111+
See more at the [CLI documentation](https://chenasraf.github.io/simple-scaffold/docs/usage/cli) and
112+
[Configuration Files](https://chenasraf.github.io/simple-scaffold/docs/usage/configuration_files).
113113

114114
### Remote Configurations
115115

docs/docusaurus.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ const config: Config = {
7575
theme: {
7676
customCss: "./src/css/custom.css",
7777
},
78+
googleTagManager: {
79+
containerId: "GTM-KHQS9TQ",
80+
},
7881
} satisfies Preset.Options,
7982
],
8083
],

docs/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,13 @@
1616
},
1717
"dependencies": {
1818
"@docusaurus/core": "3.1.1",
19+
"@docusaurus/plugin-google-tag-manager": "^3.1.1",
1920
"@docusaurus/preset-classic": "3.1.1",
2021
"@mdx-js/react": "^3.0.0",
21-
"clsx": "^2.0.0",
22-
"prism-react-renderer": "^2.3.0",
23-
"react": "^18.0.0",
24-
"react-dom": "^18.0.0"
22+
"clsx": "^2.1.0",
23+
"prism-react-renderer": "^2.3.1",
24+
"react": "^18.2.0",
25+
"react-dom": "^18.2.0"
2526
},
2627
"devDependencies": {
2728
"@docusaurus/module-type-aliases": "3.1.1",

0 commit comments

Comments
 (0)