Revert "Add libnetdata readmes to learn, delete empty" (#14373)
Revert "Add libnetdata readmes to learn, delete empty (#14371)" This reverts commit a2fa9180c567395752b57df1895d677fe129a790.
Chris Akritidis committed
Jan 30, 2023 at 08:49 UTC
cf51d44333064857a92b758f327a215238b8ee9c
15 files changed
+39
-35
libnetdata/arrayalloc/README.md
new
+7
@@ -0,0 +1,7 @@
1
+<!--
2
+title: "Array Allocator"
3
+custom_edit_url: https://github.com/netdata/netdata/edit/master/libnetdata/arrayalloc/README.md
4
+-->
5
+
6
+# Array Allocator
7
+
libnetdata/avl/README.md
-4
@@ -1,10 +1,6 @@
1
<!--
2
title: "AVL"
3
custom_edit_url: https://github.com/netdata/netdata/edit/master/libnetdata/avl/README.md
4
-sidebar_label: "AVL"
5
-learn_status: "Published"
6
-learn_topic_type: "Tasks"
7
-learn_rel_path: "Developers"
4
-->
5
6
# AVL
libnetdata/circular_buffer/README.md
+1
-5
@@ -1,10 +1,6 @@
1
<!--
2
-title: "Circular Buffer"
2
+title: "circular_buffer"
3
custom_edit_url: https://github.com/netdata/netdata/edit/master/libnetdata/circular_buffer/README.md
4
-sidebar_label: "Circular Buffer"
5
-learn_status: "Published"
6
-learn_topic_type: "Tasks"
7
-learn_rel_path: "Developers"
4
-->
5
6
# Circular Buffer
libnetdata/ebpf/README.md
new
+5
@@ -0,0 +1,5 @@
1
+<!--
2
+custom_edit_url: https://github.com/netdata/netdata/edit/master/libnetdata/ebpf/README.md
3
+-->
4
+
5
+
libnetdata/json/README.md
-4
@@ -1,10 +1,6 @@
1
<!--
2
title: "json"
3
custom_edit_url: https://github.com/netdata/netdata/edit/master/libnetdata/json/README.md
4
-sidebar_label: "JSON"
5
-learn_status: "Published"
6
-learn_topic_type: "Tasks"
7
-learn_rel_path: "Developers"
4
-->
5
6
# json
libnetdata/locks/README.md
-5
@@ -1,10 +1,5 @@
1
<!--
2
-title: "Locks"
2
custom_edit_url: https://github.com/netdata/netdata/edit/master/libnetdata/locks/README.md
4
-sidebar_label: "Locks"
5
-learn_status: "Published"
6
-learn_topic_type: "Tasks"
7
-learn_rel_path: "Developers"
3
-->
4
5
## How to trace netdata locks
libnetdata/log/README.md
new
+5
@@ -0,0 +1,5 @@
1
+<!--
2
+custom_edit_url: https://github.com/netdata/netdata/edit/master/libnetdata/log/README.md
3
+-->
4
+
5
+
libnetdata/onewayalloc/README.md
-4
@@ -1,10 +1,6 @@
1
<!--
2
title: "One Way Allocator"
3
custom_edit_url: https://github.com/netdata/netdata/edit/master/libnetdata/onewayallocator/README.md
4
-sidebar_label: "One way allocator"
5
-learn_status: "Published"
6
-learn_topic_type: "Tasks"
7
-learn_rel_path: "Developers"
4
-->
5
6
# One Way Allocator
libnetdata/popen/README.md
new
+5
@@ -0,0 +1,5 @@
1
+<!--
2
+custom_edit_url: https://github.com/netdata/netdata/edit/master/libnetdata/popen/README.md
3
+-->
4
+
5
+
libnetdata/procfile/README.md
-4
@@ -1,10 +1,6 @@
1
<!--
2
title: "PROCFILE"
3
custom_edit_url: https://github.com/netdata/netdata/edit/master/libnetdata/procfile/README.md
4
-sidebar_label: "Procfile"
5
-learn_status: "Published"
6
-learn_topic_type: "Tasks"
7
-learn_rel_path: "Developers"
4
-->
5
6
# PROCFILE
libnetdata/statistical/README.md
new
+5
@@ -0,0 +1,5 @@
1
+<!--
2
+custom_edit_url: https://github.com/netdata/netdata/edit/master/libnetdata/statistical/README.md
3
+-->
4
+
5
+
libnetdata/storage_number/README.md
-4
@@ -1,10 +1,6 @@
1
<!--
2
title: "Netdata storage number"
3
custom_edit_url: https://github.com/netdata/netdata/edit/master/libnetdata/storage_number/README.md
4
-sidebar_label: "Storage number"
5
-learn_status: "Published"
6
-learn_topic_type: "Tasks"
7
-learn_rel_path: "Developers"
4
-->
5
6
# Netdata storage number
libnetdata/string/README.md
+1
-5
@@ -1,9 +1,5 @@
1
<!--
2
custom_edit_url: https://github.com/netdata/netdata/edit/master/libnetdata/string/README.md
3
-sidebar_label: "String"
4
-learn_status: "Published"
5
-learn_topic_type: "Tasks"
6
-learn_rel_path: "Developers"
3
-->
4
5
# STRING
@@ -21,4 +17,4 @@ index lookup to find it.
17
18
Once there is a `STRING *`, the actual `const char *` can be accessed with `string2str()`.
19
24
-All STRING should be constant. Changing the contents of a `const char *` that has been acquired by `string2str()` should never happen.
20
+All STRING should be constant. Changing the contents of a `const char *` that has been acquired by `string2str()` should never happen.
\ No newline at end of file
libnetdata/threads/README.md
new
+5
@@ -0,0 +1,5 @@
1
+<!--
2
+custom_edit_url: https://github.com/netdata/netdata/edit/master/libnetdata/threads/README.md
3
+-->
4
+
5
+
libnetdata/url/README.md
new
+5
@@ -0,0 +1,5 @@
1
+<!--
2
+custom_edit_url: https://github.com/netdata/netdata/edit/master/libnetdata/url/README.md
3
+-->
4
+
5
+