@cryptotaxi247 / netdata-1 / commits / 738e4f10b

Fix links and add to learn (#14458)

Chris Akritidis committed Feb 8, 2023 at 04:59 UTC 738e4f10bcc164ef1515901f4e261eee3e9bc88b
1 file changed +23 -19
docs/cloud/cloud.mdx
+23 -19
@@ -1,18 +1,20 @@
1 <!--
2 -title: "Netdata Cloud docs"
2 +title: "Netdata Cloud"
3 description: "Netdata Cloud is real-time visibility for entire infrastructures. View key metrics, insightful charts, and active alarms from all your nodes."
4 -custom_edit_url: "https://github.com/netdata/learn/blob/master/docs/cloud.mdx"
4 +custom_edit_url: "https://github.com/netdata/netdata/blob/master/docs/cloud/cloud.mdx"
5 +learn_status: "Published"
6 +learn_topic_type: "Concepts"
7 +learn_rel_path: "Getting Started"
8 -->
9
10 import { Grid, Box, BoxList, BoxListItem } from '@site/src/components/Grid/'
11 import { RiExternalLinkLine } from 'react-icons/ri'
12
10 -This is the documentation for the Netdata Cloud web application, which works in parallel with the open-source Netdata
11 -monitoring agent to help you monitor your entire infrastructure [for free <RiExternalLinkLine className="inline-block"
13 +The Netdata Cloud web application works in parallel with the open-source Netdata monitoring agent to help you monitor your entire infrastructure [for free <RiExternalLinkLine className="inline-block"
14 />](https://netdata.cloud/pricing/) in real time and troubleshoot problems that threaten the health of your
15 nodes before they occur.
16
15 -Netdata Cloud requires the open-source [Netdata](/docs/) monitoring agent, which is the basis for the metrics,
17 +Netdata Cloud requires the open-source Netdata monitoring agent, which is the basis for the metrics,
18 visualizations, and alarms that you'll find in Netdata Cloud. Every time you view a node in Netdata Cloud, its metrics
19 and metadata are streamed to Netdata Cloud, then proxied to your browser, with an infrastructure that ensures [data
20 privacy <RiExternalLinkLine className="inline-block" />](https://netdata.cloud/privacy/).
@@ -24,7 +26,7 @@ and how they're different from other monitoring solutions, or the
26
27 <Grid columns="1" className="mb-16">
28 <Box
27 - to="/docs/cloud/get-started"
29 + to="https://github.com/netdata/netdata/blob/master/docs/cloud/get-started"
30 title="Get started with Netdata Cloud"
31 cta="Go"
32 image={true}>
@@ -38,37 +40,39 @@ and how they're different from other monitoring solutions, or the
40 <Box
41 title="Spaces and War Rooms">
42 <BoxList>
41 - <BoxListItem to="/docs/cloud/spaces" title="Spaces" />
42 - <BoxListItem to="/docs/cloud/war-rooms" title="War Rooms" />
43 + <BoxListItem to="https://github.com/netdata/netdata/blob/master/docs/cloud/spaces.md" title="Spaces" />
44 + <BoxListItem to="https://github.com/netdata/netdata/blob/master/docs/cloud/war-rooms.md" title="War Rooms" />
45 </BoxList>
46 </Box>
47 <Box
48 title="Dashboards">
49 <BoxList>
48 - <BoxListItem to="/docs/cloud/visualize/overview" title="Overview" />
49 - <BoxListItem to="/docs/cloud/visualize/nodes" title="Nodes view" />
50 - <BoxListItem to="/docs/cloud/visualize/kubernetes" title="Kubernetes" />
51 - <BoxListItem to="/docs/cloud/visualize/dashboards" title="Create new dashboards" />
50 + <BoxListItem to="https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/overview.md" title="Overview" />
51 + <BoxListItem to="https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/nodes.md" title="Nodes view" />
52 + <BoxListItem to="https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/kubernetes.md" title="Kubernetes" />
53 + <BoxListItem to="https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/dashboards.md" title="Create new dashboards" />
54 </BoxList>
55 </Box>
56 <Box
57 title="Alerts and notifications">
58 <BoxList>
57 - <BoxListItem to="/docs/cloud/alerts-notifications/view-active-alerts" title="View active alerts" />
58 - <BoxListItem to="/docs/cloud/alerts-notifications/smartboard" title="Alerts Smartboard" />
59 - <BoxListItem to="/docs/cloud/alerts-notifications/notifications" title="Alert notifications" />
59 + <BoxListItem to="https://github.com/netdata/netdata/blob/master/docs/cloud/alerts-notifications/view-active-alerts.mdx" title="View active alerts" />
60 + <BoxListItem to="https://github.com/netdata/netdata/blob/master/docs/cloud/alerts-notifications/smartboard.mdx" title="Alerts Smartboard" />
61 + <BoxListItem to="https://github.com/netdata/netdata/blob/master/docs/cloud/alerts-notifications/notifications.mdx" title="Alert notifications" />
62 </BoxList>
63 </Box>
64 <Box
65 title="Troubleshooting with Netdata Cloud">
64 - <BoxListItem to="/docs/cloud/insights/metric-correlations" title="Metric Correlations" />
66 + <BoxListItem to="https://github.com/netdata/netdata/blob/master/docs/cloud/insights/metric-correlations.md" title="Metric Correlations" />
67 + <BoxListItem to="https://github.com/netdata/netdata/blob/master/docs/cloud/insights/anomaly-advisor.mdx" title="Anomaly Advisor" />
68 </Box>
69 <Box
70 title="Management and settings">
71 <BoxList>
69 - <BoxListItem to="/docs/cloud/manage/sign-in" title="Sign in with email, Google, or GitHub" />
70 - <BoxListItem to="/docs/cloud/manage/invite-your-team" title="Invite your team" />
71 - <BoxListItem to="/docs/cloud/manage/themes" title="Choose your Netdata Cloud theme" />
72 + <BoxListItem to="https://github.com/netdata/netdata/blob/master/docs/cloud/manage/sign-in.mdx" title="Sign in with email, Google, or GitHub" />
73 + <BoxListItem to="https://github.com/netdata/netdata/blob/master/docs/cloud/manage/invite-your-team.md" title="Invite your team" />
74 + <BoxListItem to="https://github.com/netdata/netdata/blob/master/docs/cloud/manage/themes.md" title="Choose your Netdata Cloud theme" />
75 + <BoxListItem to="https://github.com/netdata/netdata/blob/master/docs/cloud/manage/role-based-access.md" title="Role-Based Access" />
76 </BoxList>
77 </Box>
78 </Grid>