-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
feat: use typedoc for api docs page #4
Conversation
❌ Deploy Preview for tsky failed.
|
Are the markdown files required to be checked out or can they be generated on build so we don't have automated files checked into the repository? Great idea by the way, loving this! |
Was thinking the same. I guess it would be better to leave them out as they are having git permalinks which are almost changing on each build creating a ton of noise. |
# Conflicts: # docs/package.json # pnpm-lock.yaml
I merged the latest |
# Conflicts: # packages/client/src/bsky/index.test.ts
Sorry, this PR was accidentally closed. I'm going to create a new PR from the same branch 🙏🏻 |
A test using typedoc to generate the api reference pages.