Rework documentation (#13709)

* Rework documentation

* Slightly adjust theme

* wip

* fixes

* Remove unneeded header

* Re-added Acknowledgement.md file

* Added Acknowledgement.md to mkdocs.yml

Co-authored-by: Neil Lathwood <gh+n@laf.io>
This commit is contained in:
Jellyfrog
2022-02-09 00:02:28 +01:00
committed by GitHub
parent ee00f59ce6
commit 8f474dd4d4
163 changed files with 1226 additions and 2451 deletions

View File

@@ -1,6 +1,3 @@
source: Developing/os/Custom-Graphs.md
path: blob/master/doc/
First we define our graphs in `includes/definitions.inc.php` to share
our work and contribute in the development of LibreNMS. :-) (or place
in `config.php` if you don't plan to contribute)

View File

@@ -1,6 +1,3 @@
source: Developing/os/Health-Information.md
path: blob/master/doc/
#### Sensors
This document will guide you through adding health / sensor

View File

@@ -1,6 +1,3 @@
source: Developing/os/Initial-Detection.md
path: blob/master/doc/
This document will provide the information you should need to add
basic detection for a new OS.

View File

@@ -1,6 +1,3 @@
source: Developing/os/Mem-CPU-Information.md
path: blob/master/doc/
This document will guide you through adding detection for Memory /
Processor for your new device.

View File

@@ -1,6 +1,3 @@
source: os/Settings.md
path: blob/master/doc/
# Optional OS Settings
This page documents settings that can be set in the os yaml files or

View File

@@ -1,6 +1,3 @@
source: Developing/os/Test-Units.md
path: blob/master/doc/
# Tests
Tests ensure LibreNMS works as expected, now and in the future. New

View File

@@ -1,6 +1,3 @@
source: Developing/os/Wireless-Sensors.md
path: blob/master/doc/
This document will guide you through adding wireless sensors for your
new wireless device.