@cryptotaxi247 / netdata-1 / commits / dadb1e8aa

Change relative links to absolute for learn components (#14015)

Change relative links to absolute based on @site Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>

Tasos Katsoulas committed Nov 18, 2022 at 11:41 UTC dadb1e8aad05a9252d4c1972d4f52ebb03164bfa
8 files changed +10 -10
docs/get-started.mdx
+2 -2
@@ -6,8 +6,8 @@ sidebar_label: "Get started"
6 custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/get-started.mdx
7 ---
8
9 -import { OneLineInstallWget } from '../src/components/OneLineInstall/'
10 -import { Install, InstallBox } from '../src/components/Install/'
9 +import { OneLineInstallWget } from '@site/src/components/OneLineInstall/'
10 +import { Install, InstallBox } from '@site/src/components/Install/'
11
12 # Get started with Netdata
13
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 '@site/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 '@site/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 '@site/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 '@site/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 '@site/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 '@site/src/components/Install/'
7
8 -import { OneLineInstallWget, OneLineInstallCurl } from '../../../src/components/OneLineInstall/'
8 +import { OneLineInstallWget, OneLineInstallCurl } from '@site/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 '@site/src/components/OneLineInstall/'
7
8 # Install Netdata with kickstart.sh
9