diff --git a/.vitepress/config/en.ts b/.vitepress/config/en.ts index 17a90e2..1c54e34 100644 --- a/.vitepress/config/en.ts +++ b/.vitepress/config/en.ts @@ -109,7 +109,6 @@ function defaultSidebar(): DefaultTheme.SidebarItem[] { }, { text: "Explore", - link: "/manuals/faq/explore/", collapsed: true, items: [ { diff --git a/.vitepress/config/index.ts b/.vitepress/config/index.ts index 65846f1..3a943a2 100644 --- a/.vitepress/config/index.ts +++ b/.vitepress/config/index.ts @@ -78,7 +78,7 @@ export default defineConfigWithTheme({ options: { locales: { ...searchLocaleEn, - ...searchLocaleRu, + // ...searchLocaleRu, ...searchLocaleUa, }, }, @@ -89,7 +89,7 @@ export default defineConfigWithTheme({ locales: { ...root, - ...ru, + // ...ru, ...ua, }, diff --git a/.vitepress/config/ru.ts b/.vitepress/config/ru.ts index 104e387..23a123b 100644 --- a/.vitepress/config/ru.ts +++ b/.vitepress/config/ru.ts @@ -118,7 +118,6 @@ function defaultSidebar(): DefaultTheme.SidebarItem[] { }, { text: "Explore", - link: "/manuals/faq/explore/", collapsed: true, items: [ { diff --git a/.vitepress/config/shortcodes.ts b/.vitepress/config/shortcodes.ts index b1cbdba..2c59865 100644 --- a/.vitepress/config/shortcodes.ts +++ b/.vitepress/config/shortcodes.ts @@ -45,7 +45,7 @@ const navigationMappings: Record = { // Favourites "favourites_three_dots": { name: "Three dots", icon: iconMappings.threeDots, dependsOn: "main_favourites" }, - "favourites_manage_categories" : { name: "Manage categories", dependsOn: "favourites_three_dots" }, + "favourites_manage_categories" : { name: "Favourite categories", dependsOn: "favourites_three_dots" }, // Settings submenu "appearance": { name: "Appearance", icon: iconMappings.paletteOutline, dependsOn: "main_settings" }, diff --git a/.vitepress/config/ua.ts b/.vitepress/config/ua.ts index efb50c0..d7b652d 100644 --- a/.vitepress/config/ua.ts +++ b/.vitepress/config/ua.ts @@ -109,7 +109,6 @@ function defaultSidebar(): DefaultTheme.SidebarItem[] { }, { text: "Огляд", - link: "/ua/manuals/faq/explore/", collapsed: true, items: [ { diff --git a/website/manuals/faq/explore/index.md b/website/manuals/faq/explore/index.md deleted file mode 100644 index f620f52..0000000 --- a/website/manuals/faq/explore/index.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Explore -description: Help center of Explore section. -lastUpdated: false -editLink: false -prev: false -next: false -footer: false ---- \ No newline at end of file diff --git a/website/manuals/faq/general/index.md b/website/manuals/faq/general/index.md index 9101e8f..ce7e830 100644 --- a/website/manuals/faq/general/index.md +++ b/website/manuals/faq/general/index.md @@ -82,4 +82,8 @@ More information about backup and restore is listed [here](/manuals/guides/backu ::: ## Can I restore my Tachiyomi backup to Kotatsu? -No, you can't. This is due to the difficulty in supporting and adapting the `.proto.gz` format that **Tachiyomi** uses. Also **Kotatsu** and **Tachiyomi** and its forks have different data structures that they use. \ No newline at end of file +No, you can't. This is due to the difficulty in supporting and adapting the `.proto.gz` or `.tachibk` format that **Tachiyomi** uses. Also **Kotatsu** and **Tachiyomi** and its forks have different data structures that they use. For **Neko for MangaDex** users we recommend to use [Nekotatsu](https://github.com/PhantomShift/nekotatsu). + +:::tip Usage from project README +`$ nekotatsu (input neko.tachibk) (optional output name)` +::: \ No newline at end of file diff --git a/website/manuals/guides/troubleshooting/diagnosis/index.md b/website/manuals/guides/troubleshooting/diagnosis/index.md index ed0011e..52f1eeb 100644 --- a/website/manuals/guides/troubleshooting/diagnosis/index.md +++ b/website/manuals/guides/troubleshooting/diagnosis/index.md @@ -48,7 +48,7 @@ If you're the only one facing a problem, you might be encountering an IP ban, or - Avoid using downloads with the source. - Reduce the number of series in your favourites/history from that source. -::: warning +::: warning Warning These are general guidelines as each site has its specific undisclosed limits and triggers. ::: @@ -59,6 +59,6 @@ When everyone experiences a problem, it could be with the source or app: 1. Check closed issues ([app](https://github.com/KotatsuApp/Kotatsu/issues?q=is%3Aissue+is%3Aclosed)/[parsers](https://github.com/KotatsuApp/kotatsu-parsers/issues?q=is%3Aissue+is%3Aclosed)) in case it's resolved but not yet released. 1. If not found, create a new issue. -::: warning +::: warning Warning If the site itself is problematic, patience is the only solution until it becomes functional again. ::: \ No newline at end of file diff --git a/website/ru/faq/categories.json b/website/ru/faq/categories.json deleted file mode 100644 index a807200..0000000 --- a/website/ru/faq/categories.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "ace": "Ace", - "scripts": "Полезные скрипты", - "manager-customize": "Кастомизация панели управления", - "moxi": "Moxi", - "tinymce-rte": "TinyMCE Rich Text Editor", - "zoomx": "ZoomX" - } \ No newline at end of file diff --git a/website/ru/manuals/contribute.md b/website/ru/manuals/contribute.md deleted file mode 100644 index 0e2b16b..0000000 --- a/website/ru/manuals/contribute.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Внести вклад -description: Узнайте, как помочь перевести или улучшить приложение и парсеры. -author: ztimms73 ---- - -# Внести вклад -Узнайте, как помочь перевести или улучшить приложение и парсеры. - -## Код -Умеете программировать и хотите что-то улучшить или вы вообще хотите поддержать развитие приложения? - -[![KotatsuApp/Kotatsu - GitHub](https://gh-card.dev/repos/KotatsuApp/Kotatsu.svg)](https://github.com/KotatsuApp/Kotatsu) - -[![KotatsuApp/kotatsu-parsers - GitHub](https://gh-card.dev/repos/KotatsuApp/kotatsu-parsers.svg)](https://github.com/KotatsuApp/kotatsu-parsers) - -[![KotatsuApp/website - GitHub](https://gh-card.dev/repos/KotatsuApp/website.svg)](https://github.com/KotatsuApp/website) - -## Перевод -![Graph of Weblate Translations](https://hosted.weblate.org/widgets/kotatsu/-/strings/open-graph.png) - -Хотите помочь перевести приложение на ваш язык? Вы можете легко помочь, воспользовавшись сервисом под названием **Weblate**. - -### Полезные ссылки -* [Руководство для переводчиков](https://docs.weblate.org/en/latest/user/translating.html) -* [Второстепенные языки](https://docs.weblate.org/en/latest/user/profile.html#secondary-languages) -* [Глоссарий](https://docs.weblate.org/en/latest/user/translating.html#glossary) - -## Добровольное пожертвование -Если вы не можете внести свой вклад ни в код, ни в переводы, но все же хотите помочь, то вы можете внести свой вклад непосредственно основателю проекта [Koitharu](https://github.com/Koitharu/) используя сервис переводов денежных средств [YooMoney](https://yoomoney.ru/to/410012543938752). \ No newline at end of file