Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/talpor/talpor-handbook

Repository for the central hub of the different talPor Handbooks
https://github.com/talpor/talpor-handbook

Last synced: about 1 month ago
JSON representation

Repository for the central hub of the different talPor Handbooks

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`