Home

Awesome

See this app hosted at https://dropwizard-markdown-demo.herokuapp.com/docs/

This demo app was created by:

    <build>
        <!-- Map the /docs directory in the project root to /docs on the classpath, as if it were
             src/main/resources/docs
             This allows docs assets to be served from the classpath, without a discrete copy phase
             being needed (which would impede IDE build-refresh cycle editing). -->
        <resources>
            <resource>
                <directory>./docs</directory>
                <targetPath>docs</targetPath>
            </resource>
        </resources>
        ...

Licence

See LICENSE

Copyright

(c) Richard North 2016