This is a small repo to demonstrate integration of Codebraid and MkDocs to programmatically generate content for a static website.
This approach separates the concerns between pandoc for HTML and MkDocs for the static website.
The source documents are in the raw_docs
folder.
The makefile uses pandoc to convert each of these markdown source files into an HTML file with a .md
extension in the docs
directory.
Then MkDocs creates a static website.
This repo requires the following packages