Skip to content

Commit

Permalink
Improve frontend API Reference
Browse files Browse the repository at this point in the history
  • Loading branch information
pklaschka committed Dec 15, 2023
1 parent 5a7bfd4 commit abf28c6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 40 deletions.
2 changes: 2 additions & 0 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ markdown_extensions:
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.details
- pymdownx.smartsymbols
- pymdownx.escapeall # support for backslash escapes in typedoc output
- pymdownx.tabbed:
alternate_style: true
- pymdownx.superfences:
Expand Down
2 changes: 1 addition & 1 deletion frontend-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"react": "^18.2.0",
"sass": "^1.69.5",
"typedoc": "^0.25.4",
"typedoc-plugin-markdown": "3.16.0",
"typedoc-plugin-markdown": "^4.0.0-next.36",
"typedoc-plugin-mdn-links": "^3.1.6",
"typedoc-plugin-zod": "^1.1.0",
"typescript": "^5.2.2",
Expand Down
44 changes: 5 additions & 39 deletions frontend-react/pnpm-lock.yaml

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

4 changes: 4 additions & 0 deletions frontend-react/typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,9 @@
"hideGenerator": true,
"disableSources": true,
"hideInPageTOC": true,
"outputFileStrategy": "members",
"hidePageTitle": true,
"hidePageHeader": true,
"indexPageTitle": "API Reference",
"readme": "none"
}

0 comments on commit abf28c6

Please sign in to comment.