Files
kumomta/docs/guide/contributing_to_docs.md
T
2023-03-01 07:11:54 +00:00

502 B

Contributing to KumoMTA Documentation

Preparing your system

We use mdbook for documentation, so contributing edits requires installing mdbook. Original documentation for mdbook can be found here

First follow the instructions under "Installing for Development"

Install mdbook with cargo install mdbook

cd to the book source. IE: cd ~/kumomta/docs/kumomta_user_guide/src/

Create your edits, test and then file a PR with the team.