Skip to content

Commit

Permalink
TELESTION-447 Add API reference
Browse files Browse the repository at this point in the history
Add Frontend React API Reference
  • Loading branch information
pklaschka committed Dec 15, 2023
1 parent 75c3fe1 commit 50de6b7
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
2 changes: 2 additions & 0 deletions docs/docs/Frontend Development/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# generated by the /frontend-react's "docs" script
api
4 changes: 3 additions & 1 deletion docs/docs/Frontend Development/.pages
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
nav:
- index.md
- concepts.md
- "API Reference": api
- ...
# - "API Reference ↗️": https://github.com
#- "API Reference ↗️": https://github.com
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.17.1",
"typedoc-plugin-markdown": "3.16.0",
"typedoc-plugin-mdn-links": "^3.1.6",
"typedoc-plugin-zod": "^1.1.0",
"typescript": "^5.2.2",
Expand Down
8 changes: 4 additions & 4 deletions frontend-react/pnpm-lock.yaml

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

6 changes: 5 additions & 1 deletion frontend-react/typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,17 @@
"typedoc-plugin-mdn-links",
"typedoc-plugin-zod"
],
"titleLink": "/",
"entryPoints": ["./src/lib/index.ts"],
"out": "doc",
"out": "../docs/docs/Frontend Development/api",
"githubPages": false,
"validation": {
"notDocumented": true,
"invalidLink": true,
"notExported": true
},
"hideGenerator": true,
"disableSources": true,
"hideInPageTOC": true,
"readme": "none"
}

0 comments on commit 50de6b7

Please sign in to comment.