summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFotis Voutsas <fotis@netdata.cloud>2023-02-10 14:59:04 +0200
committerGitHub <noreply@github.com>2023-02-10 14:59:04 +0200
commit6c71428f3779dde6a86a899721324c233d640daf (patch)
treea450de6b71ea3da2c8c48550f4dec4a7fddd3d96
parent8df421378ecfca6525ef07a2a9c37e1161f65f54 (diff)
Category overview pages (#14495)
* add the first iteration of the category overview pages * revert introduction.md from being a category overview
-rw-r--r--docs/category-overview-pages/concepts-overview.md10
-rw-r--r--docs/category-overview-pages/developers-overview.md10
-rw-r--r--docs/category-overview-pages/getting-started-overview.md10
-rw-r--r--docs/category-overview-pages/installation-overview.md10
-rw-r--r--docs/category-overview-pages/operations-overview.md10
-rw-r--r--docs/category-overview-pages/references-overview.md10
-rw-r--r--docs/category-overview-pages/setup-overview.md10
-rw-r--r--docs/getting-started/introduction.md2
8 files changed, 71 insertions, 1 deletions
diff --git a/docs/category-overview-pages/concepts-overview.md b/docs/category-overview-pages/concepts-overview.md
new file mode 100644
index 0000000000..c6590e30a7
--- /dev/null
+++ b/docs/category-overview-pages/concepts-overview.md
@@ -0,0 +1,10 @@
+<!--
+title: "Concepts"
+sidebar_label: "Concepts"
+custom_edit_url: "https://github.com/netdata/netdata/blob/master/docs/category-overview-pages/concepts-overview.md"
+learn_status: "Published"
+learn_rel_path: "Concepts"
+sidebar_position: 10
+-->
+
+This category will help you understand how key features and components work in Netdata. \ No newline at end of file
diff --git a/docs/category-overview-pages/developers-overview.md b/docs/category-overview-pages/developers-overview.md
new file mode 100644
index 0000000000..261d05d333
--- /dev/null
+++ b/docs/category-overview-pages/developers-overview.md
@@ -0,0 +1,10 @@
+<!--
+title: "Developers"
+sidebar_label: "Developers"
+custom_edit_url: "https://github.com/netdata/netdata/blob/master/docs/category-overview-pages/developers-overview.md"
+learn_status: "Published"
+learn_rel_path: "Developers"
+sidebar_position: 60
+-->
+
+In this category you will find information that will aid you while developing with Netdata. \ No newline at end of file
diff --git a/docs/category-overview-pages/getting-started-overview.md b/docs/category-overview-pages/getting-started-overview.md
new file mode 100644
index 0000000000..c0c62c007d
--- /dev/null
+++ b/docs/category-overview-pages/getting-started-overview.md
@@ -0,0 +1,10 @@
+<!--
+title: "Getting Started"
+sidebar_label: "Getting Started"
+custom_edit_url: "https://github.com/netdata/netdata/blob/master/docs/category-overview-pages/getting-started-overview.md"
+learn_status: "Published"
+learn_rel_path: "Getting Started"
+sidebar_position: 1
+-->
+
+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
diff --git a/docs/category-overview-pages/installation-overview.md b/docs/category-overview-pages/installation-overview.md
new file mode 100644
index 0000000000..2ef471ac2a
--- /dev/null
+++ b/docs/category-overview-pages/installation-overview.md
@@ -0,0 +1,10 @@
+<!--
+title: "Installation"
+sidebar_label: "Installation"
+custom_edit_url: "https://github.com/netdata/netdata/blob/master/docs/category-overview-pages/installation-overview.md"
+learn_status: "Published"
+learn_rel_path: "Installation"
+sidebar_position: 20
+-->
+
+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
diff --git a/docs/category-overview-pages/operations-overview.md b/docs/category-overview-pages/operations-overview.md
new file mode 100644
index 0000000000..cc6f187dcc
--- /dev/null
+++ b/docs/category-overview-pages/operations-overview.md
@@ -0,0 +1,10 @@
+<!--
+title: "Operations"
+sidebar_label: "Operations"
+custom_edit_url: "https://github.com/netdata/netdata/blob/master/docs/category-overview-pages/operations-overview.md"
+learn_status: "Published"
+learn_rel_path: "Operations"
+sidebar_position: 40
+-->
+
+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
diff --git a/docs/category-overview-pages/references-overview.md b/docs/category-overview-pages/references-overview.md
new file mode 100644
index 0000000000..0a33aeff66
--- /dev/null
+++ b/docs/category-overview-pages/references-overview.md
@@ -0,0 +1,10 @@
+<!--
+title: "References"
+sidebar_label: "References"
+custom_edit_url: "https://github.com/netdata/netdata/blob/master/docs/category-overview-pages/references-overview.md"
+learn_status: "Published"
+learn_rel_path: "References"
+sidebar_position: 50
+-->
+
+In this category you will find reference documentation about Netdata's components and structural blocks. \ No newline at end of file
diff --git a/docs/category-overview-pages/setup-overview.md b/docs/category-overview-pages/setup-overview.md
new file mode 100644
index 0000000000..1e0781e762
--- /dev/null
+++ b/docs/category-overview-pages/setup-overview.md
@@ -0,0 +1,10 @@
+<!--
+title: "Setup"
+sidebar_label: "Setup"
+custom_edit_url: "https://github.com/netdata/netdata/blob/master/docs/category-overview-pages/setup-overview.md"
+learn_status: "Published"
+learn_rel_path: "Setup"
+sidebar_position: 30
+-->
+
+In this category you will find instructions on how to configure and setup Netdata to suit your needs. \ No newline at end of file
diff --git a/docs/getting-started/introduction.md b/docs/getting-started/introduction.md
index 9875e71edc..c92871c5f5 100644
--- a/docs/getting-started/introduction.md
+++ b/docs/getting-started/introduction.md
@@ -1,6 +1,6 @@
<!--
title: "Introduction"
-sidebar_label: "Getting started"
+sidebar_label: "Introduction"
custom_edit_url: "https://github.com/netdata/netdata/blob/master/docs/getting-started/introduction.md"
learn_status: "Published"
sidebar_position: "1"