Skip to content

WIP: Generate documentation with api-extractor instead of typedoc #984

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

Closed
wants to merge 4 commits into from

Conversation

mbleigh
Copy link
Contributor

@mbleigh mbleigh commented Oct 4, 2021

No description provided.

@google-cla google-cla bot added the cla: yes label Oct 4, 2021
@taeold taeold marked this pull request as ready for review April 1, 2022 23:46
@taeold taeold closed this Apr 1, 2022
taeold added a commit that referenced this pull request May 3, 2022
This picks up where #984 had left off.

This gets us started with generating docs using api-extractor. By no means it's complete - I wanted us to generate the doc and see the output as we incrementally improve the reference docs.

Separately, I'm going to be pushing out PRs to suppress many warnings generated by api-extractor (e.g. mostly on missing documentation/annotation).

To generate reference doc for v2, run the following command:

```
$ npm i
$ npm run build
$ npm run docgen:v2
```

Documents should be generated in `docgen/v2/markdown` folder.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants