Skip to content

Drupal 8 support

Compare
Choose a tag to compare
@ssvaidyanathan ssvaidyanathan released this 14 Oct 16:51
· 112 commits to master since this release

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.