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

https://github.com/wultra/docucheck

Tool for validating Wultra's documentation
https://github.com/wultra/docucheck

documentation documentation-generator documentation-tool swift

Last synced: about 1 year ago
JSON representation

Tool for validating Wultra's documentation

Awesome Lists containing this project

README

          

# Documentation Tool

The `DocuCheck` is a command line tool, written in Swift, that collects and validates documentation written in [Markdown](https://guides.github.com/features/mastering-markdown/). The tool does following main tasks:

- Collects documentation from various remote sources (typically from a remote git repository).
- Copies all predefined folders containing documentation into one predefined folder.
- Validates all links pointing to another documents or to anchors in the documents.
- Patches all documents to be easily served on Wultra's [developers portal](https://developers.wultra.com).

The tool was developed for Wultra's internal purposes, so it's highly specialized for what we need for our documentation. If you're still interested, then please visit [DocuCheck's documentation](docs/Readme.md).

## License

All sources are licensed using Apache 2.0 license, you can use them with no restriction. If you are using this tool, please let us know. We will be happy to share and promote your project.

## Contact

If you need any assistance, do not hesitate to drop us a line at [hello@wultra.com](mailto:hello@wultra.com) or our official [wultra.com/discord](https://wultra.com/discord) channel.