Skip to content

DocuMaid is an easy to use plugin to reference code in your documentation and to validate that those links always exist. And you also can insert your current project's version anywhere.

License

Notifications You must be signed in to change notification settings

quantummaid/documaid

Last Commit Maven Central Code Size License Slack Gitter Twitter

DocuMaid

DocuMaid keeps your documentation in sync with your codebase.

Usage

To generate the documentation:

mvn de.quantummaid:documaid:0.9.35:generate
mvn de.quantummaid:documaid:0.9.35:generate -DskipPaths=docs/Usage.md

To validate whether the current documentation is correct and does not require any changes:

mvn de.quantummaid:documaid:0.9.35:validate

Maven Configuration

<plugin>
    <groupId>de.quantummaid</groupId>
    <artifactId>documaid</artifactId>
    <version>0.9.45</version>
    <executions>
        <execution>
            <goals>
                <goal>generate</goal>
            </goals>
            <phase>verify</phase>
        </execution>
    </executions>
</plugin>

The full documentation can be found here.

About

DocuMaid is an easy to use plugin to reference code in your documentation and to validate that those links always exist. And you also can insert your current project's version anywhere.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages