From b227fcece96b225d9dde77d06c570eaae23006b1 Mon Sep 17 00:00:00 2001 From: "L. Yeung" Date: Thu, 9 May 2024 17:28:52 +0800 Subject: [PATCH] docs(os): use exact names of Linux distros --- website/docs/segments/os.mdx | 61 +++++++++++++++++++----------------- 1 file changed, 33 insertions(+), 28 deletions(-) diff --git a/website/docs/segments/os.mdx b/website/docs/segments/os.mdx index f7359a98..16a3e280 100644 --- a/website/docs/segments/os.mdx +++ b/website/docs/segments/os.mdx @@ -25,34 +25,39 @@ import Config from '@site/src/components/Config.js'; ## Properties -| Name | Type | Default | Description | -| --------------------- | :-------: | :------: | --------------------------------------------------- | -| `macos` | `string` | `\uF179` | the string to use for macOS | -| `linux` | `string` | `\uF17C` | the icon to use for Linux | -| `windows` | `string` | `\uE62A` | the icon to use for Windows | -| `display_distro_name` | `boolean` | `false` | display the distro name or icon (for WSL and Linux) | -| `alma` | `string` | `\uF31D` | the icon to use for Alma | -| `alpine` | `string` | `\uF300` | the icon to use for Alpine | -| `aosc` | `string` | `\uF301` | the icon to use for Aosc | -| `arch` | `string` | `\uF303` | the icon to use for Arch | -| `centos` | `string` | `\uF304` | the icon to use for Centos | -| `coreos` | `string` | `\uF305` | the icon to use for Coreos | -| `debian` | `string` | `\uF306` | the icon to use for Debian | -| `devuan` | `string` | `\uF307` | the icon to use for Devuan | -| `raspbian` | `string` | `\uF315` | the icon to use for Raspbian | -| `elementary` | `string` | `\uF309` | the icon to use for Elementary | -| `fedora` | `string` | `\uF30a` | the icon to use for Fedora | -| `gentoo` | `string` | `\uF30d` | the icon to use for Gentoo | -| `mageia` | `string` | `\uF310` | the icon to use for Mageia | -| `manjaro` | `string` | `\uF312` | the icon to use for Manjaro | -| `mint` | `string` | `\uF30e` | the icon to use for Mint | -| `nixos` | `string` | `\uF313` | the icon to use for Nixos | -| `opensuse` | `string` | `\uF314` | the icon to use for Opensuse | -| `redhat` | `string` | `\uF316` | the icon to use for Redhat | -| `rocky` | `string` | `\uF32B` | the icon to use for Rocky | -| `sabayon` | `string` | `\uF317` | the icon to use for Sabayon | -| `slackware` | `string` | `\uF319` | the icon to use for Slackware | -| `ubuntu` | `string` | `\uF31b` | the icon to use for Ubuntu | +| Name | Type | Default | Description | +| --------------------- | :-------: | :------: | -------------------------------------------------------- | +| `macos` | `string` | `\uF179` | the string to use for macOS | +| `linux` | `string` | `\uF17C` | the icon to use for Linux | +| `windows` | `string` | `\uE62A` | the icon to use for Windows | +| `display_distro_name` | `boolean` | `false` | display the distro name instead of icon for Linux or WSL | +| `alma` | `string` | `\uF31D` | the icon to use for AlmaLinux OS | +| `almalinux` | `string` | `\uF31D` | the icon to use for AlmaLinux OS | +| `almalinux9` | `string` | `\uF31D` | the icon to use for AlmaLinux OS 9 | +| `alpine` | `string` | `\uF300` | the icon to use for Alpine Linux | +| `android` | `string` | `\uF17b` | the icon to use for Android | +| `aosc` | `string` | `\uF301` | the icon to use for AOSC OS | +| `arch` | `string` | `\uF303` | the icon to use for Arch Linux | +| `centos` | `string` | `\uF304` | the icon to use for CentOS | +| `coreos` | `string` | `\uF305` | the icon to use for CoreOS Container Linux | +| `debian` | `string` | `\uF306` | the icon to use for Debian | +| `deepin` | `string` | `\uF321` | the icon to use for deepin | +| `devuan` | `string` | `\uF307` | the icon to use for Devuan GNU+Linux | +| `elementary` | `string` | `\uF309` | the icon to use for elementary OS | +| `fedora` | `string` | `\uF30a` | the icon to use for Fedora | +| `gentoo` | `string` | `\uF30d` | the icon to use for Gentoo Linux | +| `mageia` | `string` | `\uF310` | the icon to use for Mageia | +| `manjaro` | `string` | `\uF312` | the icon to use for Manjaro Linux | +| `mint` | `string` | `\uF30e` | the icon to use for Linux Mint | +| `nixos` | `string` | `\uF313` | the icon to use for NixOS | +| `opensuse` | `string` | `\uF314` | the icon to use for openSUSE | +| `opensuse-tumbleweed` | `string` | `\uF314` | the icon to use for openSUSE Tumbleweed | +| `raspbian` | `string` | `\uF315` | the icon to use for Raspberry Pi OS (Raspbian) | +| `redhat` | `string` | `\uF316` | the icon to use for Red Hat Enterprise Linux (RHEL) | +| `rocky` | `string` | `\uF32B` | the icon to use for Rocky Linux | +| `sabayon` | `string` | `\uF317` | the icon to use for Sabayon | +| `slackware` | `string` | `\uF319` | the icon to use for Slackware Linux | +| `ubuntu` | `string` | `\uF31b` | the icon to use for Ubuntu | ## Template ([info][templates])