Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/talpor/talpor-dev-handbook
The talPor Solutions Handbook
https://github.com/talpor/talpor-dev-handbook
Last synced: about 1 month ago
JSON representation
The talPor Solutions Handbook
- Host: GitHub
- URL: https://github.com/talpor/talpor-dev-handbook
- Owner: talpor
- Created: 2013-08-02T17:37:31.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-12-16T19:41:01.000Z (about 9 years ago)
- Last Synced: 2024-04-16T18:39:06.292Z (8 months ago)
- Size: 1.11 MB
- Stars: 1
- Watchers: 13
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# talpor-handbook
##The talPor Solutions Handbook
This repository of documents uses [mkdocs](http://www.mkdocs.org/) to generate an HTML documentation.
All source documents are in the docs directory and are written using Mardown notation.
## Building
Install mkdocs:
`pip install -r requirements.pip`
To generate the page's HTML run:
`mkdocs build`
To run a local server that lets you browse the generated HTML
`mkdocs serve`