@cryptotaxi247 / netdata-1 / commits / 6c71428f3

Category overview pages (#14495)

* add the first iteration of the category overview pages * revert introduction.md from being a category overview

Fotis Voutsas committed Feb 10, 2023 at 14:59 UTC 6c71428f3779dde6a86a899721324c233d640daf
8 files changed +71 -1
docs/category-overview-pages/concepts-overview.md new
+10
@@ -0,0 +1,10 @@
1 +<!--
2 +title: "Concepts"
3 +sidebar_label: "Concepts"
4 +custom_edit_url: "https://github.com/netdata/netdata/blob/master/docs/category-overview-pages/concepts-overview.md"
5 +learn_status: "Published"
6 +learn_rel_path: "Concepts"
7 +sidebar_position: 10
8 +-->
9 +
10 +This category will help you understand how key features and components work in Netdata.
\ No newline at end of file
docs/category-overview-pages/developers-overview.md new
+10
@@ -0,0 +1,10 @@
1 +<!--
2 +title: "Developers"
3 +sidebar_label: "Developers"
4 +custom_edit_url: "https://github.com/netdata/netdata/blob/master/docs/category-overview-pages/developers-overview.md"
5 +learn_status: "Published"
6 +learn_rel_path: "Developers"
7 +sidebar_position: 60
8 +-->
9 +
10 +In this category you will find information that will aid you while developing with Netdata.
\ No newline at end of file
docs/category-overview-pages/getting-started-overview.md new
+10
@@ -0,0 +1,10 @@
1 +<!--
2 +title: "Getting Started"
3 +sidebar_label: "Getting Started"
4 +custom_edit_url: "https://github.com/netdata/netdata/blob/master/docs/category-overview-pages/getting-started-overview.md"
5 +learn_status: "Published"
6 +learn_rel_path: "Getting Started"
7 +sidebar_position: 1
8 +-->
9 +
10 +In this category you can get to grips with what Netdata has to offer, and how you can install it to your system.
\ No newline at end of file
docs/category-overview-pages/installation-overview.md new
+10
@@ -0,0 +1,10 @@
1 +<!--
2 +title: "Installation"
3 +sidebar_label: "Installation"
4 +custom_edit_url: "https://github.com/netdata/netdata/blob/master/docs/category-overview-pages/installation-overview.md"
5 +learn_status: "Published"
6 +learn_rel_path: "Installation"
7 +sidebar_position: 20
8 +-->
9 +
10 +In this category you can find instructions on all the possible ways you can install Netdata on your deployment.
\ No newline at end of file
docs/category-overview-pages/operations-overview.md new
+10
@@ -0,0 +1,10 @@
1 +<!--
2 +title: "Operations"
3 +sidebar_label: "Operations"
4 +custom_edit_url: "https://github.com/netdata/netdata/blob/master/docs/category-overview-pages/operations-overview.md"
5 +learn_status: "Published"
6 +learn_rel_path: "Operations"
7 +sidebar_position: 40
8 +-->
9 +
10 +In this category you will find all the instructions on "operations" you can perform with Netdata, whether that would be using the Anomaly Advisor to surface any potential unexpected behavior, or how to interact with the charts etc.
\ No newline at end of file
docs/category-overview-pages/references-overview.md new
+10
@@ -0,0 +1,10 @@
1 +<!--
2 +title: "References"
3 +sidebar_label: "References"
4 +custom_edit_url: "https://github.com/netdata/netdata/blob/master/docs/category-overview-pages/references-overview.md"
5 +learn_status: "Published"
6 +learn_rel_path: "References"
7 +sidebar_position: 50
8 +-->
9 +
10 +In this category you will find reference documentation about Netdata's components and structural blocks.
\ No newline at end of file
docs/category-overview-pages/setup-overview.md new
+10
@@ -0,0 +1,10 @@
1 +<!--
2 +title: "Setup"
3 +sidebar_label: "Setup"
4 +custom_edit_url: "https://github.com/netdata/netdata/blob/master/docs/category-overview-pages/setup-overview.md"
5 +learn_status: "Published"
6 +learn_rel_path: "Setup"
7 +sidebar_position: 30
8 +-->
9 +
10 +In this category you will find instructions on how to configure and setup Netdata to suit your needs.
\ No newline at end of file
docs/getting-started/introduction.md
+1 -1
@@ -1,6 +1,6 @@
1 <!--
2 title: "Introduction"
3 -sidebar_label: "Getting started"
3 +sidebar_label: "Introduction"
4 custom_edit_url: "https://github.com/netdata/netdata/blob/master/docs/getting-started/introduction.md"
5 learn_status: "Published"
6 sidebar_position: "1"