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
With these changes, the package.json of the BALA will be added with the "docs" field as shown below. BC can read this entry and render the documentation.
Note: With the new structure, documentation for the default module is also expected to be contained in the package documentation MD file. Therefore, the Module.md of the default module will not be packaged into the BALA.
The text was updated successfully, but these errors were encountered:
We render the package content in Ballerina Central using the description field in the api-doc.json file generated by org.ballerinalang.docgen.docs.BallerinaDocGenerator (same as bal doc command). This change should be added to that class in lang.
Description:
Related lang issue: ballerina-platform/ballerina-lang#42981
With these changes, the package.json of the BALA will be added with the "docs" field as shown below. BC can read this entry and render the documentation.
Note: With the new structure, documentation for the default module is also expected to be contained in the package documentation MD file. Therefore, the Module.md of the default module will not be packaged into the BALA.
The text was updated successfully, but these errors were encountered: