| Class | Description |
|---|---|
| MkdocsConfig | Utility to work with mkdocs config (mkdocs.yml). |
| TemplateUtils | Utility to extract templates from classpath (plugin jar) and copy to target location with placeholders processing. |
| VersionsComparator | A java.util.Comparator for version (or chapter) numbers, which have an arbitrary number of decimal points. |
| VersionsComparator.AlphaDecimalComparator | The returned comparator compares two character sequences as though each
of them would be first transformed into a tuple of the form:
where: |
| VersionsComparator.DecimalComparator | The comparator for comparing character sequences that consist solely of decimal digits. |