Add forks support (#102)

This commit is contained in:
Simon M 2020-01-08 14:24:47 +01:00 committed by arkon
parent 2a08f6a5d9
commit 2feabc30e1
7 changed files with 63 additions and 1 deletions

View File

@ -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' }
] ]
}, },
{ {

View File

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

View File

@ -0,0 +1,8 @@
---
title: TachiyomiAZ
lang: en-US
---
# TachiyomiAZ
#### GitHub: [https://github.com/az4521/TachiyomiAZ](https://github.com/az4521/TachiyomiAZ)

View File

@ -0,0 +1,8 @@
---
title: TachiyomiEH
lang: en-US
---
# TachiyomiEH
#### GitHub: [https://github.com/NerdNumber9/TachiyomiEH](https://github.com/NerdNumber9/TachiyomiEH)

View File

@ -0,0 +1,8 @@
---
title: TachiyomiJ2K
lang: en-US
---
# TachiyomiJ2K
#### GitHub: [https://github.com/Jays2Kings/tachiyomiJ2K](https://github.com/Jays2Kings/tachiyomiJ2K)

View File

@ -0,0 +1,8 @@
---
title: Neko
lang: en-US
---
# Neko
#### GitHub: [https://github.com/CarlosEsco/Neko](https://github.com/CarlosEsco/Neko)