You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our Typescript SDK and React Hooks SDK currently lack an automated documentation generation process compatible with Docusaurus. The functions in these SDKs use tsdoc commenting, but there is no streamlined method to transform these comments into structured documentation suitable for Docusaurus.
Solution
Implement an automated documentation generation system utilising api-extractor and api-documenter in each SDK package. This system will extract comments from each function and generate comprehensive, structured documentation based on these comments.
Acceptance Criteria
Docusaurus Compatibility: Ensure all generated documentation is fully compatible with Docusaurus.
Integration of api-extractor and api-documenter: Integrate these tools into the Typescript SDK and React Hooks SDK.
Automated Extraction and Compilation: Automatically extract tsdoc comments and compile them into Docusaurus-friendly documentation.
Accuracy and Completeness: Documentation must accurately reflect the codebase, including all relevant information from tsdoc comments.
Ease of Navigation in Docusaurus: Ensure the documentation is easy to navigate and well-structured within the Docusaurus framework.
Automatic Updates: Documentation should update automatically with each SDK update to ensure ongoing accuracy.
Testing and Validation with Docusaurus: Conduct thorough testing to validate functionality, output, and compatibility with Docusaurus.
Problem
Our Typescript SDK and React Hooks SDK currently lack an automated documentation generation process compatible with Docusaurus. The functions in these SDKs use tsdoc commenting, but there is no streamlined method to transform these comments into structured documentation suitable for Docusaurus.
Solution
Implement an automated documentation generation system utilising api-extractor and api-documenter in each SDK package. This system will extract comments from each function and generate comprehensive, structured documentation based on these comments.
Acceptance Criteria
api-extractor
andapi-documenter
: Integrate these tools into the Typescript SDK and React Hooks SDK.Additional Notes
Tasks
api-extractor
andapi-documenter
into the Typescript SDK and React Hooks SDK #156The text was updated successfully, but these errors were encountered: