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
- Host: GitHub
- URL: https://github.com/victorboissiere/docs
- Owner: victorboissiere
- Created: 2018-03-29T17:49:38.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-02-13T12:15:09.000Z (about 5 years ago)
- Last Synced: 2025-01-17T09:35:25.339Z (about 1 year 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
[](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
```