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',
},
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/",
},
],
},

@ -68,7 +68,7 @@ export const config: LocaleConfig<Theme.Config> = {
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: {

@ -66,7 +66,7 @@ export const config: LocaleConfig<Theme.Config> = {
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: {

@ -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": [
{

@ -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)

@ -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)

@ -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:
> <nav to="data"/>
- **DO** use unordered lists when writing a list of stuff that's not an instruction:

Loading…
Cancel
Save