mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-12-21 15:41:59 +01:00
Add forks support (#102)
This commit is contained in:
parent
2a08f6a5d9
commit
2feabc30e1
@ -15,7 +15,8 @@ module.exports = [
|
|||||||
items: [
|
items: [
|
||||||
{ text: 'General', link: '/help/guides/getting-started' },
|
{ text: 'General', link: '/help/guides/getting-started' },
|
||||||
{ text: 'Menus', link: '/help/guides/menus' },
|
{ text: 'Menus', link: '/help/guides/menus' },
|
||||||
{ text: 'Settings', link: '/help/guides/settings' }
|
{ text: 'Settings', link: '/help/guides/settings' },
|
||||||
|
{ text: 'Forks', link: '/help/guides/forks' }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -45,6 +45,17 @@ module.exports = [
|
|||||||
'/help/guides/about'
|
'/help/guides/about'
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: 'Forks',
|
||||||
|
collapsable: false,
|
||||||
|
sidebarDepth: 2,
|
||||||
|
children: [
|
||||||
|
'/help/guides/tachiyomi-neko',
|
||||||
|
'/help/guides/tachiyomi-j2k',
|
||||||
|
'/help/guides/tachiyomi-eh',
|
||||||
|
'/help/guides/tachiyomi-az',
|
||||||
|
]
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
18
src/help/guides/forks.md
Normal file
18
src/help/guides/forks.md
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
---
|
||||||
|
title: Forks
|
||||||
|
lang: en-US
|
||||||
|
---
|
||||||
|
|
||||||
|
# Forks
|
||||||
|
|
||||||
|
### [<MaterialIcon icon-name="chrome_reader_mode"/> Neko](/help/guides/tachiyomi-neko)
|
||||||
|
A Free, Open source unofficial manga reader for MangaDex and a fork of Tachiyomi
|
||||||
|
|
||||||
|
### [<MaterialIcon icon-name="chrome_reader_mode"/> TachiyomiJ2K](/help/guides/tachiyomi-j2k)
|
||||||
|
TachiyomiJ2K is a based off of the original Tachiyomi app and adds certain enhancements.
|
||||||
|
|
||||||
|
### [<MaterialIcon icon-name="chrome_reader_mode"/> TachiyomiEH](/help/guides/tachiyomi-eh)
|
||||||
|
TachiyomiEH is a free and open source manga and hentai reader for Android and is based off of the original Tachiyomi app.
|
||||||
|
|
||||||
|
### [<MaterialIcon icon-name="chrome_reader_mode"/> TachiyomiJ2K](/help/guides/tachiyomi-az)
|
||||||
|
Fork mainatiner too lazy to provide information.
|
8
src/help/guides/tachiyomi-az.md
Normal file
8
src/help/guides/tachiyomi-az.md
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
title: TachiyomiAZ
|
||||||
|
lang: en-US
|
||||||
|
---
|
||||||
|
|
||||||
|
# TachiyomiAZ
|
||||||
|
|
||||||
|
#### GitHub: [https://github.com/az4521/TachiyomiAZ](https://github.com/az4521/TachiyomiAZ)
|
8
src/help/guides/tachiyomi-eh.md
Normal file
8
src/help/guides/tachiyomi-eh.md
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
title: TachiyomiEH
|
||||||
|
lang: en-US
|
||||||
|
---
|
||||||
|
|
||||||
|
# TachiyomiEH
|
||||||
|
|
||||||
|
#### GitHub: [https://github.com/NerdNumber9/TachiyomiEH](https://github.com/NerdNumber9/TachiyomiEH)
|
8
src/help/guides/tachiyomi-j2k.md
Normal file
8
src/help/guides/tachiyomi-j2k.md
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
title: TachiyomiJ2K
|
||||||
|
lang: en-US
|
||||||
|
---
|
||||||
|
|
||||||
|
# TachiyomiJ2K
|
||||||
|
|
||||||
|
#### GitHub: [https://github.com/Jays2Kings/tachiyomiJ2K](https://github.com/Jays2Kings/tachiyomiJ2K)
|
8
src/help/guides/tachiyomi-neko.md
Normal file
8
src/help/guides/tachiyomi-neko.md
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
title: Neko
|
||||||
|
lang: en-US
|
||||||
|
---
|
||||||
|
|
||||||
|
# Neko
|
||||||
|
|
||||||
|
#### GitHub: [https://github.com/CarlosEsco/Neko](https://github.com/CarlosEsco/Neko)
|
Loading…
Reference in New Issue
Block a user