Skip to content

Commit

Permalink
Remove download page
Browse files Browse the repository at this point in the history
  • Loading branch information
arkon committed Jan 15, 2024
1 parent 650ee07 commit c3f0c7b
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 65 deletions.
17 changes: 0 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down
14 changes: 0 additions & 14 deletions website/src/.vitepress/config/navigation/navbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
5 changes: 0 additions & 5 deletions website/src/.vitepress/config/navigation/sidebar.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import type { DefaultTheme } from 'vitepress'

const sidebar: DefaultTheme.SidebarMulti = {
'/download/': defaultSidebar(),
'/extensions/': defaultSidebar(),
'/docs/': defaultSidebar(),
'/changelogs/': defaultSidebar(),
Expand All @@ -13,10 +12,6 @@ function defaultSidebar(): DefaultTheme.SidebarItem[] {
return [
{
items: [
{
text: 'Download',
link: '/download/',
},
{
text: 'Extensions',
link: '/extensions/',
Expand Down
2 changes: 1 addition & 1 deletion website/src/docs/guides/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
24 changes: 0 additions & 24 deletions website/src/download/index.md

This file was deleted.

3 changes: 0 additions & 3 deletions website/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ hero:
- theme: brand
text: Get started
link: /docs/guides/getting-started
- theme: alt
text: Download
link: /download/

customMetaTitle: Tachiyomi

Expand Down
2 changes: 1 addition & 1 deletion website/src/news/2023-09-10-updated-website.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
1 change: 1 addition & 0 deletions website/src/public/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c3f0c7b

Please sign in to comment.