Update links

pull/1/head
Zakhar Timoshenko 3 years ago
parent a0d19dc096
commit 8d909a74ac

@ -58,7 +58,7 @@ export const config: LocaleConfig<Theme.Config> = {
next: 'Next page', next: 'Next page',
}, },
editLink: { 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', text: 'Suggest changes to this page',
}, },
footer: { footer: {
@ -97,10 +97,10 @@ function defaultSidebar(): DefaultTheme.SidebarItem[] {
{ {
text: "Frequently Asked Questions", text: "Frequently Asked Questions",
items: [ items: [
{ text: "General", link: "/manuals/faq/general" }, { text: "General", link: "/manuals/faq/general/" },
{ {
text: "Feed", text: "Feed",
link: "/manuals/faq/feed", link: "/manuals/faq/feed/",
}, },
{ {
text: "Explore", text: "Explore",
@ -109,37 +109,37 @@ function defaultSidebar(): DefaultTheme.SidebarItem[] {
items: [ items: [
{ {
text: "Sources", text: "Sources",
link: "/manuals/faq/explore/sources" link: "/manuals/faq/explore/sources/"
}, },
{ {
text: "Local storage", text: "Local storage",
link: "/manuals/faq/explore/local-storage", link: "/manuals/faq/explore/local-storage/",
}, },
{ {
text: "Bookmarks", text: "Bookmarks",
link: "/manuals/faq/explore/bookmarks", link: "/manuals/faq/explore/bookmarks/",
}, },
{ {
text: "Random", text: "Random",
link: "/manuals/faq/explore/random", link: "/manuals/faq/explore/random/",
}, },
{ {
text: "Downloads", text: "Downloads",
link: "/manuals/faq/explore/downloads", link: "/manuals/faq/explore/downloads/",
}, },
{ {
text: "Suggestions", text: "Suggestions",
link: "/manuals/faq/explore/suggestions", link: "/manuals/faq/explore/suggestions/",
}, },
], ],
}, },
{ {
text: "Reader", text: "Reader",
link: "/manuals/faq/reader", link: "/manuals/faq/reader/",
}, },
{ {
text: "Settings", text: "Settings",
link: "/manuals/faq/settings", link: "/manuals/faq/settings/",
}, },
], ],
}, },
@ -148,7 +148,7 @@ function defaultSidebar(): DefaultTheme.SidebarItem[] {
items: [ items: [
{ {
text: "Getting started", text: "Getting started",
link: "/manuals/guides/getting-started", link: "/manuals/guides/getting-started/",
}, },
{ {
text: "Troubleshooting", text: "Troubleshooting",
@ -157,17 +157,17 @@ function defaultSidebar(): DefaultTheme.SidebarItem[] {
items: [ items: [
{ {
text: "Common issues", text: "Common issues",
link: "/manuals/guides/troubleshooting/common-issues", link: "/manuals/guides/troubleshooting/common-issues/",
}, },
{ {
text: "Diagnosis", text: "Diagnosis",
link: "/manuals/guides/troubleshooting/diagnosis", link: "/manuals/guides/troubleshooting/diagnosis/",
}, },
], ],
}, },
{ text: "Backups", link: "/manuals/guides/backups" }, { text: "Backups", link: "/manuals/guides/backups/" },
{ text: "Tracking", link: "/manuals/guides/tracking" }, { text: "Tracking", link: "/manuals/guides/tracking/" },
{ text: "Categories", link: "/manuals/guides/categories" }, { text: "Categories", link: "/manuals/guides/categories/" },
{ {
text: "Local storage", text: "Local storage",
link: "/manuals/guides/local-storage/", link: "/manuals/guides/local-storage/",
@ -175,13 +175,13 @@ function defaultSidebar(): DefaultTheme.SidebarItem[] {
items: [ items: [
{ {
text: "Advanced editing", text: "Advanced editing",
link: "/manuals/guides/local-source/advanced", link: "/manuals/guides/local-source/advanced/",
}, },
], ],
}, },
{ {
text: "Reader settings", text: "Reader settings",
link: "/manuals/guides/reader-settings", link: "/manuals/guides/reader-settings/",
}, },
], ],
}, },

@ -68,7 +68,7 @@ export const config: LocaleConfig<Theme.Config> = {
next: 'Следующая страница', next: 'Следующая страница',
}, },
editLink: { editLink: {
pattern: 'https://github.com/KotatsuApp/kotatsuapp.github.io/edit/master/website/:path', pattern: 'https://github.com/KotatsuApp/website/edit/master/website/:path',
text: 'Предложить изменения на этой странице', text: 'Предложить изменения на этой странице',
}, },
footer: { footer: {

@ -66,7 +66,7 @@ export const config: LocaleConfig<Theme.Config> = {
next: 'Наступна сторінка', next: 'Наступна сторінка',
}, },
editLink: { editLink: {
pattern: 'https://github.com/KotatsuApp/kotatsuapp.github.io/edit/master/website/:path', pattern: 'https://github.com/KotatsuApp/website/edit/master/website/:path',
text: 'Запропонувати зміни на цій сторінці', text: 'Запропонувати зміни на цій сторінці',
}, },
footer: { footer: {

@ -1,7 +1,7 @@
{ {
"name": "kotatsu-website", "name": "kotatsu-website",
"version": "1.0.0", "version": "1.0.0",
"repository": "https://github.com/KotatsuApp/kotatsuapp.github.io.git", "repository": "https://github.com/KotatsuApp/website.git",
"type": "module", "type": "module",
"contributors": [ "contributors": [
{ {

@ -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/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 ## Translation
![Graph of Weblate Translations](https://hosted.weblate.org/widgets/kotatsu/-/strings/open-graph.png) ![Graph of Weblate Translations](https://hosted.weblate.org/widgets/kotatsu/-/strings/open-graph.png)

@ -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/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) ![Graph of Weblate Translations](https://hosted.weblate.org/widgets/kotatsu/-/strings/open-graph.png)

@ -49,7 +49,7 @@ Some **DO**s and **DO NOT**s for [FAQ](/manuals/faq/general).
- **DO** bold important words in your text: - **DO** bold important words in your text:
> ...checking the **Download badges** option... > ...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:
> <nav to="data"/> > <nav to="data"/>
- **DO** use unordered lists when writing a list of stuff that's not an instruction: - **DO** use unordered lists when writing a list of stuff that's not an instruction:

Loading…
Cancel
Save