-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
ci(): generate docs #9169
ci(): generate docs #9169
Conversation
Build Stats
|
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.
this works
{ | ||
// https://typedoc.org/options/ | ||
"$schema": "https://typedoc.org/schema.json", | ||
"entryPoints": ["fabric.ts"], |
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.
"entryPoints": ["fabric.ts"], | |
"entryPoints": ["index.ts", "index.node.ts"], |
support node entry?
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.
let's start with one and let's see how it works
Motivation
Description
Added some config + patched some types for typedoc to work
It looks promising - tried to put it on the website but seems the md files output something that gatsby is not happy about
If you remove the plugin it outputs a standalone website rather than md files
We can add an action to the publish action that somehow generates docs into the website
Changes
Gist
In Action