-
Notifications
You must be signed in to change notification settings - Fork 927
Support toc generation in the api-documenter #4931
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
Conversation
|
Binary Size ReportAffected SDKs
Test Logs |
Size Analysis Report |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks pretty good. Just a couple of suggestions.
To generate a toc, use command
api-documenter-fire toc -i temp -p "/docs/reference/js/v9"
.temp
is the folder that contains all api.json files.The command will create a file
toc/toc.yaml
. To change the output folder, use the flag-o
.