Skip to content

Commit

Permalink
typedoc config.
Browse files Browse the repository at this point in the history
  • Loading branch information
FS-Frost committed May 31, 2024
1 parent 1731438 commit 7138a68
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"bundle": "bun run build.ts",
"test": "bun test",
"docs": "bunx typedoc src/asu.ts --out ./examples/docs",
"docs": "bunx typedoc",
"publish": "bun ./node_modules/jsr/dist/bin.js publish",
"test:publish": "bun ./node_modules/jsr/dist/bin.js publish --dry-run"
},
Expand Down
14 changes: 14 additions & 0 deletions typedoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"$schema": "https://typedoc.org/schema.json",
"entryPoints": [
"./src/asu.ts",
],
"out": "./examples/docs",
"titleLink": "https://github.com/FS-Frost/asu-regex-js",
"navigationLinks": {
"GitHub Repository": "https://github.com/FS-Frost/asu-regex-js",
"Documentation": "https://fs-frost.github.io/asu-regex-js/docs",
"Playground": "https://fs-frost.github.io/asu-regex-js/",
"Bundles": "https://fs-frost.github.io/asu-regex-js/bundles",
},
}

0 comments on commit 7138a68

Please sign in to comment.