Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/daggerok/mkdocs-example

Generate material design documentation.
https://github.com/daggerok/mkdocs-example

mkdocs mkdocs-material mkdocs-plugin mkdocs-theme

Last synced: 23 days ago
JSON representation

Generate material design documentation.

Awesome Lists containing this project

README

        

# mkdocs-example [![Build Status](https://travis-ci.org/daggerok/mkdocs-example.svg?branch=master)](https://travis-ci.org/daggerok/mkdocs-example)
Generate material design documentation.

```bash
mkdir -p mkdocs-example
cd mkdocs-example/

pip3 install --upgrade pip
pip3 install mkdocs
mkdocs --version
# output: mkdocs, version 1.0.4 from /Users/user/.homebrew/lib/python3.7/site-packages/mkdocs (Python 3.7)
pip3 install --upgrade mkdocs-material
pip3 install --upgrade mkdocs-minify-plugin
```