Remove download page

This commit is contained in:
arkon 2024-01-15 09:02:17 -05:00
parent 650ee07fb0
commit c3f0c7b674
8 changed files with 3 additions and 65 deletions

View File

@ -10,10 +10,6 @@
<p align="center">Discover and read manga, webtoons, comics, and more easier than ever on your Android device.</p>
<p align="center">
<a title="GitHub downloads" href="https://github.com/tachiyomiorg/tachiyomi/releases">
<img src="https://img.shields.io/github/downloads/tachiyomiorg/tachiyomi/total?label=downloads&labelColor=27303D&color=0D1117&logo=github&logoColor=FFFFFF&style=flat">
</a>
<br>
<a title="Netlify deployment" href="https://app.netlify.com/sites/tachiyomiorg/deploys">
<img src="https://api.netlify.com/api/v1/badges/95d9e2f8-42ae-4e40-8c99-82b870c51e1a/deploy-status">
</a>
@ -33,19 +29,6 @@
<p align="center">Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.</p>
<h3 align="center">Repositories</h3>
<div>
<p align="center">
<a href="https://github.com/tachiyomiorg/tachiyomi/">
<img src="https://github-readme-stats.vercel.app/api/pin/?username=tachiyomiorg&repo=tachiyomi&bg_color=161B22&text_color=c9d1d9&title_color=818CF8&icon_color=818CF8&border_radius=8&hide_border=true" alt="Android App">
</a>
<a href="https://github.com/tachiyomiorg/extensions/">
<img src="https://github-readme-stats.vercel.app/api/pin/?username=tachiyomiorg&repo=extensions&bg_color=161B22&text_color=c9d1d9&title_color=818CF8&icon_color=818CF8&border_radius=8&hide_border=true" alt="App Extensions">
</a>
</p>
</div>
<h3 align="center">License</h3>
<pre align="center">Copyright © 2023 The Tachiyomi Open Source Project<br><br>This Source Code Form is subject to the terms of the Mozilla Public<br>License, v. 2.0. If a copy of the MPL was not distributed with this<br>file, You can obtain one at http://mozilla.org/MPL/2.0/.</pre>

View File

@ -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',

View File

@ -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/',

View File

@ -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.

View File

@ -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
---
<script setup>
import DownloadButtons from "@theme/components/DownloadButtons.vue";
import ReleaseDate from "@theme/components/ReleaseDate.vue";
import Changelog from "@theme/components/Changelog.vue";
</script>
# Download
The latest stable version of **Tachiyomi** was released **<ReleaseDate type="stable" />** and the latest preview version was released **<ReleaseDate type="preview" />**.
Preview releases are intended for testing upcoming changes and may not be a stable experience.
<DownloadButtons />
<Changelog type="stable" />

View File

@ -14,9 +14,6 @@ hero:
- theme: brand
text: Get started
link: /docs/guides/getting-started
- theme: alt
text: Download
link: /download/
customMetaTitle: Tachiyomi

View File

@ -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.

View File

@ -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