summaryrefslogtreecommitdiffstats
path: root/exporting
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 /exporting
parent629e24ae952137657c3106db9783b985450e13f7 (diff)
Bulk add frontmatter to all documentation (#8354)
* Bulk add frontmatter * A few extra edge cases
Diffstat (limited to 'exporting')
-rw-r--r--exporting/README.md7
-rw-r--r--exporting/aws_kinesis/README.md7
2 files changed, 14 insertions, 0 deletions
diff --git a/exporting/README.md b/exporting/README.md
index 84cbb760ac..11123f61c0 100644
--- a/exporting/README.md
+++ b/exporting/README.md
@@ -1,3 +1,10 @@
+<!--
+---
+title: "Exporting metrics to external databases (experimental)"
+custom_edit_url: https://github.com/netdata/netdata/edit/master/exporting/README.md
+---
+-->
+
# Exporting metrics to external databases (experimental)
The exporting engine is an update for the former [backends](../backends/). It's still work in progress. It has a
diff --git a/exporting/aws_kinesis/README.md b/exporting/aws_kinesis/README.md
index acf9d7d0fa..91af9d0708 100644
--- a/exporting/aws_kinesis/README.md
+++ b/exporting/aws_kinesis/README.md
@@ -1,3 +1,10 @@
+<!--
+---
+title: "Export metrics to AWS Kinesis Data Streams"
+custom_edit_url: https://github.com/netdata/netdata/edit/master/exporting/aws_kinesis/README.md
+---
+-->
+
# Export metrics to AWS Kinesis Data Streams
## Prerequisites