Ecosyste.ms: Awesome
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: 3 days ago
JSON representation
My personnal documentation
- Host: GitHub
- URL: https://github.com/victorboissiere/docs
- Owner: victorboissiere
- Created: 2018-03-29T17:49:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-13T12:15:09.000Z (almost 4 years ago)
- Last Synced: 2024-06-11T23:32:22.894Z (5 months ago)
- Topics: devops, documentation, linux, server, vim
- Language: HTML
- Homepage: https://docs.gitcommit.fr
- Size: 630 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```