-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
Currently rdopkg docs are written in ascii.
we wanted to port it to markdown so that we can integrate it with RDO Project website.
How to proceed:
- Clone the rdopkg repository using
git clone https://github.com/softwarefactory-project/rdopkg. - Go rdopkg/doc folder, there you can find all the docs files ending with .adoc extension.
- Install Pandoc using
sudo dnf/yum -y install pandoc - Read the following blog on how to convert ascii doc to markdow
- Convert it to mark down and markdown files ends with .md.
- Once done! Make changes, add and commit it and send a Gerrit Review.
- Please cross checklist before sending Gerrit Review.
Some links:
Mentors:
- jruzicka