From 67dd91216bf92370d6fce2a705910e04b0230c5d Mon Sep 17 00:00:00 2001 From: Fabian Zahn - 0xFAB Date: Mon, 1 Oct 2018 07:35:22 +0200 Subject: [PATCH] Added MkDocs to Documentation Added MkDocs (https://www.mkdocs.org/) to Documentation. MkDocs is a fast, simple and downright gorgeous static site generator that's geared towards building project documentation. Documentation source files are written in Markdown, and configured with a single YAML configuration file. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6f589c5..8177678 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ A static web site generator is an application that takes plain text files and co * [Orchid Javadoc](https://orchid.netlify.com/OrchidJavadoc) - Create beautiful Javadocs for your project within your Orchid site. - `#Orchid` `#Java` `#Kotlin` * [Slate](https://github.com/lord/slate) - `#Ruby` * [Sphinx](http://sphinx-doc.org/) - `#Python` +* [MkDocs](https://www.mkdocs.org/) - Write your docs in Markdown and configure the generator with a single YAML configuration file. - `#Python` ### Frameworks