Platform Labels Update (#3581)
Some checks are pending
Deploy to GitHub Pages / build (push) Waiting to run
Deploy to GitHub Pages / Deploy (push) Blocked by required conditions

* First preview of platform indicators

* Fix

* Update
- Format 2FA section.
- Fix known edge cases.

* Update
- Update Mac & Linux icons.
- Fix icon cut-off bug.

* Remove dependency

* Better icons

* Update
- Labelled PowerShell platforms.
- Updated regex.
- Fixed an edge case.

* Update
- Removed need for trailing `/` at EOL.
- Updated more entries to the new format.

* Deploy for main-4

* Update

* Update
- Added icon for "Web".
- Updated any entries to "All Platforms".
- Formatted "Encrypted Messengers" section.

* Update
- Tidied Song Identification section.
- Some misc changes.

* Update
- Tweaked wording on Contribute guide.

* Undo deploy

* Update
This commit is contained in:
Hugo 2025-06-09 19:49:48 +01:00 committed by GitHub
parent f690fa0de4
commit 1daa86b67e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 171 additions and 90 deletions

View file

@ -56,14 +56,15 @@ You can do one of the following:
## Making changes
> [!TIP]
> The easiest way is to join our [Discord](https://rentry.co/fmhy-invite) to submit sites or any changes.
If you want to make changes with instant site feedback, or are simply going to work with the site, you can do so with these 3 ways:
- [Using gitpod.io or GitHub Codespaces (recommended)](#using-gitpod-or-github-codespaces)
- [Using the GitHub editor](#using-the-github-editor)
- [Manually setting up a development environment](#manually-setting-up-a-development-environment)
> [!TIP]
> You can just use our [💬 Discord](https://rentry.co/fmhy-invite) to send us sites or any changes.
### Using Gitpod or GitHub Codespaces