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:
pip install ansible
pip install ansible-lint
gem install kramdown-asciidoc
Fork this repo, clone it locally, and change to the /kmmo-downstream-docs-staging
repo dir:
cd ~/kmmo-downstream-docs-staging
Run the conversion:
ansible-playbook convert-upstream-kmmo-docs.yaml
Converted AsciiDoc files are in the out/docs/
folder.