Skip to content

Releases: apigee/apigee-smartdocs-maven-plugin

v2.1.0

16 Jul 04:52
Compare
Choose a tag to compare

Support for:

  • Fields and Taxonomy support #15
  • JSON API module (2.x) #16
  • Update API content and Exception handling #19

v2.0.1

28 Feb 19:09
Compare
Choose a tag to compare

Fix for #13

Drupal 8 support

14 Oct 16:51
Compare
Choose a tag to compare

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

18 Nov 20:52
Compare
Choose a tag to compare

Fixes for -
#6
#7

DeleteAPIModel Option

07 Nov 18:51
f6ec0fd
Compare
Choose a tag to compare

Fixes

23 Jan 07:23
Compare
Choose a tag to compare

Fix for #1

Smartdocs plugin release

23 Jan 02:24
Compare
Choose a tag to compare
  • 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