-
Notifications
You must be signed in to change notification settings - Fork 3
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
Setup DenoDocs for Deno packages #61
Comments
We'll want to generate these docs and put them somewhere in the website. |
I think what we want to try first is Deno/TypeScript --> Markdown --> Move Markdown to Docusaurus Docs Folder --> Let Docusaurus convert Markdown to HTML @tgreen7 @christopher-lamkin we should pair if you run into issue. I think the main focus is making sure that we can use TSDoc with Deno and generate Markdown from the Deno/TypeScript files. The rest should be GitHub Action configuration. |
We going to use Deno Docs with an iframe instead |
This relates to #97 |
We identify issues with Deno that will force us to refactor our code. This ticket will have to wait until we implement such refactoring. |
@tgreen7 could you re-open this PR and test it again? |
Setup TSDoc for Deno packages. This should be hooked to a GitHub Action.
The text was updated successfully, but these errors were encountered: