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

https://github.com/victorboissiere/docs

My personnal documentation
https://github.com/victorboissiere/docs

devops documentation linux server vim

Last synced: about 1 year ago
JSON representation

My personnal documentation

Awesome Lists containing this project

README

          

# Docs

[![Build Status](https://travis-ci.org/victorboissiere/docs.svg?branch=master)](https://travis-ci.org/victorboissiere/docs)

My personnal documentation.

[View docs online](https://docs.gitcommit.fr)

## Installation & build

```bash
pip install -r requirements.txt

# Serve
mkdocs serve

# Build
mkdocs build
```