An open API service indexing awesome lists of open source software.

https://github.com/quantummaid/documaid

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.
https://github.com/quantummaid/documaid

Last synced: 1 day ago
JSON representation

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.

Awesome Lists containing this project

README

          

[![Last Commit](https://img.shields.io/github/last-commit/quantummaid/documaid)](https://github.com/quantummaid/documaid)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/de.quantummaid/documaid/badge.svg)](https://maven-badges.herokuapp.com/maven-central/de.quantummaid/documaid)
[![Code Size](https://img.shields.io/github/languages/code-size/quantummaid/documaid)](https://github.com/quantummaid/documaid)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Slack](https://img.shields.io/badge/chat%20on-Slack-brightgreen)](https://join.slack.com/t/quantummaid/shared_invite/zt-cx5qd605-vG10I~WazfgH9WOnXMzl3Q)
[![Gitter](https://img.shields.io/badge/chat%20on-Gitter-brightgreen)](https://gitter.im/quantum-maid-framework/community)
[![Twitter](https://img.shields.io/twitter/follow/quantummaid)](https://twitter.com/quantummaid)

# 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

```xml

de.quantummaid
documaid
0.9.45



generate

verify

```

The full documentation can be found [here](documentation/Usage.md).