mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-12-21 15:41:59 +01:00
Remove about page descriptions (#178)
This commit is contained in:
parent
02494b1dc9
commit
174f697ad1
@ -48,8 +48,6 @@ export default {
|
|||||||
download_queue: { text: "Download queue", icon: "get_app" },
|
download_queue: { text: "Download queue", icon: "get_app" },
|
||||||
source_migration: { text: "Source migration", icon: "compare_arrows" },
|
source_migration: { text: "Source migration", icon: "compare_arrows" },
|
||||||
settings: { text: "Settings", icon: "settings", link: "/help/guides/settings/" },
|
settings: { text: "Settings", icon: "settings", link: "/help/guides/settings/" },
|
||||||
about: { text: "About", icon: "info" },
|
|
||||||
help: { text: "Help", icon: "help" },
|
|
||||||
/* Settings */
|
/* Settings */
|
||||||
settings_general: { text: "General", icon: "tune", link: "/help/guides/settings/general" },
|
settings_general: { text: "General", icon: "tune", link: "/help/guides/settings/general" },
|
||||||
settings_library: { text: "Library", icon: "collections_bookmark" },
|
settings_library: { text: "Library", icon: "collections_bookmark" },
|
||||||
@ -77,7 +75,6 @@ export default {
|
|||||||
install: { text: "INSTALL", class:"ext-installation" },
|
install: { text: "INSTALL", class:"ext-installation" },
|
||||||
/* Legacy */
|
/* Legacy */
|
||||||
old_library: { text: "My library", icon: "class" },
|
old_library: { text: "My library", icon: "class" },
|
||||||
old_about: { text: "About", icon: "help", link: "/help/guides/settings/about" },
|
|
||||||
old_catalogues: { text: "Catalogues", icon: "explore" },
|
old_catalogues: { text: "Catalogues", icon: "explore" },
|
||||||
old_overflow: { text: "Overflow menu", icon: "more_vert" },
|
old_overflow: { text: "Overflow menu", icon: "more_vert" },
|
||||||
old_backup: { text: "Backup", icon: "cloud_upload", link: "/help/guides/settings/backup" },
|
old_backup: { text: "Backup", icon: "cloud_upload", link: "/help/guides/settings/backup" },
|
||||||
|
@ -28,8 +28,7 @@ module.exports = [
|
|||||||
'/help/guides/settings/downloads',
|
'/help/guides/settings/downloads',
|
||||||
'/help/guides/settings/tracking',
|
'/help/guides/settings/tracking',
|
||||||
'/help/guides/settings/backup',
|
'/help/guides/settings/backup',
|
||||||
'/help/guides/settings/advanced',
|
'/help/guides/settings/advanced'
|
||||||
'/help/guides/settings/about'
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -22,6 +22,3 @@ This section lets you backup your library, tracking settings, and reading histor
|
|||||||
|
|
||||||
## [<MaterialIcon icon-name="code"/> Advanced](advanced)
|
## [<MaterialIcon icon-name="code"/> Advanced](advanced)
|
||||||
The features in this section mostly relate to keeping entries up to date or clearing unnecessary things from the app.
|
The features in this section mostly relate to keeping entries up to date or clearing unnecessary things from the app.
|
||||||
|
|
||||||
## [<MaterialIcon icon-name="help"/> About](about)
|
|
||||||
The features here are mainly aimed to listing useful information such as version, build time and links to relevant websites.
|
|
||||||
|
@ -1,17 +0,0 @@
|
|||||||
---
|
|
||||||
title: About
|
|
||||||
lang: en-US
|
|
||||||
---
|
|
||||||
|
|
||||||
# About
|
|
||||||
This page lists the various affiliated links and information about the app
|
|
||||||
## Check for updates <Badge text="True" type="default-indicator" vertical="middle"/>
|
|
||||||
This allows Tachiyomi to check for updates in the background
|
|
||||||
## Discord
|
|
||||||
The invite link to the official Tachiyomi Discord
|
|
||||||
## GitHub
|
|
||||||
The link to the main Tachiyomi GitHub Repository
|
|
||||||
## Version
|
|
||||||
The app version. Tap this to manually check for a update
|
|
||||||
## Build time
|
|
||||||
The time and date the application version was built
|
|
Loading…
Reference in New Issue
Block a user