Change links at bottom of all install docs (#10416)
* Change links at bottom of all install docs * Add .md to all quickstart links
Joel Hans committed
Jan 7, 2021 at 08:41 UTC
44aabc6af56fe63c88d9f4f88d8c2c160cf9c74a
10 files changed
+71
-39
README.md
+8
-4
@@ -160,10 +160,14 @@ packages](/packaging/installer/methods/packages.md), and more.
160
161
### Post-installation
162
163
-When you're finished with installation, check out our
164
-[single-node](https://learn.netdata.cloud/docs/quickstart/single-node) or
165
-[infrastructure](https://learn.netdata.cloud/docs/quickstart/infrastructure) monitoring quickstart guides based on your
166
-use case. Then, see our [documentation](https://learn.netdata.cloud/docs) for the full picture.
163
+When you're finished with installation, check out our [single-node](/docs/quickstart/single-node.md) or
164
+[infrastructure](/docs/quickstart/infrastructure.md) monitoring quickstart guides based on your use case.
165
+
166
+Or, skip straight to [configuring the Netdata Agent](/docs/configure/nodes.md).
167
+
168
+Read through Netdata's [documentation](https://learn.netdata.cloud/docs), which is structured based on actions and
169
+solutions, to enable features like health monitoring, alarm notifications, long-term metrics storage, exporting to
170
+external databases, and more.
171
172
## How it works
173
docs/get/README.md
+7
-5
@@ -145,12 +145,14 @@ quickstart](/docs/quickstart/single-node.md).
145
If you're looking to monitor an entire infrastructure with Netdata, see the [infrastructure monitoring
146
quickstart](/docs/quickstart/infrastructure.md).
147
148
+Or, skip ahead to [Agent configuration](/docs/configure/nodes.md).
149
+
150
### Related reference documentation
151
150
-- [Packaging & installer](/packaging/installer/README.md)
151
-- [Reinstall Netdata](/packaging/installer/REINSTALL.md)
152
-- [Update Netdata](/packaging/installer/UPDATE.md)
153
-- [Agent-Cloud link](/aclk/README.md)
154
-- [Agent claiming](/claim/README.md)
152
+- [Netdata Agent · Packaging & installer](/packaging/installer/README.md)
153
+- [Netdata Agent · Reinstall Netdata](/packaging/installer/REINSTALL.md)
154
+- [Netdata Agent · Update Netdata](/packaging/installer/UPDATE.md)
155
+- [Netdata Agent · Agent-Cloud link](/aclk/README.md)
156
+- [Netdata Agent · Agent claiming](/claim/README.md)
157
158
[](<>)
packaging/installer/README.md
+9
-4
@@ -48,11 +48,16 @@ page](/packaging/installer/methods/kickstart.md).
48
Scroll down for details about [automatic updates](#automatic-updates) or [nightly vs. stable
49
releases](#nightly-vs-stable-releases).
50
51
-When you finish installing Netdata, be sure to visit our [step-by-step guide](/docs/guides/step-by-step/step-00.md) for
52
-a fully-guided tour into Netdata's capabilities and how to configure it according to your needs.
51
+### Post-installation
52
54
-Or, if you're a monitoring and system administration pro, skip ahead to our [getting started
55
-guide](/docs/getting-started.md) for a quick overview.
53
+When you're finished with installation, check out our [single-node](/docs/quickstart/single-node.md) or
54
+[infrastructure](/docs/quickstart/infrastructure.md) monitoring quickstart guides based on your use case.
55
+
56
+Or, skip straight to [configuring the Netdata Agent](/docs/configure/nodes.md).
57
+
58
+Read through Netdata's [documentation](https://learn.netdata.cloud/docs), which is structured based on actions and
59
+solutions, to enable features like health monitoring, alarm notifications, long-term metrics storage, exporting to
60
+external databases, and more.
61
62
## Have a different operating system, or want to try another method?
63
packaging/installer/methods/kickstart-64.md
+7
-4
@@ -85,8 +85,11 @@ If the script is valid, this command will return `OK, VALID`.
85
86
## What's next?
87
88
-When you finish installing Netdata, be sure to visit our [step-by-step guide](/docs/guides/step-by-step/step-00.md) for
89
-a fully-guided tour into Netdata's capabilities and how to configure it according to your needs.
88
+When you're finished with installation, check out our [single-node](/docs/quickstart/single-node.md) or
89
+[infrastructure](/docs/quickstart/infrastructure.md) monitoring quickstart guides based on your use case.
90
91
-Or, if you're a monitoring and system administration pro, skip ahead to our [getting started
92
-guide](/docs/getting-started.md) for a quick overview.
91
+Or, skip straight to [configuring the Netdata Agent](/docs/configure/nodes.md).
92
+
93
+Read through Netdata's [documentation](https://learn.netdata.cloud/docs), which is structured based on actions and
94
+solutions, to enable features like health monitoring, alarm notifications, long-term metrics storage, exporting to
95
+external databases, and more.
packaging/installer/methods/kickstart.md
+7
-4
@@ -68,8 +68,11 @@ If the script is valid, this command will return `OK, VALID`.
68
69
## What's next?
70
71
-When you finish installing Netdata, be sure to visit our [step-by-step guide](/docs/guides/step-by-step/step-00.md) for
72
-a fully-guided tour into Netdata's capabilities and how to configure it according to your needs.
71
+When you're finished with installation, check out our [single-node](/docs/quickstart/single-node.md) or
72
+[infrastructure](/docs/quickstart/infrastructure.md) monitoring quickstart guides based on your use case.
73
74
-Or, if you're a monitoring and system administration pro, skip ahead to our [getting started
75
-guide](/docs/getting-started.md) for a quick overview.
74
+Or, skip straight to [configuring the Netdata Agent](/docs/configure/nodes.md).
75
+
76
+Read through Netdata's [documentation](https://learn.netdata.cloud/docs), which is structured based on actions and
77
+solutions, to enable features like health monitoring, alarm notifications, long-term metrics storage, exporting to
78
+external databases, and more.
packaging/installer/methods/kubernetes.md
+3
-2
@@ -199,8 +199,9 @@ helm upgrade netdata netdata/netdata
199
Read the [monitoring a Kubernetes cluster guide](/docs/guides/monitor/kubernetes-k8s-netdata.md) for details on the
200
various metrics and charts created by the Helm chart and some best practices on real-time troubleshooting using Netdata.
201
202
-Check out our [Agent's getting started guide](/docs/getting-started.md) for a quick overview of Netdata's capabilities,
203
-especially if you want to change any of the configuration settings for either the parent or child nodes.
202
+Check out our [infrastructure](/docs/quickstart/infrastructure.md) for details about additional k8s monitoring features,
203
+and learn more about [configuring the Netdata Agent](/docs/configure/nodes.md) to better understand the settings you
204
+might be interested in changing.
205
206
To futher configure Netdata for your cluster, see our [Helm chart repository](https://github.com/netdata/helmchart) and
207
the [service discovery repository](https://github.com/netdata/agent-service-discovery/).
packaging/installer/methods/macos.md
+7
-4
@@ -80,8 +80,11 @@ sudo ./netdata-installer.sh --install /usr/local
80
81
## What's next?
82
83
-When you finish installing Netdata, be sure to visit our [step-by-step guide](/docs/guides/step-by-step/step-00.md) for
84
-a fully-guided tour into Netdata's capabilities and how to configure it according to your needs.
83
+When you're finished with installation, check out our [single-node](/docs/quickstart/single-node.md) or
84
+[infrastructure](/docs/quickstart/infrastructure.md) monitoring quickstart guides based on your use case.
85
86
-Or, if you're a monitoring and system administration pro, skip ahead to our [getting started
87
-guide](/docs/getting-started.md) for a quick overview.
86
+Or, skip straight to [configuring the Netdata Agent](/docs/configure/nodes.md).
87
+
88
+Read through Netdata's [documentation](https://learn.netdata.cloud/docs), which is structured based on actions and
89
+solutions, to enable features like health monitoring, alarm notifications, long-term metrics storage, exporting to
90
+external databases, and more.
packaging/installer/methods/manual.md
+7
-4
@@ -218,8 +218,11 @@ In most cases, you can do this by running `CC=gcc ./netdata-installer.sh`.
218
219
## What's next?
220
221
-When you finish installing Netdata, be sure to visit our [step-by-step guide](/docs/guides/step-by-step/step-00.md) for
222
-a fully-guided tour into Netdata's capabilities and how to configure it according to your needs.
221
+When you're finished with installation, check out our [single-node](/docs/quickstart/single-node.md) or
222
+[infrastructure](/docs/quickstart/infrastructure.md) monitoring quickstart guides based on your use case.
223
224
-Or, if you're a monitoring and system administration pro, skip ahead to our [getting started
225
-guide](/docs/getting-started.md) for a quick overview.
224
+Or, skip straight to [configuring the Netdata Agent](/docs/configure/nodes.md).
225
+
226
+Read through Netdata's [documentation](https://learn.netdata.cloud/docs), which is structured based on actions and
227
+solutions, to enable features like health monitoring, alarm notifications, long-term metrics storage, exporting to
228
+external databases, and more.
packaging/installer/methods/offline.md
+9
-4
@@ -76,8 +76,13 @@ bash kickstart.sh --local-files /tmp/netdata-(version-number-here).tar.gz /tmp/s
76
bash kickstart-static64.sh --local-files /tmp/netdata-(version-number-here).gz.run /tmp/sha256sums.txt
77
```
78
79
-Now that Netdata is installed, be sure to visit our [getting started guide](/docs/getting-started.md) for a
80
-quick overview of configuring Netdata, enabling plugins, and controlling Netdata's daemon.
79
+## What's next?
80
82
-Or, get the full guided tour of Netdata's capabilities with our [step-by-step
83
-guide](/docs/guides/step-by-step/step-00.md)!
81
+When you're finished with installation, check out our [single-node](/docs/quickstart/single-node.md) or
82
+[infrastructure](/docs/quickstart/infrastructure.md) monitoring quickstart guides based on your use case.
83
+
84
+Or, skip straight to [configuring the Netdata Agent](/docs/configure/nodes.md).
85
+
86
+Read through Netdata's [documentation](https://learn.netdata.cloud/docs), which is structured based on actions and
87
+solutions, to enable features like health monitoring, alarm notifications, long-term metrics storage, exporting to
88
+external databases, and more.
packaging/installer/methods/packages.md
+7
-4
@@ -36,8 +36,11 @@ If you are using such a setup, there are a couple of ways you can work around th
36
37
## What's next?
38
39
-When you finish installing Netdata, be sure to visit our [step-by-step guide](/docs/guides/step-by-step/step-00.md) for
40
-a fully-guided tour into Netdata's capabilities and how to configure it according to your needs.
39
+When you're finished with installation, check out our [single-node](/docs/quickstart/single-node.md) or
40
+[infrastructure](/docs/quickstart/infrastructure.md) monitoring quickstart guides based on your use case.
41
42
-Or, if you're a monitoring and system administration pro, skip ahead to our [getting started
43
-guide](/docs/getting-started.md) for a quick overview.
42
+Or, skip straight to [configuring the Netdata Agent](/docs/configure/nodes.md).
43
+
44
+Read through Netdata's [documentation](https://learn.netdata.cloud/docs), which is structured based on actions and
45
+solutions, to enable features like health monitoring, alarm notifications, long-term metrics storage, exporting to
46
+external databases, and more.