-
Notifications
You must be signed in to change notification settings - Fork 82
feat: typedoc cli packages #163
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
base: main
Are you sure you want to change the base?
Conversation
@@ -0,0 +1,28 @@ | |||
--- |
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 file will be expanded on, but doesn't appear in the sidebar of our docs yet
website/app/utils/config.ts
Outdated
@@ -98,6 +98,8 @@ export interface ProjectConfig { | |||
experimentalCodehike: boolean; | |||
// Whether Math is enabled | |||
experimentalMath: boolean; | |||
// Whether Math is enabled |
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.
Invalid comment
Summary of ChangesI've implemented significant new features to enhance documentation generation, primarily by integrating Typedoc support. This includes developing a new Dart-based command-line interface (CLI) package and a Node.js wrapper to facilitate the generation of API reference documentation from Typedoc comments. Additionally, I've updated the core API to handle this new reference configuration and provided comprehensive documentation on how to use these new tools. A minor fix for tab content display in the production environment has also been included. Highlights
Changelog
Activity
|
Docs still need to be completed for all the new features.