From 2cf45b41ad179f1b48d8563524436e3999a3707d Mon Sep 17 00:00:00 2001 From: Aaron Leopold <36278431+aaronleopold@users.noreply.github.com> Date: Fri, 10 Jan 2025 12:10:26 -0700 Subject: [PATCH] :memo: Remove Tachiyomi plans from repo and docs (#554) Tachi seems to be deprecated, and official extensions can no longer be supported. See https://tachiyomi.org/news/2024-01-13-goodbye. If there is an alternative folks would like to see, please create a feature request --- README.md | 3 +-- docs/pages/guides/mobile/_meta.ts | 1 - docs/pages/guides/mobile/tachiyomi.md | 3 --- 3 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 docs/pages/guides/mobile/tachiyomi.md diff --git a/README.md b/README.md index 017fd168b..cc1919d29 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Stump is a free and open source comics, manga and digital book server with OPDS - [Roadmap 🗺](#roadmap-) - [Getting Started 🚀](#getting-started-) - [Developer Guide 💻](#developer-guide-) - - [Where to start?](#where-to-start) + - [Where to start?](#where-to-start) - [Project Structure 📦](#project-structure-) - [Apps](#apps) - [Core](#core) @@ -62,7 +62,6 @@ The following items are the major targets for Stump's first stable release: Things you can expect to see afterwards: - 🖥️ Cross-platform desktop app _(Windows, Mac, Linux)_ -- 📖 [Tachiyomi](https://github.com/stumpapp/tachiyomi-extensions) support - 📱 In-house mobile app _(Android, iOS)_ - 🔎 Versatile full-text search _(blocked by [prisma#9414](https://github.com/prisma/prisma/issues/9414))_ - 👥 Configurable book clubs _(see [this issue](https://github.com/stumpapp/stump/issues/120))_ diff --git a/docs/pages/guides/mobile/_meta.ts b/docs/pages/guides/mobile/_meta.ts index 30abe2666..08c4cd3fe 100644 --- a/docs/pages/guides/mobile/_meta.ts +++ b/docs/pages/guides/mobile/_meta.ts @@ -2,5 +2,4 @@ import { Meta } from 'nextra' export default { app: 'App', - tachiyomi: 'Tachiyomi', } satisfies Meta diff --git a/docs/pages/guides/mobile/tachiyomi.md b/docs/pages/guides/mobile/tachiyomi.md deleted file mode 100644 index 89ce6ba76..000000000 --- a/docs/pages/guides/mobile/tachiyomi.md +++ /dev/null @@ -1,3 +0,0 @@ -# Tachiyomi - -A Tachiyomi extension for Stump is planned for development, but is not currently in development. If you are a developer familiar with Tachiyomi and would like to help out, please feel free to reach out on [Discord](https://discord.gg/63Ybb7J3as) or browse the relevant [GitHub issue](https://github.com/stumpapp/stump/issues?q=is%3Aissue+is%3Aopen+label%3Amobile).