Skip to content

Commit

Permalink
Remove some no longer relevant pages
Browse files Browse the repository at this point in the history
  • Loading branch information
arkon committed Jan 14, 2024
1 parent ea69277 commit a89f1f1
Show file tree
Hide file tree
Showing 21 changed files with 7 additions and 702 deletions.
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at the Tachiyomi [Discord server](https://discord.gg/tachiyomi). All
reported by contacting the project team in the issues. All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.
Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +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="Discord server" href="https://discord.gg/tachiyomi">
<img src="https://img.shields.io/discord/349436576037732353.svg?label=&labelColor=6A7EC2&color=7389D8&logo=discord&logoColor=FFFFFF">
</a>
<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>
Expand All @@ -35,7 +32,6 @@
</p>

<p align="center">Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.</p>
<p align="center">If you got any questions, join our <a target="_blank" href="https://discord.gg/tachiyomi">Discord server</a>.</p>

<h3 align="center">Repositories</h3>

Expand Down
9 changes: 0 additions & 9 deletions website/src/.vitepress/config/navigation/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ const sidebar: DefaultTheme.SidebarMulti = {
'/download/': defaultSidebar(),
'/extensions/': defaultSidebar(),
'/docs/': defaultSidebar(),
'/forks/': defaultSidebar(),
'/changelogs/': defaultSidebar(),
'/news/': defaultSidebar(),
'/sandbox/': defaultSidebar(),
Expand All @@ -26,14 +25,6 @@ function defaultSidebar(): DefaultTheme.SidebarItem[] {
text: 'Changelogs',
link: '/changelogs/',
},
{
text: 'Forks',
link: '/forks/',
},
{
text: 'Contribute',
link: '/docs/contribute',
},
],
},
{
Expand Down
5 changes: 0 additions & 5 deletions website/src/.vitepress/config/themeConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ const themeConfig: DefaultTheme.Config = {
link: 'https://github.com/tachiyomiorg/tachiyomi',
ariaLabel: 'Project GitHub',
},
{
icon: 'discord',
link: 'https://discord.gg/tachiyomi',
ariaLabel: 'Discord Server',
},
{
icon: 'x',
link: 'https://twitter.com/tachiyomiorg',
Expand Down
2 changes: 1 addition & 1 deletion website/src/.vitepress/theme/data/news.data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ export default createContentLoader('news/*.md', {
url,
},
)
.sort((a, b) => b.date.toString().localeCompare(a.date.toString()))
.sort((a, b) => a.date.toString().localeCompare(b.date.toString()))
},
})
203 changes: 0 additions & 203 deletions website/src/.vitepress/theme/styles/forks/tachiyomi-az.styl

This file was deleted.

60 changes: 0 additions & 60 deletions website/src/.vitepress/theme/styles/forks/tachiyomi-j2k.styl

This file was deleted.

60 changes: 0 additions & 60 deletions website/src/.vitepress/theme/styles/forks/tachiyomi-sy.styl

This file was deleted.

Loading

0 comments on commit a89f1f1

Please sign in to comment.