Skip to content

Commit

Permalink
Merge pull request #524 from ruby/pr-b03e7f6df8aba3e0be2d3211420defd7…
Browse files Browse the repository at this point in the history
…503d68fa

Use typedoc to generate API documentation
  • Loading branch information
kateinoigakukun authored Sep 5, 2024
2 parents fac9c8b + b4aafb9 commit 269c60c
Show file tree
Hide file tree
Showing 5 changed files with 179 additions and 265 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
- name: Setup Pages
id: pages
uses: actions/configure-pages@v5
- name: Build HTML by RDoc
run: rake rdoc
- name: Build HTML
run: rake doc
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down
180 changes: 164 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"@bytecodealliance/jco": "1.4.4",
"@playwright/test": "^1.46.1",
"@rollup/plugin-json": "^6.1.0",
"rollup": "^4.21.2"
"rollup": "^4.21.2",
"typedoc": "^0.26.6"
}
}
Loading

0 comments on commit 269c60c

Please sign in to comment.