summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorFotis Voutsas <fotis@netdata.cloud>2023-02-28 16:52:53 +0200
committerGitHub <noreply@github.com>2023-02-28 06:52:53 -0800
commite9af6180814ea456cabc424880cd80f7a23d1e23 (patch)
treee7b0592f1026ade672a6f61835ab423eb5b63331 /web
parent380e2b261b38677747c9f09ac9bc2d2550846fb2 (diff)
Make the title metadata H1 in all markdown files (#14625)
* make the title metadta the H1 * Update collectors/python.d.plugin/zscores/README.md * Update libnetdata/ebpf/README.md * Update ml/README.md * Update libnetdata/string/README.md --------- Co-authored-by: Chris Akritidis <43294513+cakrit@users.noreply.github.com>
Diffstat (limited to 'web')
-rw-r--r--web/api/exporters/shell/README.md2
-rw-r--r--web/api/queries/README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/web/api/exporters/shell/README.md b/web/api/exporters/shell/README.md
index 49c32d8f10..a17ff11481 100644
--- a/web/api/exporters/shell/README.md
+++ b/web/api/exporters/shell/README.md
@@ -7,7 +7,7 @@ learn_topic_type: "References"
learn_rel_path: "Developers/Web/Api/Exporters"
-->
-# shell exporter
+# Shell exporter
Shell scripts can now query Netdata:
diff --git a/web/api/queries/README.md b/web/api/queries/README.md
index 9ae92a4156..033115ded6 100644
--- a/web/api/queries/README.md
+++ b/web/api/queries/README.md
@@ -6,7 +6,7 @@ learn_status: "Published"
learn_rel_path: "Integrations/Export"
-->
-# Database Queries
+# REST API for Database Queries
The Netdata database can be queried with the `/api/v1/data` and `/api/v1/badge.svg` REST API methods.