@cryptotaxi247 / netdata-1 / commits / 49f1a6a97

Docs: Fix paths to install boxes (#12109)

* Updated doc to match the new component name * Updated filepaths to match learn repo

Tina Luedtke committed Feb 10, 2022 at 07:55 UTC 49f1a6a97ae41023deba3602538d230c6021584d
7 files changed +8 -8
docs/guides/export/export-netdata-metrics-graphite.md
+1 -1
@@ -3,7 +3,7 @@ title: Export and visualize Netdata metrics in Graphite
3 description: "Use Netdata to collect and export thousands of metrics to Graphite for long-term storage or further analysis."
4 image: /img/seo/guides/export/export-netdata-metrics-graphite.png
5 -->
6 -import { OneLineInstallWget } from '../../../src/components/OneLineInstall/'
6 +import { OneLineInstallWget } from '../../src/components/OneLineInstall/'
7
8 # Export and visualize Netdata metrics in Graphite
9
docs/guides/monitor/lamp-stack.md
+1 -1
@@ -7,7 +7,7 @@ author_title: "Editorial Director, Technical & Educational Resources"
7 author_img: "/img/authors/joel-hans.jpg"
8 custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/guides/monitor/lamp-stack.md
9 -->
10 -import { OneLineInstallWget } from '../../../src/components/OneLineInstall/'
10 +import { OneLineInstallWget } from '../../src/components/OneLineInstall/'
11
12 # LAMP stack monitoring (Linux, Apache, MySQL, PHP) with Netdata
13
docs/guides/monitor/pi-hole-raspberry-pi.md
+1 -1
@@ -4,7 +4,7 @@ description: "Monitor Pi-hole metrics, plus Raspberry Pi system metrics, in minu
4 image: /img/seo/guides/monitor/netdata-pi-hole-raspberry-pi.png
5 custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/guides/monitor/pi-hole-raspberry-pi.md
6 -->
7 -import { OneLineInstallWget } from '../../../src/components/OneLineInstall/'
7 +import { OneLineInstallWget } from '../../src/components/OneLineInstall/'
8
9 # Monitor Pi-hole (and a Raspberry Pi) with Netdata
10
docs/guides/step-by-step/step-00.md
+1 -1
@@ -3,7 +3,7 @@ title: "The step-by-step Netdata guide"
3 date: 2020-03-31
4 custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/guides/step-by-step/step-00.md
5 -->
6 -import { OneLineInstallWget, OneLineInstallCurl } from '../../../src/components/OneLineInstall/'
6 +import { OneLineInstallWget, OneLineInstallCurl } from '../../src/components/OneLineInstall/'
7
8 # The step-by-step Netdata guide
9
exporting/prometheus/README.md
+1 -1
@@ -4,7 +4,7 @@ description: "Export Netdata metrics to Prometheus for archiving and further ana
4 custom_edit_url: https://github.com/netdata/netdata/edit/master/exporting/prometheus/README.md
5 sidebar_label: "Using Netdata with Prometheus"
6 -->
7 -import { OneLineInstallWget, OneLineInstallCurl } from '../../src/components/OneLineInstall/'
7 +import { OneLineInstallWget, OneLineInstallCurl } from '../../../src/components/OneLineInstall/'
8
9 # Using Netdata with Prometheus
10
packaging/installer/README.md
+2 -2
@@ -3,9 +3,9 @@ title: "Installation guide"
3 custom_edit_url: https://github.com/netdata/netdata/edit/master/packaging/installer/README.md
4 -->
5
6 -import { Install, InstallBox } from '../../src/components/Install/'
6 +import { Install, InstallBox } from '../../../src/components/Install/'
7
8 -import { OneLineInstallWget, OneLineInstallCurl } from '../../src/components/OneLineInstall/'
8 +import { OneLineInstallWget, OneLineInstallCurl } from '../../../src/components/OneLineInstall/'
9
10 # Installation guide
11
packaging/installer/methods/kickstart.md
+1 -1
@@ -3,7 +3,7 @@ title: "Install Netdata with kickstart.sh"
3 description: "The kickstart.sh script installs Netdata from source, including all dependencies required to connect to Netdata Cloud, with a single command."
4 custom_edit_url: https://github.com/netdata/netdata/edit/master/packaging/installer/methods/kickstart.md
5 -->
6 -import { OneLineInstallWget, OneLineInstallCurl } from '../../../src/components/OneLineInstall/'
6 +import { OneLineInstallWget, OneLineInstallCurl } from '../../../../../src/components/OneLineInstall/'
7
8 # Install Netdata with kickstart.sh
9