Open sebbi08 opened 5 years ago
Currently the UI5 Tooling only supports building the JSDoc / SDK for the Demokit at that point in time, which corresponds to a specific UI5 version. Therefore it's right now not easy to build older versions, as this also requires an older UI5 Tooling version (or maybe doesn't even work if it is too old).
Marking this as enhancement as this is status quo and we need to figure out how to make the relevant JSDoc parts independent of the UI5 Tooling, but rather versioned with the UI5 framework to be in sync with the client-side demokit code).
Question to everyone here, if someone can help. When i ran the command ui5 build jsdoc --all. In the distribution folder i get a docs folder generated with an extension .json. Form this .json file how do we generate the html documentation. In case of the ui5 demokit, are they reading the json file information and build the layout with tabs to display the information from the api.json or is there any other additional tools/packages that is available to generate the same.
Expected Behavior
When running
ui5 build jsdoc --all
in an project the version schould be considert when formatting the JsDoc output.Current Behavior
when running
ui5 build jsdoc --all
on 1.60.14 the output of is different to the one that is deployed onhttps://openui5.hana.ondemand.com/1.60.14
Steps to reproduce the issue
ui5 build jsdoc --all
dist/docs/api/api-index.json
and compare it to the file hereContext
ui5 --version
when using the CLI):1.6.0
v12.6.0
6.9.0
OSX
{...}
{...}
Affected components (if known)