Releases: apigee/apigee-smartdocs-maven-plugin
Releases · apigee/apigee-smartdocs-maven-plugin
v2.1.0
v2.0.1
Drupal 8 support
Drupal 8 support
This plugin, v2.0.0 provides support of rendering your OAS in the Drupal 8 version of Developer portal.
<plugin>
<groupId>com.apigee.smartdocs.config</groupId>
<artifactId>apigee-smartdocs-maven-plugin</artifactId>
<version>2.0.0</version>
<executions>
<execution>
<id>smartdocs-deploy</id>
<phase>install</phase>
<goals>
<goal>apidoc</goal>
</goals>
</execution>
</executions>
</plugin>
Checkout the samples for info on how to use this plugin with their pre-reqs
Please open a Github issue here if you want to raise any issue or add more features.
v1.0.5
DeleteAPIModel Option
- Fix for #4
Fixes
Smartdocs plugin release
- This is the first release of this plugin that includes various options as mentioned in the README guides
- Try out the samples and let us know if there are any issues by creating a GitHub issue