Add frontmatter (#9847)
Joel Hans committed
Aug 28, 2020 at 08:50 UTC
f5808b7b90f7ba96ac5532e1fbfddce6805ac8c8
1 file changed
+7
-1
libnetdata/simple_pattern/README.md
+7
-1
@@ -1,4 +1,10 @@
1
-## Netdata simple patterns
1
+<!--
2
+title: "Netdata simple patterns"
3
+description: "Netdata supports simple patterns, which are less cryptic versions of regular expressions. Use familiar notation for powerful results."
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/libnetdata/simple_pattern/README.md
5
+-->
6
+
7
+# Netdata simple patterns
8
9
Unix prefers regular expressions. But they are just too hard, too cryptic
10
to use, write and understand.