dh_mkdocs
Static site generator geared towards building project documentation
Install
- All systems
-
curl cmd.cat/dh_mkdocs.sh
- Debian
-
apt-get install mkdocs
- Ubuntu
-
apt-get install mkdocs
- Kali Linux
-
apt-get install mkdocs
- Fedora
-
dnf install mkdocs
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install mkdocs
- OS X
-
brew install mkdocs
- Raspbian
-
apt-get install mkdocs
- Dockerfile
- dockerfile.run/dh_mkdocs
mkdocs
Static site generator geared towards building project 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.