Use this Ansible playbook to pull upstream KMMO docs from kernel-module-management/docs and convert the markdown source to AsciiDoc using Kramdoc.
Install the tools:
sudo dnf install ansible
pip install ansible-lint
gem install kramdown-asciidoc
Fork this repo to your own copy and clone the fork locally.
Change to the /kmmo-downstream-docs-staging
repo dir:
cd ~/kmmo-downstream-docs-staging
Create a Python virtual env (venv):
python3 -m venv venv
source venv/bin/activate
Run the conversion:
ansible-playbook convert-upstream-kmmo-docs.yaml
Converted AsciiDoc files are in the /out/docs/
folder.