[v9.4.x] docs: Use "or" to convey that OS options are unique (#70353)

* Fix merge conflict
* Update relrefs

---------
Co-authored-by: Ursula Kallio <ursula.kallio@grafana.com>
This commit is contained in:
Isabel
2023-06-20 11:15:28 +02:00
committed by GitHub
co-authored by Ursula Kallio
parent ed6169688e
commit b640eb0c85
@@ -23,11 +23,11 @@ Grafana relies on other open source software to operate. For a list of open sour
Grafana supports the following operating systems:
- [Debian/Ubuntu]({{< relref "debian/" >}})
- [Red Hat/RHEL/Fedora]({{< relref "redhat-rhel-fedora/" >}})
- [SUSE/openSUSE]({{< relref "suse-opensuse/" >}})
- [macOS]({{< relref "mac/" >}})
- [Windows]({{< relref "windows/" >}})
- [Debian or Ubuntu]({{< relref "./debian" >}})
- [Red Hat, RHEL, or Fedora]({{< relref "./redhat-rhel-fedora" >}})
- [SUSE or openSUSE]({{< relref "./suse-opensuse" >}})
- [macOS]({{< relref "./mac" >}})
- [Windows]({{< relref "./windows" >}})
> **Note:** Installation of Grafana on other operating systems is possible, but is not recommended or supported.