Skip to content

Commit 73935d0

Browse files
authored
Switch from JSDoc to Typedoc for TS support (#1053)
1 parent 1420df7 commit 73935d0

File tree

6 files changed

+225
-249
lines changed

6 files changed

+225
-249
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
uses: peaceiris/actions-gh-pages@v4
2323
with:
2424
github_token: ${{ secrets.RWT_BOT_PAT }}
25-
publish_dir: doc
25+
publish_dir: docs
2626
destination_dir: .
2727
enable_jekyll: false
2828
force_orphan: false # So we keep the doc history
29-
commit_message: JSDoc ${{ github.event.release.name }}
29+
commit_message: Typedoc ${{ github.event.release.name }}

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.idea
22
.vagrant
3-
doc
3+
docs
44
node_modules
55
*.out
66
*.log

eslint.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ export default defineConfig(
5959
},
6060
},
6161
{
62-
ignores: ["dist"],
62+
ignores: ["dist", "docs"],
6363
},
6464
);

jsdoc_conf.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)