A simple markdown rendering engine to be the backbone a distributed documentation infrastructure project. This will run as a series of dockerized applications to take content from both public and private git repos and github wikis and surface the information openly behind the firewall of an enterprise.
[x] render markdown files to html template
Github Markdown or blackfriday look to be the best suited markdown processors
[x] (?i)home.md, index.md and README.md as default documents otherwise default to list of files
Overview
A simple markdown rendering engine to be the backbone a distributed documentation infrastructure project. This will run as a series of dockerized applications to take content from both public and private git repos and github wikis and surface the information openly behind the firewall of an enterprise.
(?i)
home.md
,index.md
andREADME.md
as default documents otherwise default to list of files/Home.md
->/Home
/custom.css
/custom.js
exist in the repo they should be included at render time<title>
tag of the page should be the first H1 in the markdown_header.md
_Footer.md
_Sidebar.md
all(?i)
Idea References: