Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add TypeDoc docs #207

Merged
merged 2 commits into from
Sep 17, 2021
Merged

Add TypeDoc docs #207

merged 2 commits into from
Sep 17, 2021

Conversation

Gudahtt
Copy link
Member

@Gudahtt Gudahtt commented Sep 15, 2021

A docs script has been added for generating documentation with TypeDoc. Only public methods are documented, as this is mainly intended to help users of this library understand how to use it.

A few additional types have been exported because they were referenced in public methods.

@Gudahtt Gudahtt requested a review from a team as a code owner September 15, 2021 14:24
A `docs` script has been added for generating documentation with
TypeDoc. Only public methods are documented, as this is mainly intended
to help users of this library understand how to use it.

A few additional types have been exported because they were referenced
in public methods.
@Gudahtt Gudahtt merged commit a2cfe8a into main Sep 17, 2021
@Gudahtt Gudahtt deleted the add-typedoc branch September 17, 2021 01:23
rekmarks added a commit to MetaMask/utils that referenced this pull request May 15, 2022
Adds automated API docs generation via `typedoc` and automated publishing to GitHub pages. Closely follows the implementation in MetaMask/eth-sig-util#207 and MetaMask/eth-sig-util#213, but uses https://github.com/peaceiris/actions-gh-pages instead of our own GitHub Pages action, which we plan to sunset.
mcmire pushed a commit to mcmire/core that referenced this pull request Jul 17, 2023
Adds automated API docs generation via `typedoc` and automated publishing to GitHub pages. Closely follows the implementation in MetaMask/eth-sig-util#207 and MetaMask/eth-sig-util#213, but uses https://github.com/peaceiris/actions-gh-pages instead of our own GitHub Pages action, which we plan to sunset.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants