Improve Markdown syntax in Document (#12949)

* Use GitLab instead of Gitlab

Only change text part, the Alert.Transport.Gitlab class left as is.

* Fix href in document

* Move section in document

The agent list in this document is sorted by alphabetical order,
"SDFS info" is the only exception.

* Remove trailing spaces in document

* Align code in document

* Fix Markdown in document

- Escape underline
- Add syntax highlight
- Add two space in the end of line to make it a newline
- Add newline before list or code section

* Update LibreNMS/Alert/Transport/Gitlab.php

Co-authored-by: Jellyfrog <Jellyfrog@users.noreply.github.com>
This commit is contained in:
Sean
2021-06-17 03:16:21 +08:00
committed by GitHub
parent 7edc302f34
commit bcedc0ed77
39 changed files with 281 additions and 264 deletions

View File

@@ -57,7 +57,7 @@ Remember to edit/remove them if you change (and you should) the VM network confi
- WebUI (http://localhost:8080)
- username: librenms
- password: `D32fwefwef`
- SSH (ssh://localhost:2023)
- username: librenms
- password: `CDne3fwdfds`

View File

@@ -5,8 +5,8 @@ path: blob/master/doc/
## Docker
An official LibreNMS docker image based on Alpine Linux and Nginx is available
on [DockerHub](https://hub.docker.com/r/librenms/librenms/). Documentation can
An official LibreNMS docker image based on Alpine Linux and Nginx is available
on [DockerHub](https://hub.docker.com/r/librenms/librenms/). Documentation can
be found on the [GitHub repository](https://github.com/librenms/docker).
## Manually
@@ -18,7 +18,7 @@ This document includes instructions for:
- Ubuntu 20.04
- RHEL / CentOS 8
- Debian 10
** [Install LibreNMS](Install-LibreNMS.md) **
## Images