Does anyone know how to generate this kind of documentation in Anypoint DevKit?
Anypoint DevKit documentation said this is auto-generated : https://docs.mulesoft.com/anypoint-connector-devkit/v/3.7/connector-reference-documentation# generating-documentation
But when I tried the Anypoint Connector -> Preview Documentation the output is different.
also tried -DgenerateApidocs command
Hope someone can enlighten me on this. Thank you!
Cheers,
If you are using the latest Studio plugin with a DevKit 3.7 based connector you may facing an incompatibility issue, where the DevKit studio plugin is executing a non existent doc generation phase, so that is why Studio doesn't generates you the documentation.
In DevKit 3.8 the doc generation has been reworked entirely as mentions the DevKit documentation and is the required documentation for the certification program.
To generate the new API Doc of the Connector you should execute:
mvn clean package -DgenerateApidocs
For SOAP connect connectors, the generated documentation won't be so rich compared with the JDK Based connector, due to limitations of a WSDL based connectors, but will give info about the connector and configurations
Greets
Esteban