Docs reorganization

pull/1/head
Zakhar Timoshenko 3 years ago
parent 52d0a46c70
commit bd64c837b4

@ -93,10 +93,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",
@ -105,7 +105,7 @@ function defaultSidebar(): DefaultTheme.SidebarItem[] {
items: [
{
text: "Sources",
link: "/manuals/faq/explore/sources"
link: "/manuals/faq/explore/sources/"
},
/* {
text: "Local storage",
@ -121,7 +121,7 @@ function defaultSidebar(): DefaultTheme.SidebarItem[] {
}, */
{
text: "Downloads",
link: "/manuals/faq/explore/downloads",
link: "/manuals/faq/explore/downloads/",
},
/* {
text: "Suggestions",
@ -131,15 +131,15 @@ function defaultSidebar(): DefaultTheme.SidebarItem[] {
},
{
text: "Reader",
link: "/manuals/faq/reader",
link: "/manuals/faq/reader/",
},
{
text: "Settings",
link: "/manuals/faq/settings",
link: "/manuals/faq/settings/",
},
{
text: "Miscellaneous",
link: "/manuals/faq/miscellaneous"
link: "/manuals/faq/miscellaneous/"
}
],
},
@ -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,20 +157,20 @@ 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: "Synchronization",
link: "/manuals/guides/synchronization"
link: "/manuals/guides/synchronization/"
}
],
},

@ -12,7 +12,7 @@ main:
link: /download/
- theme: alt
text: Manuals
link: /manuals/guides/getting-started
link: /manuals/guides/getting-started/
features:
- icon: <svg xmlns="http://www.w3.org/2000/svg" height="24" width="24" viewBox="0 0 24 24" fill="var(--vp-c-brand-1)"><path d="M19 1L14 6V17L19 12.5V1M21 5V18.5C19.9 18.15 18.7 18 17.5 18C15.8 18 13.35 18.65 12 19.5V6C10.55 4.9 8.45 4.5 6.5 4.5C4.55 4.5 2.45 4.9 1 6V20.65C1 20.9 1.25 21.15 1.5 21.15C1.6 21.15 1.65 21.1 1.75 21.1C3.1 20.45 5.05 20 6.5 20C8.45 20 10.55 20.4 12 21.5C13.35 20.65 15.8 20 17.5 20C19.15 20 20.85 20.3 22.25 21.05C22.35 21.1 22.4 21.1 22.5 21.1C22.75 21.1 23 20.85 23 20.6V6C22.4 5.55 21.75 5.25 21 5M10 18.41C8.75 18.09 7.5 18 6.5 18C5.44 18 4.18 18.19 3 18.5V7.13C3.91 6.73 5.14 6.5 6.5 6.5C7.86 6.5 9.09 6.73 10 7.13V18.41Z" /></svg>
title: Huge count of sources

@ -68,7 +68,7 @@ No, you can't.
## Can Kotatsu sync across devices?
Yes, the application supports synchronization between devices.
Learn how to create a Kotatsu Sync account [here](/manuals/guides/synchronization)
Learn how to create a Kotatsu Sync account [here](/manuals/guides/synchronization/)
## What do I do if I have to switch to a new phone?
@ -77,5 +77,5 @@ Please follow these steps:
1. Restore the backup.
:::tip Note
More information about backup and restore is listed [here](/manuals/guides/backups).
More information about backup and restore is listed [here](/manuals/guides/backups/).
:::

@ -45,7 +45,7 @@ Encountering HTTP errors? Here's what they mean and how to address them.
### `HTTP Error: 403` - Forbidden
Possible reasons for this error:
* The selected source has Cloudflare protection. Check the [Cloudflare guide](/manuals/guides/troubleshooting/#cloudflare) for solutions.
* The selected source has Cloudflare protection. Check the [Cloudflare guide](/manuals/guides/troubleshooting/#cloudflare/) for solutions.
* The source might be down, removed the series, or banned your IP.
> Open WebView to confirm.
@ -60,7 +60,7 @@ This error suggests the source temporarily banned your IP due to fast downloads/
### `HTTP Error: 5xx`
Errors like `500`, `502`, etc., indicate server-side issues on the source's end.
[Check the source in WebView](/manuals/guides/troubleshooting/#accessing-websites-via-webview) to confirm if it's down.
[Check the source in WebView](/manuals/guides/troubleshooting/#accessing-websites-via-webview/) to confirm if it's down.
### `HTTP Error: 1006`
This error means a temporary IP ban by the source.
@ -70,5 +70,5 @@ This error points to violating a firewall rule set by the site owner.
The owner might raise Cloudflare protection or block IPs from outside their country.
::: warning
For unlisted errors or if instructions don't help, refer to [Diagnosis](/manuals/guides/troubleshooting/diagnosis).
For unlisted errors or if instructions don't help, refer to [Diagnosis](/manuals/guides/troubleshooting/diagnosis/).
:::

@ -14,7 +14,7 @@ head:
# Sandbox
Sandbox playground for demonstrating and documenting how different website functions work for easier integration by contributors.
- [Style guide](/sandbox/style-guide)
- [Style guide](/sandbox/style-guide/)
## Shortcodes

@ -11,7 +11,7 @@ Style guide to aid website content contributors. For the code used for certain s
Note that I am not experienced in making these and thus it was created on a whim, if you know any way to improve this page then please submit an edit for it or create an issue.
## FAQ Style
Some **DO**s and **DO NOT**s for [FAQ](/manuals/faq/general).
Some **DO**s and **DO NOT**s for [FAQ](/manuals/faq/general/).
- **DO NOT** be afraid to ask for help, this includes clarifying what some parts on this page mean.

@ -11,7 +11,7 @@ Style guide to aid website content contributors. For the code used for certain s
Note that I am not experienced in making these and thus it was created on a whim, if you know any way to improve this page then please submit an edit for it or create an issue.
## FAQ Style
Some **DO**s and **DO NOT**s for [FAQ](/manuals/faq/general).
Some **DO**s and **DO NOT**s for [FAQ](/manuals/faq/general/).
- **DO NOT** be afraid to ask for help, this includes clarifying what some parts on this page mean.

Loading…
Cancel
Save