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