Skip to content

Commit

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

* Simplify publish.js
  • Loading branch information
lachlancollins committed Jul 19, 2024
1 parent 6fe229b commit bde3b1c
Show file tree
Hide file tree
Showing 7 changed files with 238 additions and 205 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",
"cipublishforce": "CI=true pnpm cipublish"
},
Expand All @@ -41,7 +41,7 @@
"devDependencies": {
"@eslint-react/eslint-plugin": "^1.5.26",
"@solidjs/testing-library": "^0.8.8",
"@tanstack/config": "^0.9.6",
"@tanstack/config": "^0.10.0",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
Expand All @@ -62,9 +62,6 @@
"rimraf": "^5.0.9",
"sherif": "^0.10.0",
"solid-js": "^1.8.18",
"typedoc": "^0.26.4",
"typedoc-plugin-frontmatter": "^1.0.0",
"typedoc-plugin-markdown": "^4.2.1",
"typescript": "5.4.2",
"typescript49": "npm:typescript@4.9",
"typescript50": "npm:typescript@5.0",
Expand Down
Loading

0 comments on commit bde3b1c

Please sign in to comment.