Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/wbhob/nest-docs
- Owner: wbhob
- Created: 2017-12-11T22:58:05.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-12T18:35:11.000Z (about 7 years ago)
- Last Synced: 2024-12-01T13:48:57.985Z (2 months ago)
- Homepage: https://wbhob.github.io/nest-docs/
- Size: 670 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.