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.
- Host: GitHub
- URL: https://github.com/angelobattaglia/sysadmin
- Owner: angelobattaglia
- Created: 2022-08-29T09:49:54.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-05-26T17:22:19.000Z (about 1 year ago)
- Last Synced: 2025-06-06T10:18:28.518Z (about 1 year ago)
- Topics: documentation, git, systemadministration
- Language: HTML
- Homepage: https://angelobattaglia.github.io/sysadmin/
- Size: 2.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```