chore: enhancements

pull/1/head
Zakhar Timoshenko 3 years ago
parent 95be8c4317
commit 7081ce56fc

@ -88,6 +88,17 @@ function defaultSidebar(): DefaultTheme.SidebarItem[] {
}, },
], ],
}, },
/* {
text: "Other projects",
items: [
{
text: "Kotatsu SSIV"
},
{
text: "kotatsu-dl"
}
]
}, */
{ {
text: "Frequently Asked Questions", text: "Frequently Asked Questions",
items: [ items: [

@ -60,7 +60,10 @@ const navigationMappings: Record<string, Navigation> = {
// Sync // Sync
"sync_settings": { name: "Synchronization settings", dependsOn: "services" }, "sync_settings": { name: "Synchronization settings", dependsOn: "services" },
"server_address": { name: "Server address", dependsOn: "sync_settings" } "server_address": { name: "Server address", dependsOn: "sync_settings" },
// Backups
"periodic_backups": { name: "Periodic backups", dependsOn: "data" }
} }
function generateNavigationHtml(navKey: string) { function generateNavigationHtml(navKey: string) {

@ -65,8 +65,8 @@
--vp-local-search-footer-shadow: 0 -1px 0 0 #e0e3e8, 0 -3px 6px 0 rgba(69, 98, 155, .12); --vp-local-search-footer-shadow: 0 -1px 0 0 #e0e3e8, 0 -3px 6px 0 rgba(69, 98, 155, .12);
--vp-home-hero-name-color: transparent; --vp-home-hero-name-color: transparent;
/* --vp-home-hero-name-background: -webkit-linear-gradient(120deg, var(--vp-c-brand-1) 30%, var(--vp-c-brand-dark)); --vp-home-hero-name-background: -webkit-linear-gradient(120deg, var(--vp-c-brand-1) 30%, var(--vp-c-brand-dark));
--vp-home-hero-image-background-image: linear-gradient(-45deg, var(--vp-c-accent-1) 50%, var(--vp-c-brand-1) 50%); */ --vp-home-hero-image-background-image: linear-gradient(-45deg, var(--vp-c-accent-1) 50%, var(--vp-c-brand-1) 50%);
--vp-home-hero-image-filter: blur(40px); --vp-home-hero-image-filter: blur(40px);
} }
@ -88,7 +88,7 @@
--vp-local-search-result-bg: var(--vp-c-bg-soft-mute); --vp-local-search-result-bg: var(--vp-c-bg-soft-mute);
--vp-local-search-result-shadow: none; --vp-local-search-result-shadow: none;
--vp-local-search-footer-shadow: none; --vp-local-search-footer-shadow: none;
/* --vp-home-hero-image-background-image: linear-gradient(-45deg, var(--vp-c-accent-1) 25%, var(--vp-c-brand-1) 25%); */ --vp-home-hero-image-background-image: linear-gradient(-45deg, var(--vp-c-accent-1) 25%, var(--vp-c-brand-1) 25%);
} }
@media (min-width: 640px) { @media (min-width: 640px) {

@ -7,8 +7,8 @@ main:
tagline: A simple and convenient open source manga reader from and for the community, where you can find and read your favorite manga easier than ever. tagline: A simple and convenient open source manga reader from and for the community, where you can find and read your favorite manga easier than ever.
image: image:
alt: Kotatsu Logo alt: Kotatsu Logo
light: /logo-compact.svg light: /phone_light.png
dark: /logo-compact-dark.svg dark: /phone_dark.png
actions: actions:
- theme: brand - theme: brand
text: Download text: Download

@ -21,6 +21,7 @@ Backups in **Kotatsu** are compatible between different versions of the app.
- **Reading history** - **Reading history**
- **Favourites** - **Favourites**
- **Categories of favourites** - **Categories of favourites**
- **Bookmarks**
- **App settings** - **App settings**
### What's not included in a backup? ### What's not included in a backup?
@ -28,3 +29,14 @@ Backups in **Kotatsu** are compatible between different versions of the app.
## Restoring a backup ## Restoring a backup
Restoring a backup can be done through the **Restore from backup** setting. Restoring a backup can be done through the **Restore from backup** setting.
## Suggestions for backups
### Enabling automatic backups
It is highly recommended to enable automatic backups to ensure you can recover in case of any issues.
::: tip How to enable automatic backups
1. Go to <nav to="periodic_backups">.
1. Set a **backup creation frequency** to schedule automatic backups.
This way, you can recover from catastrophic failures.
:::

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 MiB

Loading…
Cancel
Save