[PR #18] [MERGED] Adds pages to install drop-app on different platforms #32

Closed
opened 2026-02-17 17:12:22 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Drop-OSS/drop-docs/pull/18
Author: @Pacodastre
Created: 11/5/2025
Status: Merged
Merged: 12/5/2025
Merged by: @DecDuck

Base: mainHead: bazzite-guide


📝 Commits (10+)

  • 7701f24 Adds pages to install drop-app on different platforms
  • d4bb3f3 Removes rust-nightly-bin related instructions as they are not needed
  • af49e2f Adds ubuntu page
  • e3861f5 Adds debian page
  • 4ddfd4f Adds fedora guide
  • 02b3778 Improves documentation to get umu-run to work on steamos and bazzite
  • a4c2f44 Fixes broken links
  • e29cfde Fixes the bazzite page
  • c7c3226 Updates client link to latest version and removes rust-nightly-bin as a dependency on arch
  • 1c3744a Few improvements

📊 Changes

26 files changed (+600 additions, -0 deletions)

View changed files

docs/installing-drop-app/archlinux.md (+24 -0)
docs/installing-drop-app/bazzite.md (+82 -0)
docs/installing-drop-app/debian.md (+32 -0)
docs/installing-drop-app/fedora.md (+31 -0)
docs/installing-drop-app/index.md (+14 -0)
docs/installing-drop-app/installing-drop-app-on-debian-software.png (+0 -0)
docs/installing-drop-app/installing-drop-app-on-fedora-software.png (+0 -0)
docs/installing-drop-app/installing-drop-app-on-ubuntu-app-center.png (+0 -0)
docs/installing-drop-app/macos.md (+3 -0)
docs/installing-drop-app/steamdeck.md (+74 -0)
docs/installing-drop-app/ubuntu.md (+14 -0)
docs/installing-drop-app/windows.md (+11 -0)
📝 sidebars.ts (+15 -0)
versioned_docs/version-0.3.0/installing-drop-app/archlinux.md (+24 -0)
versioned_docs/version-0.3.0/installing-drop-app/bazzite.md (+82 -0)
versioned_docs/version-0.3.0/installing-drop-app/debian.md (+32 -0)
versioned_docs/version-0.3.0/installing-drop-app/fedora.md (+31 -0)
versioned_docs/version-0.3.0/installing-drop-app/index.md (+14 -0)
versioned_docs/version-0.3.0/installing-drop-app/installing-drop-app-on-debian-software.png (+0 -0)
versioned_docs/version-0.3.0/installing-drop-app/installing-drop-app-on-fedora-software.png (+0 -0)

...and 6 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Drop-OSS/drop-docs/pull/18 **Author:** [@Pacodastre](https://github.com/Pacodastre) **Created:** 11/5/2025 **Status:** ✅ Merged **Merged:** 12/5/2025 **Merged by:** [@DecDuck](https://github.com/DecDuck) **Base:** `main` ← **Head:** `bazzite-guide` --- ### 📝 Commits (10+) - [`7701f24`](https://github.com/Drop-OSS/drop-docs/commit/7701f24f159a6ce9eccfcb9f03bde6cb4bcf721d) Adds pages to install drop-app on different platforms - [`d4bb3f3`](https://github.com/Drop-OSS/drop-docs/commit/d4bb3f335ef029db9dbb073dd970e781c2164b88) Removes rust-nightly-bin related instructions as they are not needed - [`af49e2f`](https://github.com/Drop-OSS/drop-docs/commit/af49e2fc45e27937cfa1bf0df54fa2329863115e) Adds ubuntu page - [`e3861f5`](https://github.com/Drop-OSS/drop-docs/commit/e3861f55fa79912c874e3256aba1955c7baa32c1) Adds debian page - [`4ddfd4f`](https://github.com/Drop-OSS/drop-docs/commit/4ddfd4fa6304e68e0727f93fc6031f5168d60739) Adds fedora guide - [`02b3778`](https://github.com/Drop-OSS/drop-docs/commit/02b37786181f73e469777ad44d278d644e04756e) Improves documentation to get umu-run to work on steamos and bazzite - [`a4c2f44`](https://github.com/Drop-OSS/drop-docs/commit/a4c2f443ee6053091f7ceedcdce158e77d303313) Fixes broken links - [`e29cfde`](https://github.com/Drop-OSS/drop-docs/commit/e29cfde30f7d96e5c939c5aea75a1c17d10ff19d) Fixes the bazzite page - [`c7c3226`](https://github.com/Drop-OSS/drop-docs/commit/c7c32260293ff1b6f187c68c54cc16900d59f01f) Updates client link to latest version and removes rust-nightly-bin as a dependency on arch - [`1c3744a`](https://github.com/Drop-OSS/drop-docs/commit/1c3744a8778d3a3798fb701721fd5c064a47a6cd) Few improvements ### 📊 Changes **26 files changed** (+600 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `docs/installing-drop-app/archlinux.md` (+24 -0) ➕ `docs/installing-drop-app/bazzite.md` (+82 -0) ➕ `docs/installing-drop-app/debian.md` (+32 -0) ➕ `docs/installing-drop-app/fedora.md` (+31 -0) ➕ `docs/installing-drop-app/index.md` (+14 -0) ➕ `docs/installing-drop-app/installing-drop-app-on-debian-software.png` (+0 -0) ➕ `docs/installing-drop-app/installing-drop-app-on-fedora-software.png` (+0 -0) ➕ `docs/installing-drop-app/installing-drop-app-on-ubuntu-app-center.png` (+0 -0) ➕ `docs/installing-drop-app/macos.md` (+3 -0) ➕ `docs/installing-drop-app/steamdeck.md` (+74 -0) ➕ `docs/installing-drop-app/ubuntu.md` (+14 -0) ➕ `docs/installing-drop-app/windows.md` (+11 -0) 📝 `sidebars.ts` (+15 -0) ➕ `versioned_docs/version-0.3.0/installing-drop-app/archlinux.md` (+24 -0) ➕ `versioned_docs/version-0.3.0/installing-drop-app/bazzite.md` (+82 -0) ➕ `versioned_docs/version-0.3.0/installing-drop-app/debian.md` (+32 -0) ➕ `versioned_docs/version-0.3.0/installing-drop-app/fedora.md` (+31 -0) ➕ `versioned_docs/version-0.3.0/installing-drop-app/index.md` (+14 -0) ➕ `versioned_docs/version-0.3.0/installing-drop-app/installing-drop-app-on-debian-software.png` (+0 -0) ➕ `versioned_docs/version-0.3.0/installing-drop-app/installing-drop-app-on-fedora-software.png` (+0 -0) _...and 6 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:12:22 -05:00
yindo closed this issue 2026-02-17 17:12:22 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Drop-OSS/drop-docs#32