@cryptotaxi247 / netdata-1 / commits / a2fa9180c

Add libnetdata readmes to learn, delete empty (#14371)

Co-authored-by: Christopher Akritidis <cakrit@DESKTOP-C7OKV71.localdomain>

Chris Akritidis committed Jan 30, 2023 at 08:38 UTC a2fa9180c567395752b57df1895d677fe129a790
15 files changed +35 -39
libnetdata/arrayalloc/README.md deleted
-7
@@ -1,7 +0,0 @@
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,6 +1,10 @@
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"
8 -->
9
10 # AVL
libnetdata/circular_buffer/README.md
+5 -1
@@ -1,6 +1,10 @@
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"
8 -->
9
10 # Circular Buffer
libnetdata/ebpf/README.md deleted
-5
@@ -1,5 +0,0 @@
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,6 +1,10 @@
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"
8 -->
9
10 # json
libnetdata/locks/README.md
+5
@@ -1,5 +1,10 @@
1 <!--
2 +title: "Locks"
3 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"
8 -->
9
10 ## How to trace netdata locks
libnetdata/log/README.md deleted
-5
@@ -1,5 +0,0 @@
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,6 +1,10 @@
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"
8 -->
9
10 # One Way Allocator
libnetdata/popen/README.md deleted
-5
@@ -1,5 +0,0 @@
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,6 +1,10 @@
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"
8 -->
9
10 # PROCFILE
libnetdata/statistical/README.md deleted
-5
@@ -1,5 +0,0 @@
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,6 +1,10 @@
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"
8 -->
9
10 # Netdata storage number
libnetdata/string/README.md
+5 -1
@@ -1,5 +1,9 @@
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"
7 -->
8
9 # STRING
@@ -17,4 +21,4 @@ index lookup to find it.
21
22 Once there is a `STRING *`, the actual `const char *` can be accessed with `string2str()`.
23
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
24 +All STRING should be constant. Changing the contents of a `const char *` that has been acquired by `string2str()` should never happen.
libnetdata/threads/README.md deleted
-5
@@ -1,5 +0,0 @@
1 -<!--
2 -custom_edit_url: https://github.com/netdata/netdata/edit/master/libnetdata/threads/README.md
3 --->
4 -
5 -
libnetdata/url/README.md deleted
-5
@@ -1,5 +0,0 @@
1 -<!--
2 -custom_edit_url: https://github.com/netdata/netdata/edit/master/libnetdata/url/README.md
3 --->
4 -
5 -