From 8d909a74acfd0049f9ab880b14041c2a61552d16 Mon Sep 17 00:00:00 2001 From: Zakhar Timoshenko Date: Mon, 9 Oct 2023 11:06:52 +0300 Subject: [PATCH] Update links --- .vitepress/config/en.ts | 38 ++++++++++++++++---------------- .vitepress/config/ru.ts | 2 +- .vitepress/config/ua.ts | 2 +- package.json | 2 +- website/contribute/index.md | 2 +- website/ru/manuals/contribute.md | 2 +- website/sandbox/style-guide.md | 2 +- 7 files changed, 25 insertions(+), 25 deletions(-) diff --git a/.vitepress/config/en.ts b/.vitepress/config/en.ts index da04440..3462bd5 100644 --- a/.vitepress/config/en.ts +++ b/.vitepress/config/en.ts @@ -58,7 +58,7 @@ export const config: LocaleConfig = { next: 'Next page', }, editLink: { - pattern: 'https://github.com/KotatsuApp/kotatsuapp.github.io/edit/master/website/:path', + pattern: 'https://github.com/KotatsuApp/website/edit/master/website/:path', text: 'Suggest changes to this page', }, footer: { @@ -97,10 +97,10 @@ function defaultSidebar(): DefaultTheme.SidebarItem[] { { text: "Frequently Asked Questions", items: [ - { text: "General", link: "/manuals/faq/general" }, + { text: "General", link: "/manuals/faq/general/" }, { text: "Feed", - link: "/manuals/faq/feed", + link: "/manuals/faq/feed/", }, { text: "Explore", @@ -109,37 +109,37 @@ function defaultSidebar(): DefaultTheme.SidebarItem[] { items: [ { text: "Sources", - link: "/manuals/faq/explore/sources" + link: "/manuals/faq/explore/sources/" }, { text: "Local storage", - link: "/manuals/faq/explore/local-storage", + link: "/manuals/faq/explore/local-storage/", }, { text: "Bookmarks", - link: "/manuals/faq/explore/bookmarks", + link: "/manuals/faq/explore/bookmarks/", }, { text: "Random", - link: "/manuals/faq/explore/random", + link: "/manuals/faq/explore/random/", }, { text: "Downloads", - link: "/manuals/faq/explore/downloads", + link: "/manuals/faq/explore/downloads/", }, { text: "Suggestions", - link: "/manuals/faq/explore/suggestions", + link: "/manuals/faq/explore/suggestions/", }, ], }, { text: "Reader", - link: "/manuals/faq/reader", + link: "/manuals/faq/reader/", }, { text: "Settings", - link: "/manuals/faq/settings", + link: "/manuals/faq/settings/", }, ], }, @@ -148,7 +148,7 @@ function defaultSidebar(): DefaultTheme.SidebarItem[] { items: [ { text: "Getting started", - link: "/manuals/guides/getting-started", + link: "/manuals/guides/getting-started/", }, { text: "Troubleshooting", @@ -157,17 +157,17 @@ function defaultSidebar(): DefaultTheme.SidebarItem[] { items: [ { text: "Common issues", - link: "/manuals/guides/troubleshooting/common-issues", + link: "/manuals/guides/troubleshooting/common-issues/", }, { text: "Diagnosis", - link: "/manuals/guides/troubleshooting/diagnosis", + link: "/manuals/guides/troubleshooting/diagnosis/", }, ], }, - { text: "Backups", link: "/manuals/guides/backups" }, - { text: "Tracking", link: "/manuals/guides/tracking" }, - { text: "Categories", link: "/manuals/guides/categories" }, + { text: "Backups", link: "/manuals/guides/backups/" }, + { text: "Tracking", link: "/manuals/guides/tracking/" }, + { text: "Categories", link: "/manuals/guides/categories/" }, { text: "Local storage", link: "/manuals/guides/local-storage/", @@ -175,13 +175,13 @@ function defaultSidebar(): DefaultTheme.SidebarItem[] { items: [ { text: "Advanced editing", - link: "/manuals/guides/local-source/advanced", + link: "/manuals/guides/local-source/advanced/", }, ], }, { text: "Reader settings", - link: "/manuals/guides/reader-settings", + link: "/manuals/guides/reader-settings/", }, ], }, diff --git a/.vitepress/config/ru.ts b/.vitepress/config/ru.ts index 7b301aa..6f43eb7 100644 --- a/.vitepress/config/ru.ts +++ b/.vitepress/config/ru.ts @@ -68,7 +68,7 @@ export const config: LocaleConfig = { next: 'Следующая страница', }, editLink: { - pattern: 'https://github.com/KotatsuApp/kotatsuapp.github.io/edit/master/website/:path', + pattern: 'https://github.com/KotatsuApp/website/edit/master/website/:path', text: 'Предложить изменения на этой странице', }, footer: { diff --git a/.vitepress/config/ua.ts b/.vitepress/config/ua.ts index a8cee5f..fe280bc 100644 --- a/.vitepress/config/ua.ts +++ b/.vitepress/config/ua.ts @@ -66,7 +66,7 @@ export const config: LocaleConfig = { next: 'Наступна сторінка', }, editLink: { - pattern: 'https://github.com/KotatsuApp/kotatsuapp.github.io/edit/master/website/:path', + pattern: 'https://github.com/KotatsuApp/website/edit/master/website/:path', text: 'Запропонувати зміни на цій сторінці', }, footer: { diff --git a/package.json b/package.json index 13dc604..3bbf847 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "kotatsu-website", "version": "1.0.0", - "repository": "https://github.com/KotatsuApp/kotatsuapp.github.io.git", + "repository": "https://github.com/KotatsuApp/website.git", "type": "module", "contributors": [ { diff --git a/website/contribute/index.md b/website/contribute/index.md index d1f3158..d9c3415 100644 --- a/website/contribute/index.md +++ b/website/contribute/index.md @@ -17,7 +17,7 @@ Know how to code and want to improve something or you generally want to support [![KotatsuApp/kotatsu-parsers - GitHub](https://gh-card.dev/repos/KotatsuApp/kotatsu-parsers.svg)](https://github.com/KotatsuApp/kotatsu-parsers) -[![KotatsuApp/kotatsuapp.github.io - GitHub](https://gh-card.dev/repos/KotatsuApp/kotatsuapp.github.io.svg)](https://github.com/KotatsuApp/kotatsuapp.github.io) +[![KotatsuApp/website - GitHub](https://gh-card.dev/repos/KotatsuApp/website.svg)](https://github.com/KotatsuApp/website) ## Translation ![Graph of Weblate Translations](https://hosted.weblate.org/widgets/kotatsu/-/strings/open-graph.png) diff --git a/website/ru/manuals/contribute.md b/website/ru/manuals/contribute.md index ab2c5f7..0e2b16b 100644 --- a/website/ru/manuals/contribute.md +++ b/website/ru/manuals/contribute.md @@ -14,7 +14,7 @@ author: ztimms73 [![KotatsuApp/kotatsu-parsers - GitHub](https://gh-card.dev/repos/KotatsuApp/kotatsu-parsers.svg)](https://github.com/KotatsuApp/kotatsu-parsers) -[![KotatsuApp/kotatsuapp.github.io - GitHub](https://gh-card.dev/repos/KotatsuApp/kotatsuapp.github.io.svg)](https://github.com/KotatsuApp/kotatsuapp.github.io) +[![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) diff --git a/website/sandbox/style-guide.md b/website/sandbox/style-guide.md index ee4ed8a..371f2b2 100644 --- a/website/sandbox/style-guide.md +++ b/website/sandbox/style-guide.md @@ -49,7 +49,7 @@ Some **DO**s and **DO NOT**s for [FAQ](/manuals/faq/general). - **DO** bold important words in your text: > ...checking the **Download badges** option... -- **DO** use **[Shortcodes](https://github.com/KotatsuApp/kotatsuapp.github.io/.vitepress/config/shortcodes.ts)** items when applicable: +- **DO** use **[Shortcodes](https://github.com/KotatsuApp/website/.vitepress/config/shortcodes.ts)** items when applicable: >