Skip to content

Commit

Permalink
Update links
Browse files Browse the repository at this point in the history
  • Loading branch information
ztimms73 committed Oct 9, 2023
1 parent a0d19dc commit 8d909a7
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 25 deletions.
38 changes: 19 additions & 19 deletions .vitepress/config/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down Expand Up @@ -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",
Expand All @@ -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/",
},
],
},
Expand All @@ -148,7 +148,7 @@ function defaultSidebar(): DefaultTheme.SidebarItem[] {
items: [
{
text: "Getting started",
link: "/manuals/guides/getting-started",
link: "/manuals/guides/getting-started/",
},
{
text: "Troubleshooting",
Expand All @@ -157,31 +157,31 @@ 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/",
collapsed: true,
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/",
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion .vitepress/config/ru.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
2 changes: 1 addition & 1 deletion .vitepress/config/ua.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
{
Expand Down
2 changes: 1 addition & 1 deletion website/contribute/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion website/ru/manuals/contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion website/sandbox/style-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8d909a7

Please sign in to comment.