Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wbhob/nest-docs

Port of Nest Documentation to Markdown.
https://github.com/wbhob/nest-docs

Last synced: 8 days ago
JSON representation

Port of Nest Documentation to Markdown.

Awesome Lists containing this project

README

        

# Nest Documentation

Thanks for your intrest in contributing to the Nest docs.

For quick docs changes, you can just modify the respective Markdown file and Pull Request.

If you are making style changes, or want to build the docs, be sure to install Mkdocs.
```sh
pip install mkdocs
pip install mkdocs-material
pip install pygments
```

Installing these dependencies means you can successfully build and serve the docs. To see a live-reloading server, run `mkdocs serve`.

Docs site created by Wilson Hobbs, ported from docs created by Kamil Mysliwiec.