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

https://github.com/stephannv/blueprint-docs

Website for Blueprint Crystal shard
https://github.com/stephannv/blueprint-docs

crystal html mkdocs-material

Last synced: 12 months ago
JSON representation

Website for Blueprint Crystal shard

Awesome Lists containing this project

README

          

To serve:
```
docker pull squidfunk/mkdocs-material
docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material
```