Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/victorboissiere/docs

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

devops documentation linux server vim

Last synced: 3 days 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
```