From 8ef9345b1aa4f5cbbc7498b9bd7f38e9b6594e0e Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Thu, 11 May 2023 22:21:58 +0100 Subject: [PATCH] [v9.5.x] Docs: Correct capitalization of openSUSE (#68336) * Docs: Correct capitalization of openSUSE (#67567) Correct capitalization of openSUSE (cherry picked from commit 7e0031ec36ac0feb408efb83f14c28afc984d6c5) * makes prettier --------- Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com> Co-authored-by: Chris Moyer --- CHANGELOG.md | 2 +- docs/sources/setup-grafana/installation/_index.md | 2 +- .../setup-grafana/installation/suse-opensuse/index.md | 8 ++++---- docs/sources/setup-grafana/start-restart-grafana.md | 2 +- docs/sources/shared/upgrade/upgrade-common-tasks.md | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c70b866aac7..649b13a8646 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ ### Bug fixes -- **Explore:** Update table min height (#67321). [#67332](https://github.com/grafana/grafana/issues/67332), [@adrapereira](https://github.com/adrapereira) +- **Explore:** Update table min height (#67321). [#67332](https://github.com/grafana/grafana/issues/67332), [@adrapereira](https://github.com/adrapereira) - **DataLinks:** Encoded URL fixed. [#67291](https://github.com/grafana/grafana/issues/67291), [@juanicabanas](https://github.com/juanicabanas) diff --git a/docs/sources/setup-grafana/installation/_index.md b/docs/sources/setup-grafana/installation/_index.md index 0c24fb77bc6..f44b447e7cd 100644 --- a/docs/sources/setup-grafana/installation/_index.md +++ b/docs/sources/setup-grafana/installation/_index.md @@ -25,7 +25,7 @@ Grafana supports the following operating systems: - [Debian/Ubuntu]({{< relref "debian/" >}}) - [Red Hat/RHEL/Fedora]({{< relref "redhat-rhel-fedora/" >}}) -- [SUSE/OpenSUSE]({{< relref "suse-opensuse/" >}}) +- [SUSE/openSUSE]({{< relref "suse-opensuse/" >}}) - [macOS]({{< relref "mac/" >}}) - [Windows]({{< relref "windows/" >}}) diff --git a/docs/sources/setup-grafana/installation/suse-opensuse/index.md b/docs/sources/setup-grafana/installation/suse-opensuse/index.md index d65cffb506b..6b0905f75d5 100644 --- a/docs/sources/setup-grafana/installation/suse-opensuse/index.md +++ b/docs/sources/setup-grafana/installation/suse-opensuse/index.md @@ -1,13 +1,13 @@ --- -description: Install guide for Grafana on SUSE or OpenSUSE. -title: Install Grafana on SUSE or OpenSUSE +description: Install guide for Grafana on SUSE or openSUSE. +title: Install Grafana on SUSE or openSUSE menuTitle: SUSE or openSUSE weight: 450 --- -# Install Grafana on SUSE or OpenSUSE +# Install Grafana on SUSE or openSUSE -This topic explains how to install Grafana dependencies, install Grafana on SUSE or OpenSUSE and start the Grafana server on your system. +This topic explains how to install Grafana dependencies, install Grafana on SUSE or openSUSE and start the Grafana server on your system. You can install Grafana using a YUM repository, using RPM, or by downloading a binary `.tar.gz` file. diff --git a/docs/sources/setup-grafana/start-restart-grafana.md b/docs/sources/setup-grafana/start-restart-grafana.md index ef017f4fcb2..20d73130e4e 100644 --- a/docs/sources/setup-grafana/start-restart-grafana.md +++ b/docs/sources/setup-grafana/start-restart-grafana.md @@ -58,7 +58,7 @@ To restart the Grafana server, run the following commands: sudo systemctl restart grafana-server ``` -> **Note:** SUSE or OpenSUSE users might need to start the server with the systemd method, then use the init.d method to configure Grafana to start at boot. +> **Note:** SUSE or openSUSE users might need to start the server with the systemd method, then use the init.d method to configure Grafana to start at boot. ### Start the Grafana server using init.d diff --git a/docs/sources/shared/upgrade/upgrade-common-tasks.md b/docs/sources/shared/upgrade/upgrade-common-tasks.md index bd964412efe..223dbbde94a 100644 --- a/docs/sources/shared/upgrade/upgrade-common-tasks.md +++ b/docs/sources/shared/upgrade/upgrade-common-tasks.md @@ -115,14 +115,14 @@ To upgrade Grafana installed using RPM or YUM complete the following steps: 1. Perform one of the following steps based on your installation. - - If you [downloaded an RPM package](https://grafana.com/grafana/download) to install Grafana, then complete the steps documented in [Install Grafana on Red Hat, RHEL, or Fedora]({{< relref "../../setup-grafana/installation/redhat-rhel-fedora/" >}}) or [Install Grafana on SUSE or OpenSUSE]({{< relref "../../setup-grafana/installation/suse-opensuse/" >}}) to upgrade Grafana. + - If you [downloaded an RPM package](https://grafana.com/grafana/download) to install Grafana, then complete the steps documented in [Install Grafana on Red Hat, RHEL, or Fedora]({{< relref "../../setup-grafana/installation/redhat-rhel-fedora/" >}}) or [Install Grafana on SUSE or openSUSE]({{< relref "../../setup-grafana/installation/suse-opensuse/" >}}) to upgrade Grafana. - If you used the Grafana YUM repository, run the following command: ```bash sudo yum update grafana ``` - - If you installed Grafana on OpenSUSE or SUSE, run the following command: + - If you installed Grafana on openSUSE or SUSE, run the following command: ```bash sudo zypper update