Skip to content

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

Notifications You must be signed in to change notification settings

slovern/kmmo-downstream-docs-staging

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 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:

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 73.1%
  • Shell 26.9%