Skip to content

Commit

Permalink
docs(typedoc): Use generateReferenceDocs function (#7765)
Browse files Browse the repository at this point in the history
* docs(typedoc): Use generateReferenceDocs function

* Fix type
  • Loading branch information
lachlancollins committed Jul 19, 2024
1 parent 144d3a8 commit e4e65be
Show file tree
Hide file tree
Showing 5 changed files with 186 additions and 279 deletions.
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dev": "pnpm run watch",
"prettier": "prettier --ignore-unknown '**/*'",
"prettier:write": "pnpm run prettier --write",
"docs:reference": "node scripts/reference-docs.js",
"docs:generate": "node scripts/generateDocs.js",
"cipublish": "node scripts/publish.js"
},
"nx": {
Expand All @@ -42,7 +42,7 @@
"@cspell/eslint-plugin": "^8.9.1",
"@eslint-react/eslint-plugin": "^1.5.16",
"@solidjs/testing-library": "^0.8.8",
"@tanstack/config": "^0.9.8",
"@tanstack/config": "^0.10.0",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@types/eslint": "^8.56.10",
Expand All @@ -66,9 +66,6 @@
"sherif": "^0.10.0",
"solid-js": "^1.8.17",
"tsup": "^8.0.2",
"typedoc": "^0.26.4",
"typedoc-plugin-frontmatter": "^1.0.0",
"typedoc-plugin-markdown": "^4.2.1",
"typescript": "5.3.3",
"typescript47": "npm:[email protected]",
"typescript48": "npm:[email protected]",
Expand Down
Loading

0 comments on commit e4e65be

Please sign in to comment.