From c3f0c7b674f27c8cd73f30285b417c8e332f2db0 Mon Sep 17 00:00:00 2001 From: arkon Date: Mon, 15 Jan 2024 09:02:17 -0500 Subject: [PATCH] Remove download page --- README.md | 17 ------------- .../.vitepress/config/navigation/navbar.ts | 14 ----------- .../.vitepress/config/navigation/sidebar.ts | 5 ---- website/src/docs/guides/getting-started.md | 2 +- website/src/download/index.md | 24 ------------------- website/src/index.md | 3 --- .../src/news/2023-09-10-updated-website.md | 2 +- website/src/public/_redirects | 1 + 8 files changed, 3 insertions(+), 65 deletions(-) delete mode 100644 website/src/download/index.md diff --git a/README.md b/README.md index 7648e597..7b701fbe 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,6 @@

Discover and read manga, webtoons, comics, and more – easier than ever on your Android device.

- - - -
@@ -33,19 +29,6 @@

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

-

Repositories

- -
-

- - Android App - - - App Extensions - -

-
-

License

Copyright © 2023 The Tachiyomi Open Source Project

This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
diff --git a/website/src/.vitepress/config/navigation/navbar.ts b/website/src/.vitepress/config/navigation/navbar.ts index 6ac500cc..9967db77 100644 --- a/website/src/.vitepress/config/navigation/navbar.ts +++ b/website/src/.vitepress/config/navigation/navbar.ts @@ -5,20 +5,6 @@ const nav: DefaultTheme.NavItem[] = [ text: 'Tachiyomi is no longer supported', link: '/news/2024-01-13-goodbye', }, - { - text: 'Get v{app_version}', - activeMatch: '^/*?(download|changelogs)/*?$', - items: [ - { - text: 'Download', - link: '/download/', - }, - { - text: 'Changelogs', - link: '/changelogs/', - }, - ], - }, { text: 'Docs', link: '/docs/guides/getting-started', diff --git a/website/src/.vitepress/config/navigation/sidebar.ts b/website/src/.vitepress/config/navigation/sidebar.ts index 65c8882f..2d1adcf5 100644 --- a/website/src/.vitepress/config/navigation/sidebar.ts +++ b/website/src/.vitepress/config/navigation/sidebar.ts @@ -1,7 +1,6 @@ import type { DefaultTheme } from 'vitepress' const sidebar: DefaultTheme.SidebarMulti = { - '/download/': defaultSidebar(), '/extensions/': defaultSidebar(), '/docs/': defaultSidebar(), '/changelogs/': defaultSidebar(), @@ -13,10 +12,6 @@ function defaultSidebar(): DefaultTheme.SidebarItem[] { return [ { items: [ - { - text: 'Download', - link: '/download/', - }, { text: 'Extensions', link: '/extensions/', diff --git a/website/src/docs/guides/getting-started.md b/website/src/docs/guides/getting-started.md index ea9f9bd9..d4f49295 100644 --- a/website/src/docs/guides/getting-started.md +++ b/website/src/docs/guides/getting-started.md @@ -16,7 +16,7 @@ Essential information to help you get set up with Tachiyomi. ### Downloading Tachiyomi -1. Visit our [download](/download/) page to get the latest version of **Tachiyomi**. +1. Visit our [download](/news/2024-01-13-goodbye) page to get the latest version of **Tachiyomi**. 2. After the download is complete, open the `.apk` file. 3. Proceed with the installation process. diff --git a/website/src/download/index.md b/website/src/download/index.md deleted file mode 100644 index 3cf27047..00000000 --- a/website/src/download/index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Download -description: Download page that allows users to access and install the latest version of the app. -lastUpdated: false -editLink: false -prev: false -next: false ---- - - - -# Download - -The latest stable version of **Tachiyomi** was released **** and the latest preview version was released ****. - -Preview releases are intended for testing upcoming changes and may not be a stable experience. - - - - diff --git a/website/src/index.md b/website/src/index.md index 98b6f815..35087de2 100644 --- a/website/src/index.md +++ b/website/src/index.md @@ -14,9 +14,6 @@ hero: - theme: brand text: Get started link: /docs/guides/getting-started - - theme: alt - text: Download - link: /download/ customMetaTitle: Tachiyomi diff --git a/website/src/news/2023-09-10-updated-website.md b/website/src/news/2023-09-10-updated-website.md index 6de1878d..5fcba320 100644 --- a/website/src/news/2023-09-10-updated-website.md +++ b/website/src/news/2023-09-10-updated-website.md @@ -8,7 +8,7 @@ date: 2023-09-10 # Updated website We've launched a fully rewritten website with improved usability for both users -and contributors. Some improvements include the [download](/download/) page, +and contributors. Some improvements include a download page which now doesn't require any new additional requests, and a new [changelogs](/changelogs/) page to easily see historical app release notes. diff --git a/website/src/public/_redirects b/website/src/public/_redirects index 42a0e582..74ebbb91 100644 --- a/website/src/public/_redirects +++ b/website/src/public/_redirects @@ -12,3 +12,4 @@ /help/faq/ /docs/faq/general 301 /forks/ /news/2024-01-13-goodbye 301 /docs/contribute /news/2024-01-13-goodbye 301 +/download/ /news/2024-01-13-goodbye 301