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

https://github.com/angelobattaglia/sysadmin

Documentation about utilities.
https://github.com/angelobattaglia/sysadmin

documentation git systemadministration

Last synced: about 1 year ago
JSON representation

Documentation about utilities.

Awesome Lists containing this project

README

          

# System Administration

## Master branch

Pushing the content to master, it's important to build the docs before
```shell
mkdocs build
```

## Deployment

To deploy it (deployment from the gh-pages branch)
```shell
mkdocs gh-deploy
```