Skip to content

Commit

Permalink
frontend: Upgrade typedoc
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksandr Dubenko <[email protected]>
  • Loading branch information
sniok committed Jul 31, 2024
1 parent c775040 commit 3a12823
Show file tree
Hide file tree
Showing 3 changed files with 171 additions and 76 deletions.
229 changes: 159 additions & 70 deletions frontend/package-lock.json

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

6 changes: 3 additions & 3 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,9 @@
"redux-mock-store": "^1.5.4",
"resize-observer-polyfill": "^1.5.1",
"storybook": "^7.6.7",
"typedoc": "0.22.10",
"typedoc-plugin-markdown": "3.11.14",
"typedoc-plugin-rename-defaults": "0.4.0",
"typedoc": "^0.26.5",
"typedoc-plugin-markdown": "^4.2.3",
"typedoc-plugin-rename-defaults": "^0.7.1",
"vitest-canvas-mock": "^0.3.3",
"vitest-websocket-mock": "^0.3.0",
"vm-browserify": "^1.1.2"
Expand Down
12 changes: 9 additions & 3 deletions frontend/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"include": ["src"],
"typedocOptions": {
"out": "../docs/development/api",
"plugin": ["typedoc-plugin-markdown", "typedoc-plugin-rename-defaults"],
"entryPoints": [
"src/lib/k8s/",
"src/redux/reducers/reducers.tsx",
Expand All @@ -34,9 +35,14 @@
"excludePrivate": true,
"excludeProtected": true,
"readme": "none",
"hideInPageTOC": true,
"name": "API",
"indexTitle": "API Reference",
"entryDocument": "API.md"
"useCodeBlocks": "true",
"entryFileName": "API.md",
"hidePageHeader": "true",
"hideBreadcrumbs": "true",
"expandParameters": "true",
"parametersFormat": "table",
"indexFormat": "table",
"classPropertiesFormat": "table"
}
}

0 comments on commit 3a12823

Please sign in to comment.