This repository contains comprehensive documentation for deploying MTA plugins with Red Hat Developer Hub.
The documentation is available at: https://konveyor.github.io/rhdh-documentation
To run this documentation site locally:
- Install Jekyll (requires Ruby): https://jekyllrb.com/docs/installation/
- Clone this repository
- Run
bundle install
(first time only) - Run
bundle exec jekyll serve
- Open your browser to
http://localhost:4000
Contributions to improve the documentation are welcome. Please submit a pull request with your changes.