mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-10-31 23:15:05 +01:00
Fix Fork URLs
This commit is contained in:
parent
954749a08f
commit
73ff7c4021
@ -58,9 +58,9 @@ This way, you can recover from catastrophic failures.
|
||||
|
||||
Some forks of **Tachiyomi** have specific limitations regarding backup restoration:
|
||||
|
||||
- [Neko](/forks/neko) can only restore [MangaDex](/extensions/#all.mangadex) entries in a backup.
|
||||
- [Neko](/forks/Neko/) can only restore [MangaDex](/extensions/#all.mangadex) entries in a backup.
|
||||
> Entries from other sources will not transfer.
|
||||
- Some forks, such as [TachiyomiAZ](/forks/tachiyomi-az) and [TachiyomiSY](/forks/tachiyomi-sy), have built-in extensions.
|
||||
- Some forks, such as [TachiyomiAZ](/forks/TachiyomiAZ/) and [TachiyomiSY](/forks/TachiyomiSY/), have built-in extensions.
|
||||
> Example: [E-Hentai](/extensions/#all.ehentai), [nHentai](/extensions/#all.nhentai), and **Hitomi.la**.
|
||||
- Restoring a backup made by these forks to standard **Tachiyomi** will not restore titles from such extensions.
|
||||
> While it is possible to restore titles to these forks, backing them up out of these forks is not possible.
|
||||
|
@ -39,6 +39,7 @@ imageSize: small
|
||||
<br><VPTeamMembers size="small" :members="members" />
|
||||
|
||||
<script setup>
|
||||
import "@theme/styles/forks/neko.styl"
|
||||
import { VPTeamMembers } from "vitepress/theme"
|
||||
|
||||
const members = [
|
||||
@ -60,7 +61,3 @@ const members = [
|
||||
}
|
||||
]
|
||||
</script>
|
||||
|
||||
<style lang="stylus">
|
||||
@import "../.vitepress/theme/styles/forks/neko.styl"
|
||||
</style>
|
@ -39,6 +39,7 @@ imageSize: small
|
||||
<br><VPTeamMembers size="small" :members="members" />
|
||||
|
||||
<script setup>
|
||||
import "@theme/styles/forks/tachiyomi-az.styl"
|
||||
import { VPTeamMembers } from "vitepress/theme"
|
||||
|
||||
const members = [
|
||||
@ -78,7 +79,3 @@ const members = [
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<style lang="stylus">
|
||||
@import "../.vitepress/theme/styles/forks/tachiyomi-az.styl"
|
||||
</style>
|
@ -39,6 +39,7 @@ imageSize: small
|
||||
<br><VPTeamMembers size="small" :members="members" />
|
||||
|
||||
<script setup>
|
||||
import "@theme/styles/forks/tachiyomi-j2k.styl"
|
||||
import { VPTeamMembers } from "vitepress/theme"
|
||||
|
||||
const members = [
|
||||
@ -52,7 +53,3 @@ const members = [
|
||||
}
|
||||
]
|
||||
</script>
|
||||
|
||||
<style lang="stylus">
|
||||
@import "../.vitepress/theme/styles/forks/tachiyomi-j2k.styl"
|
||||
</style>
|
@ -39,6 +39,7 @@ imageSize: small
|
||||
<br><VPTeamMembers size="small" :members="members" />
|
||||
|
||||
<script setup>
|
||||
import "@theme/styles/forks/tachiyomi-sy.styl"
|
||||
import { VPTeamMembers } from "vitepress/theme"
|
||||
|
||||
const members = [
|
||||
@ -68,7 +69,3 @@ const members = [
|
||||
}
|
||||
]
|
||||
</script>
|
||||
|
||||
<style lang="stylus">
|
||||
@import "../.vitepress/theme/styles/forks/tachiyomi-sy.styl"
|
||||
</style>
|
@ -11,17 +11,17 @@ features:
|
||||
- title: Neko
|
||||
details: Features specific to MangaDex with the featureset of TachiyomiJ2K
|
||||
icon: <img src="/forks/logo-neko.webp" alt="MangaDex Logo" height="32" width="32">
|
||||
link: /forks/neko
|
||||
link: /forks/Neko/
|
||||
- title: TachiyomiJ2K
|
||||
details: New approach to the design of the base app along with several other enhancements
|
||||
icon: <img src="/forks/logo-j2k.webp" alt="MangaDex Logo" height="32" width="32">
|
||||
link: /forks/tachiyomi-j2k
|
||||
link: /forks/TachiyomiJ2K/
|
||||
- title: TachiyomiSY
|
||||
details: Keeping up-to-date with Tachiyomi while also adding exclusive features
|
||||
icon: <img src="/forks/logo-sy.webp" alt="MangaDex Logo" height="32" width="32">
|
||||
link: /forks/tachiyomi-sy
|
||||
link: /forks/TachiyomiSY/
|
||||
- title: TachiyomiAZ
|
||||
details: Keeps the old design of Tachiyomi with hamburger menu.
|
||||
icon: <img src="/forks/logo-az.webp" alt="MangaDex Logo" height="32" width="32">
|
||||
link: /forks/tachiyomi-az
|
||||
link: /forks/TachiyomiAZ/
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user