From 63ca00dd10a9ee81ba3ca7b5cc6ce0e6e563c82a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=C3=B1or=20Performo=20-=20Leandro=20Melendez?= <54183040+srperf@users.noreply.github.com> Date: Mon, 3 Jun 2024 11:38:02 -0600 Subject: [PATCH] Docs: Add Installation YouTube Videos to documentation pages. (#88465) * Added Installation video index.md * Update index.md adding video for Debian and Ubuntu installs * Update index.md adding install video in macOS * Update index.md adding video to install RHEL or Fedora * Update index.md adding install video for SUSE * Update index.md adding video for Windows installer * Update _index.md Updated from suggestions * Update index.md from suggestions * Update index.md from suggestions * Update index.md from suggestions * Update index.md from suggestions * Update index.md from suggestions * Update docs/sources/setup-grafana/installation/_index.md Applied Chris' suggestion Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Update docs/sources/setup-grafana/installation/debian/index.md Applied Chris' suggestion Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Update docs/sources/setup-grafana/installation/mac/index.md Applied Chris' suggestion Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Update docs/sources/setup-grafana/installation/redhat-rhel-fedora/index.md Applied Chris' suggestion Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Update docs/sources/setup-grafana/installation/suse-opensuse/index.md Applied Chris' suggestion Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Update docs/sources/setup-grafana/installation/windows/index.md Applied Chris' suggestion Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> --------- Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> --- docs/sources/setup-grafana/installation/_index.md | 2 +- docs/sources/setup-grafana/installation/debian/index.md | 2 +- docs/sources/setup-grafana/installation/mac/index.md | 2 +- .../setup-grafana/installation/redhat-rhel-fedora/index.md | 2 +- docs/sources/setup-grafana/installation/suse-opensuse/index.md | 2 +- docs/sources/setup-grafana/installation/windows/index.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/sources/setup-grafana/installation/_index.md b/docs/sources/setup-grafana/installation/_index.md index 541a3bab596..c3cc2ae4fb3 100644 --- a/docs/sources/setup-grafana/installation/_index.md +++ b/docs/sources/setup-grafana/installation/_index.md @@ -21,7 +21,7 @@ This page lists the minimum hardware and software requirements to install Grafan To run Grafana, you must have a supported operating system, hardware that meets or exceeds minimum requirements, a supported database, and a supported browser. -The following video guides you through the steps, common commands and the ways in which you can install Grafana in all of the operating systems described in this document: +The following video guides you through the steps and common commands for installing Grafana on various operating systems as described in this document. {{< youtube id="f-x_p2lvz8s" >}} diff --git a/docs/sources/setup-grafana/installation/debian/index.md b/docs/sources/setup-grafana/installation/debian/index.md index 8c339d95e84..ddefa5b7988 100644 --- a/docs/sources/setup-grafana/installation/debian/index.md +++ b/docs/sources/setup-grafana/installation/debian/index.md @@ -22,7 +22,7 @@ There are multiple ways to install Grafana: using the Grafana Labs APT repositor If you install via the `.deb` package or `.tar.gz` file, then you must manually update Grafana for each new version. {{% /admonition %}} -The following video guides you through the steps, common commands and the ways in which you can install Grafana in Debian and Ubuntu as described in this document: +The following video demonstrates how to install Grafana on Debian and Ubuntu as outlined in this document: {{< youtube id="_Zk_XQSjF_Q" >}} diff --git a/docs/sources/setup-grafana/installation/mac/index.md b/docs/sources/setup-grafana/installation/mac/index.md index 8b9af8f35b9..3b8c2dd008e 100644 --- a/docs/sources/setup-grafana/installation/mac/index.md +++ b/docs/sources/setup-grafana/installation/mac/index.md @@ -15,7 +15,7 @@ weight: 600 This page explains how to install Grafana on macOS. -The following video guides you through the steps, common commands and the ways in which you can install Grafana in macOS as described in this document: +The following video demonstrates how to install Grafana on macOS as outlined in this document: {{< youtube id="1zdm8SxOLYQ" >}} diff --git a/docs/sources/setup-grafana/installation/redhat-rhel-fedora/index.md b/docs/sources/setup-grafana/installation/redhat-rhel-fedora/index.md index 319187ea8e8..2a24eadc392 100644 --- a/docs/sources/setup-grafana/installation/redhat-rhel-fedora/index.md +++ b/docs/sources/setup-grafana/installation/redhat-rhel-fedora/index.md @@ -17,7 +17,7 @@ You can install Grafana from the RPM repository, from standalone RPM, or with th If you install via RPM or the `.tar.gz` file, then you must manually update Grafana for each new version. -The following video guides you through the steps, common commands and the ways in which you can install Grafana in RHEL or Fedora as described in this document: +The following video demonstrates how to install Grafana on RHEL or Fedora as outlined in this document: {{< youtube id="4khbLlyoqzE" >}} diff --git a/docs/sources/setup-grafana/installation/suse-opensuse/index.md b/docs/sources/setup-grafana/installation/suse-opensuse/index.md index 97e16d1c342..48b505ba52d 100644 --- a/docs/sources/setup-grafana/installation/suse-opensuse/index.md +++ b/docs/sources/setup-grafana/installation/suse-opensuse/index.md @@ -17,7 +17,7 @@ You can install Grafana using the RPM repository, or by downloading a binary `.t If you install via RPM or the `.tar.gz` file, then you must manually update Grafana for each new version. -The following video guides you through the steps, common commands and the ways in which you can install Grafana in SUSE or openSUSE as described in this document: +The following video demonstrates how to install Grafana on SUSE or openSUSE as outlined in this document: {{< youtube id="2MWsu0xy5Xc" >}} diff --git a/docs/sources/setup-grafana/installation/windows/index.md b/docs/sources/setup-grafana/installation/windows/index.md index ef45e863ecc..11aca8e3723 100644 --- a/docs/sources/setup-grafana/installation/windows/index.md +++ b/docs/sources/setup-grafana/installation/windows/index.md @@ -13,7 +13,7 @@ weight: 700 # Install Grafana on Windows -The following video guides you through the steps in which you can install Grafana in Windows standalone installer as described in this document: +The following video demonstrates how to install Grafana using the Windows standalone installer as outlined in this document: {{< youtube id="js2bZijbhJM" >}}