[UA] Fixes

pull/1/head
Zakhar Timoshenko 3 years ago
parent 048a4e8a4f
commit ea6927c153

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

@ -101,10 +101,10 @@ function defaultSidebar(): DefaultTheme.SidebarItem[] {
{ {
text: "Поширені запитання", text: "Поширені запитання",
items: [ items: [
{ text: "Загальне", link: "/ua/manuals/faq/general/" }, { text: "Загальне", link: "/ua/manuals/faq/general" },
{ {
text: "Стрічка", text: "Стрічка",
link: "/ua/manuals/faq/feed/", link: "/ua/manuals/faq/feed",
}, },
{ {
text: "Огляд", text: "Огляд",
@ -113,79 +113,79 @@ function defaultSidebar(): DefaultTheme.SidebarItem[] {
items: [ items: [
{ {
text: "Джерела", text: "Джерела",
link: "/ua/manuals/faq/explore/sources/" link: "/ua/manuals/faq/explore/sources"
}, },
{ {
text: "Локальне сховище", text: "Локальне сховище",
link: "/ua/manuals/faq/explore/local-storage/", link: "/ua/manuals/faq/explore/local-storage",
}, },
{ {
text: "Закладки", text: "Закладки",
link: "/ua/manuals/faq/explore/bookmarks/", link: "/ua/manuals/faq/explore/bookmarks",
}, },
{ {
text: "Випадкові серії", text: "Випадкові серії",
link: "/ua/manuals/faq/explore/random/", link: "/ua/manuals/faq/explore/random",
}, },
{ {
text: "Завантаження", text: "Завантаження",
link: "/ua/manuals/faq/explore/downloads/", link: "/ua/manuals/faq/explore/downloads",
}, },
{ {
text: "Рекомендації", text: "Рекомендації",
link: "/ua/manuals/faq/explore/suggestions/", link: "/ua/manuals/faq/explore/suggestions",
}, },
], ],
}, },
{ {
text: "Читання", text: "Читання",
link: "/ua/manuals/faq/reader/", link: "/ua/manuals/faq/reader",
}, },
{ {
text: "Налаштування", text: "Налаштування",
link: "/ua/manuals/faq/settings/", link: "/ua/manuals/faq/settings",
}, },
], ],
}, },
{ {
text: "Guides", text: "Гайди",
items: [ items: [
{ {
text: "Getting started", text: "Початок роботи",
link: "/ua/manuals/guides/getting-started/", link: "/ua/manuals/guides/getting-started",
}, },
{ {
text: "Troubleshooting", text: "Вирішення проблем",
link: "/ua/manuals/guides/troubleshooting/", link: "/ua/manuals/guides/troubleshooting/",
collapsed: true, collapsed: true,
items: [ items: [
{ {
text: "Common issues", text: "Загальні питання",
link: "/ua/manuals/guides/troubleshooting/common-issues/", link: "/ua/manuals/guides/troubleshooting/common-issues",
}, },
{ {
text: "Diagnosis", text: "Діагностика",
link: "/ua/manuals/guides/troubleshooting/diagnosis/", link: "/ua/manuals/guides/troubleshooting/diagnosis",
}, },
], ],
}, },
{ text: "Backups", link: "/ua/manuals/guides/backups/" }, { text: "Резервні копії", link: "/ua/manuals/guides/backups" },
{ text: "Tracking", link: "/ua/manuals/guides/tracking/" }, { text: "Трекінг", link: "/ua/manuals/guides/tracking" },
{ text: "Categories", link: "/ua/manuals/guides/categories/" }, { text: "Категорії", link: "/ua/manuals/guides/categories" },
{ {
text: "Local storage", text: "Локальне сховище",
link: "/ua/manuals/guides/local-storage/", link: "/ua/manuals/guides/local-storage/",
collapsed: true, collapsed: true,
items: [ items: [
{ {
text: "Advanced editing", text: "Розширене редагування",
link: "/ua/manuals/guides/local-source/advanced/", link: "/ua/manuals/guides/local-source/advanced",
}, },
], ],
}, },
{ {
text: "Reader settings", text: "Налаштування читання",
link: "/ua/manuals/guides/reader-settings/", link: "/ua/manuals/guides/reader-settings",
}, },
], ],
}, },

Loading…
Cancel
Save