@cryptotaxi247 / netdata-1 / commits / 609580d1f

Reorganize contents of Getting Started (#14499)

* Moved platform support to packaging * Fix rest of getting started category

Chris Akritidis committed Feb 10, 2023 at 09:27 UTC 609580d1f839b4f81b2340eddcd1abb224f3658b
5 files changed +9 -16
docs/cloud/cheatsheet.mdx
+2 -1
@@ -1,5 +1,5 @@
1 <!--
2 -title: "'Netdata management and configuration cheatsheet'"
2 +title: "Netdata management and configuration cheatsheet"
3 description: "'Connecting an Agent to the Cloud allows a Netdata Agent, running on a distributed node, to securely connect to Netdata Cloud via the encrypted Agent-Cloud link (ACLK).'"
4 image: "/cheatsheet/cheatsheet-meta.png"
5 sidebar_label: "Cheatsheet"
@@ -8,6 +8,7 @@ part_of_learn: "True"
8 learn_status: "Published"
9 learn_topic_type: "Getting started"
10 learn_rel_path: "Getting started"
11 +sidebar_position: "100"
12 -->
13
14 import {
docs/cloud/cloud.mdx
+3
@@ -6,6 +6,7 @@ sidebar_label: "Netdata Cloud"
6 learn_status: "Published"
7 learn_topic_type: "Concepts"
8 learn_rel_path: "Getting Started"
9 +sidebar_position: "50"
10 -->
11
12 import { Grid, Box, BoxList, BoxListItem } from '@site/src/components/Grid/'
@@ -66,6 +67,7 @@ and how they're different from other monitoring solutions, or the
67 title="Troubleshooting with Netdata Cloud">
68 <BoxListItem to="https://github.com/netdata/netdata/blob/master/docs/cloud/insights/metric-correlations.md" title="Metric Correlations" />
69 <BoxListItem to="https://github.com/netdata/netdata/blob/master/docs/cloud/insights/anomaly-advisor.mdx" title="Anomaly Advisor" />
70 + <BoxListItem to="https://github.com/netdata/netdata/blob/master/docs/cloud/insights/events-feed.md" title="Events Feed" />
71 </Box>
72 <Box
73 title="Management and settings">
@@ -74,6 +76,7 @@ and how they're different from other monitoring solutions, or the
76 <BoxListItem to="https://github.com/netdata/netdata/blob/master/docs/cloud/manage/invite-your-team.md" title="Invite your team" />
77 <BoxListItem to="https://github.com/netdata/netdata/blob/master/docs/cloud/manage/themes.md" title="Choose your Netdata Cloud theme" />
78 <BoxListItem to="https://github.com/netdata/netdata/blob/master/docs/cloud/manage/role-based-access.md" title="Role-Based Access" />
79 + <BoxListItem to="https://github.com/netdata/netdata/blob/master/docs/cloud/manage/plans.md" title="Paid Plans" />
80 </BoxList>
81 </Box>
82 </Grid>
docs/getting-started/integrations.md deleted
-12
@@ -1,12 +0,0 @@
1 -<!--
2 -title: "Integrations"
3 -sidebar_label: "Integrations"
4 -custom_edit_url: null
5 -learn_status: "Published"
6 -learn_topic_type: "Getting started"
7 -learn_rel_path: "Getting started"
8 -learn_docs_purpose: "Present all the Netdata integrations"
9 -learn_doc_type: "AUTOGENERATED"
10 --->
11 -
12 -This page is autogenerated, this is placeholder document
\ No newline at end of file
packaging/PLATFORM_SUPPORT.md
+3 -3
@@ -3,9 +3,9 @@ title: "Netdata platform support policy"
3 sidebar_label: "Supported platforms"
4 custom_edit_url: "https://github.com/netdata/netdata/edit/master/packaging/PLATFORM_SUPPORT.md"
5 learn_status: "Published"
6 -sidebar_position: "30"
7 -learn_topic_type: "Getting started"
8 -learn_rel_path: "Getting started"
6 +sidebar_position: "1"
7 +learn_topic_type: "Tasks"
8 +learn_rel_path: "Installation"
9 learn_docs_purpose: "Present all the supported platform in the Netdata solution"
10 -->
11
packaging/installer/README.md
+1
@@ -6,6 +6,7 @@ custom_edit_url: "https://github.com/netdata/netdata/edit/master/packaging/insta
6 learn_status: "Published"
7 learn_topic_type: "Tasks"
8 learn_rel_path: "Getting started"
9 +sidebar_position: "1"
10 -->
11
12 import { OneLineInstallWget, OneLineInstallCurl } from '@site/src/components/OneLineInstall/'