summaryrefslogtreecommitdiffstats
path: root/libnetdata
diff options
context:
space:
mode:
authorJoel Hans <joel@netdata.cloud>2020-03-10 15:29:51 -0600
committerGitHub <noreply@github.com>2020-03-10 14:29:51 -0700
commit9342704a41cbd20a315e55f0b1ff3efd9f039498 (patch)
tree22cebf2a80622ac644e007189c912e4669598bb6 /libnetdata
parent629e24ae952137657c3106db9783b985450e13f7 (diff)
Bulk add frontmatter to all documentation (#8354)
* Bulk add frontmatter * A few extra edge cases
Diffstat (limited to 'libnetdata')
-rw-r--r--libnetdata/README.md7
-rw-r--r--libnetdata/adaptive_resortable_list/README.md7
-rw-r--r--libnetdata/avl/README.md7
-rw-r--r--libnetdata/buffer/README.md7
-rw-r--r--libnetdata/config/README.md7
-rw-r--r--libnetdata/json/README.md7
-rw-r--r--libnetdata/procfile/README.md7
-rw-r--r--libnetdata/storage_number/README.md7
8 files changed, 56 insertions, 0 deletions
diff --git a/libnetdata/README.md b/libnetdata/README.md
index 8610cfd112..443058be55 100644
--- a/libnetdata/README.md
+++ b/libnetdata/README.md
@@ -1,3 +1,10 @@
+<!--
+---
+title: "libnetdata"
+custom_edit_url: https://github.com/netdata/netdata/edit/master/libnetdata/README.md
+---
+-->
+
# libnetdata
`libnetdata` is a collection of library code that is used by all Netdata `C` programs.
diff --git a/libnetdata/adaptive_resortable_list/README.md b/libnetdata/adaptive_resortable_list/README.md
index 0bb99b81cb..660c7f53be 100644
--- a/libnetdata/adaptive_resortable_list/README.md
+++ b/libnetdata/adaptive_resortable_list/README.md
@@ -1,3 +1,10 @@
+<!--
+---
+title: "Adaptive Re-sortable List (ARL)"
+custom_edit_url: https://github.com/netdata/netdata/edit/master/libnetdata/adaptive_resortable_list/README.md
+---
+-->
+
# Adaptive Re-sortable List (ARL)
This library allows Netdata to read a series of `name - value` pairs
diff --git a/libnetdata/avl/README.md b/libnetdata/avl/README.md
index 6a96884aef..247db96674 100644
--- a/libnetdata/avl/README.md
+++ b/libnetdata/avl/README.md
@@ -1,3 +1,10 @@
+<!--
+---
+title: "AVL"
+custom_edit_url: https://github.com/netdata/netdata/edit/master/libnetdata/avl/README.md
+---
+-->
+
# AVL
AVL is a library indexing objects in B-Trees.
diff --git a/libnetdata/buffer/README.md b/libnetdata/buffer/README.md
index c89889c2a8..00bf69ffbb 100644
--- a/libnetdata/buffer/README.md
+++ b/libnetdata/buffer/README.md
@@ -1,3 +1,10 @@
+<!--
+---
+title: "BUFFER"
+custom_edit_url: https://github.com/netdata/netdata/edit/master/libnetdata/buffer/README.md
+---
+-->
+
# BUFFER
`BUFFER` is a convenience library for working with strings in `C`.
diff --git a/libnetdata/config/README.md b/libnetdata/config/README.md
index 51216b6dbf..5cb475104b 100644
--- a/libnetdata/config/README.md
+++ b/libnetdata/config/README.md
@@ -1,3 +1,10 @@
+<!--
+---
+title: "Netdata ini config files"
+custom_edit_url: https://github.com/netdata/netdata/edit/master/libnetdata/config/README.md
+---
+-->
+
# Netdata ini config files
Configuration files `netdata.conf` and `stream.conf` are Netdata ini files.
diff --git a/libnetdata/json/README.md b/libnetdata/json/README.md
index e723cede07..e3e813e4dc 100644
--- a/libnetdata/json/README.md
+++ b/libnetdata/json/README.md
@@ -1,3 +1,10 @@
+<!--
+---
+title: "json"
+custom_edit_url: https://github.com/netdata/netdata/edit/master/libnetdata/json/README.md
+---
+-->
+
# json
`json` contains a parser for json strings, based on `jsmn` (<https://github.com/zserge/jsmn>), but case you have installed the JSON-C library, the installation script will prefer it, you can also force its use with `--enable-jsonc` in the compilation time.
diff --git a/libnetdata/procfile/README.md b/libnetdata/procfile/README.md
index 7487e6c634..501e748b19 100644
--- a/libnetdata/procfile/README.md
+++ b/libnetdata/procfile/README.md
@@ -1,3 +1,10 @@
+<!--
+---
+title: "PROCFILE"
+custom_edit_url: https://github.com/netdata/netdata/edit/master/libnetdata/procfile/README.md
+---
+-->
+
# PROCFILE
procfile is a library for reading text data files (i.e `/proc` files) in the fastest possible way.
diff --git a/libnetdata/storage_number/README.md b/libnetdata/storage_number/README.md
index 9f6c08e06f..be6ba6ca87 100644
--- a/libnetdata/storage_number/README.md
+++ b/libnetdata/storage_number/README.md
@@ -1,3 +1,10 @@
+<!--
+---
+title: "Netdata storage number"
+custom_edit_url: https://github.com/netdata/netdata/edit/master/libnetdata/storage_number/README.md
+---
+-->
+
# Netdata storage number
Although `netdata` does all its calculations using `long double`, it stores all values using