Skip to content

Commit 269c60c

Browse files
Merge pull request #524 from ruby/pr-b03e7f6df8aba3e0be2d3211420defd7503d68fa
Use typedoc to generate API documentation
2 parents fac9c8b + b4aafb9 commit 269c60c

File tree

5 files changed

+179
-265
lines changed

5 files changed

+179
-265
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
- name: Setup Pages
3030
id: pages
3131
uses: actions/configure-pages@v5
32-
- name: Build HTML by RDoc
33-
run: rake rdoc
32+
- name: Build HTML
33+
run: rake doc
3434
- name: Upload artifact
3535
uses: actions/upload-pages-artifact@v3
3636
with:

package-lock.json

Lines changed: 164 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"@bytecodealliance/jco": "1.4.4",
99
"@playwright/test": "^1.46.1",
1010
"@rollup/plugin-json": "^6.1.0",
11-
"rollup": "^4.21.2"
11+
"rollup": "^4.21.2",
12+
"typedoc": "^0.26.6"
1213
}
1314
}

0 commit comments

Comments
 (0)