Skip to content

Ansible playbook to convert upstream KMMO markdown-format docs to AsciiDoc

Notifications You must be signed in to change notification settings

aireilly/kmmo-downstream-docs-staging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Convert upstream KMMO markdown format docs to AsciiDoc

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.

About

Ansible playbook to convert upstream KMMO markdown-format docs to AsciiDoc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published