Skip to content

Commit

Permalink
docs: fix problem by adding ga plugin
Browse files Browse the repository at this point in the history
Signed-off-by: euberdeveloper <[email protected]>
  • Loading branch information
euberdeveloper committed Aug 25, 2024
1 parent 96a0874 commit 2ca06b2
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
"release-it": "^17.6.0",
"shx": "^0.3.4",
"typedoc": "^0.26.6",
"typedoc-plugin-ga": "^1.0.4",
"typescript": "^5.5.4",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.0.5"
Expand Down
12 changes: 12 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions typedoc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ module.exports = {
sidebarLinks: {
'DEV docs': 'https://euberlog-dev.euber.dev'
},
plugin: ['typedoc-plugin-ga'],
excludeExternals: true,
includeVersion: true,
tsconfig: 'source/tsconfig.json',
Expand Down
1 change: 1 addition & 0 deletions typedoc.dev.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ module.exports = {
sidebarLinks: {
'Module docs': 'https://euberlog.euber.dev'
},
plugin: ['typedoc-plugin-ga'],
tsconfig: 'source/tsconfig.json',
gaID: process.env.GA_TOKEN,
out: './docs/documentation/html-dev'
Expand Down

0 comments on commit 2ca06b2

Please sign in to comment.