mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-10-31 23:15:05 +01:00
Update FAQ/Guides title template
This commit is contained in:
parent
0141ce5c02
commit
c1552dce48
@ -83,8 +83,8 @@ async function generateImage({ page, template, outDir, fonts }: GenerateImagesOp
|
||||
props: {
|
||||
title:
|
||||
frontmatter.layout === "home"
|
||||
? frontmatter.hero.name ?? frontmatter.title.replace(/\s\-.*$/, "")
|
||||
: frontmatter.customMetaTitle ?? frontmatter.title.replace(/\s\-.*$/, ""),
|
||||
? frontmatter.hero.name ?? frontmatter.title
|
||||
: frontmatter.customMetaTitle ?? frontmatter.title,
|
||||
description:
|
||||
frontmatter.layout === "home"
|
||||
? frontmatter.hero.tagline ?? frontmatter.description
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Android 11+
|
||||
titleTemplate: Frequently Asked Questions
|
||||
description: Understanding Android 11 Changes.
|
||||
---
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Extensions - FAQ
|
||||
title: Extensions
|
||||
titleTemplate: Browse - Frequently Asked Questions
|
||||
description: Frequently Asked Questions about Extensions.
|
||||
---
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Browse
|
||||
titleTemplate: Frequently Asked Questions
|
||||
description: Frequently Asked Questions about Browse.
|
||||
---
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Local source
|
||||
titleTemplate: Browse - Frequently Asked Questions
|
||||
description: Frequently Asked Questions about the Local source.
|
||||
---
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Downloads
|
||||
titleTemplate: Frequently Asked Questions
|
||||
description: Frequently Asked Question about Downloads.
|
||||
---
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: General - FAQ
|
||||
title: General
|
||||
titleTemplate: Frequently Asked Questions
|
||||
description: Frequently Asked Questions
|
||||
---
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Library
|
||||
titleTemplate: Frequently Asked Questions
|
||||
description: Frequently Asked Questions about the Library.
|
||||
---
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Reader
|
||||
titleTemplate: Frequently Asked Questions
|
||||
description: Frequently Asked Questions about the Reader.
|
||||
---
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Settings
|
||||
titleTemplate: Frequently Asked Questions
|
||||
description: Frequently Asked Questions about various settings.
|
||||
---
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Backups
|
||||
titleTemplate: Guides
|
||||
description: Backups helps you prevent losing your library if something happens.
|
||||
---
|
||||
|
||||
@ -73,7 +74,7 @@ This way, you can recover from catastrophic failures.
|
||||
|
||||
### Syncing backups with external cloud services
|
||||
|
||||
Cross device sync in **Tachiyomi** is not planned in the future, but users can use
|
||||
Cross device sync in **Tachiyomi** is not planned in the future, but users can use
|
||||
[Autosync for Google Drive](https://play.google.com/store/apps/details?id=com.ttxapps.drivesync)
|
||||
in order to sync backup files to Drive automatically with the following steps:
|
||||
|
||||
@ -98,12 +99,12 @@ In addition, some forks have specific limitations regarding backup restoration:
|
||||
|
||||
- [Neko](/forks/Neko/) can only restore [MangaDex](/extensions/#all.mangadex) entries in a backup.
|
||||
> Entries from other sources will not transfer.
|
||||
|
||||
|
||||
> Migrate everything to MangaDex if you require to.
|
||||
- All forks have fork-specific settings and changes that might be saved in Backups.
|
||||
Such settings are not restored in original Tachiyomi and will get lost when creating a new backup.
|
||||
> For Example: [TachiyomiSY](/forks/TachiyomiSY/) has the option to backup/restore saved searches.
|
||||
|
||||
|
||||
These will **NOT** be restored to original Tachiyomi or its forks.
|
||||
- Only [TachiyomiAZ](/forks/TachiyomiAZ/) supports creating/restoring legacy `.json` backups and current `.proto.gz` backups.
|
||||
> Users are recommended to update their `.json` backups to use the improved and efficient `.proto.gz` backups.
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Categories
|
||||
titleTemplate: Guides
|
||||
description: Organize your favorite series effortlessly with categories that declutter and structure your library.
|
||||
---
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Getting started
|
||||
titleTemplate: Guides
|
||||
description: Essential information to help you get set up with Tachiyomi.
|
||||
---
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Advanced editing
|
||||
titleTemplate: Local source - Guides
|
||||
description: Advanced local series metadata editing for enhanced library organization.
|
||||
---
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Local source
|
||||
titleTemplate: Guides
|
||||
description: For users who would like to download and organize their own media.
|
||||
---
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Reader settings
|
||||
titleTemplate: Guides
|
||||
description: This section relates to the reading experience in the app and navigating the reader.
|
||||
---
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Shizuku
|
||||
titleTemplate: Guides
|
||||
description: Using Shizuku with Tachiyomi.
|
||||
---
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Source migration
|
||||
titleTemplate: Guides
|
||||
description: Migration is the process of moving series between sources without losing progress.
|
||||
---
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Tracking
|
||||
titleTemplate: Guides
|
||||
description: Tracking helps track your library with different online services.
|
||||
---
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Common issues
|
||||
titleTemplate: Troubleshooting - Guides
|
||||
description: Facing issues with a source or the app? Here's how to tackle common challenges.
|
||||
---
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Diagnosis
|
||||
titleTemplate: Troubleshooting - Guides
|
||||
description: Facing issues with a source or the app? Follow these steps to troubleshoot and find solutions.
|
||||
---
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Troubleshooting
|
||||
titleTemplate: Guides
|
||||
description: Facing source or app issues? Here's how to troubleshoot.
|
||||
---
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Neko
|
||||
titleTemplate: false
|
||||
description: Features specific to MangaDex with the featureset of TachiyomiJ2K
|
||||
|
||||
layout: home
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: TachiyomiAZ
|
||||
titleTemplate: false
|
||||
description: Hentai-focused with legacy features
|
||||
|
||||
layout: home
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: TachiyomiJ2K
|
||||
titleTemplate: false
|
||||
description: New approach to the design of the base app along with several other enhancements
|
||||
|
||||
layout: home
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: TachiyomiSY
|
||||
titleTemplate: false
|
||||
description: Keeping up-to-date with Tachiyomi while also adding exclusive features
|
||||
|
||||
layout: home
|
||||
|
Loading…
Reference in New Issue
Block a user