Skip to content

Commit

Permalink
Add forks support (tachiyomiorg#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
Soitora authored and arkon committed Jan 8, 2020
1 parent 2a08f6a commit 2feabc3
Show file tree
Hide file tree
Showing 7 changed files with 63 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/.vuepress/config/nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ module.exports = [
items: [
{ text: 'General', link: '/help/guides/getting-started' },
{ text: 'Menus', link: '/help/guides/menus' },
{ text: 'Settings', link: '/help/guides/settings' }
{ text: 'Settings', link: '/help/guides/settings' },
{ text: 'Forks', link: '/help/guides/forks' }
]
},
{
Expand Down
11 changes: 11 additions & 0 deletions src/.vuepress/config/sidebar/guides.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,17 @@ module.exports = [
'/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',
]
}
]
},
{
Expand Down
18 changes: 18 additions & 0 deletions src/help/guides/forks.md
Original file line number Diff line number Diff line change
@@ -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 changes: 8 additions & 0 deletions src/help/guides/tachiyomi-az.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: TachiyomiAZ
lang: en-US
---

# TachiyomiAZ

#### GitHub: [https://github.com/az4521/TachiyomiAZ](https://github.com/az4521/TachiyomiAZ)
8 changes: 8 additions & 0 deletions src/help/guides/tachiyomi-eh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: TachiyomiEH
lang: en-US
---

# TachiyomiEH

#### GitHub: [https://github.com/NerdNumber9/TachiyomiEH](https://github.com/NerdNumber9/TachiyomiEH)
8 changes: 8 additions & 0 deletions src/help/guides/tachiyomi-j2k.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: TachiyomiJ2K
lang: en-US
---

# TachiyomiJ2K

#### GitHub: [https://github.com/Jays2Kings/tachiyomiJ2K](https://github.com/Jays2Kings/tachiyomiJ2K)
8 changes: 8 additions & 0 deletions src/help/guides/tachiyomi-neko.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Neko
lang: en-US
---

# Neko

#### GitHub: [https://github.com/CarlosEsco/Neko](https://github.com/CarlosEsco/Neko)

0 comments on commit 2feabc3

Please sign in to comment.