mirror of
https://github.com/audiobookshelf/audiobookshelf-web.git
synced 2025-08-18 00:09:17 +02:00
Update:Docs page
This commit is contained in:
parent
0f64c39e2d
commit
6ec83f12a1
13 changed files with 708 additions and 331 deletions
35
components/docs/Introduction.vue
Normal file
35
components/docs/Introduction.vue
Normal file
|
@ -0,0 +1,35 @@
|
|||
<template>
|
||||
<div id="intro" class="py-10 md:py-40">
|
||||
<div class="flex md:-ml-8 mb-8">
|
||||
<div>
|
||||
<span class="material-icons text-error text-2xl">priority_high</span>
|
||||
</div>
|
||||
<p class="pl-2 text-sm md:text-lg">Server v2.0.0 and higher is not backwards compatible with older mobile app versions! Make sure you are using server v2.0.0 and up with mobile apps v0.9.41-beta and up.</p>
|
||||
</div>
|
||||
|
||||
<div class="flex md:-ml-8 mb-8">
|
||||
<div>
|
||||
<span class="material-icons text-success text-2xl">priority_high</span>
|
||||
</div>
|
||||
<p class="pl-2 text-sm md:text-lg">
|
||||
Help needed writing documentation! This website is on <a href="https://github.com/advplyr/audiobookshelf-web" target="_blank" class="text-blue-500 underline">github</a>. Join the <a href="https://github.com/advplyr/audiobookshelf/discussions" target="_blank" class="text-blue-500 underline">discussion</a>,
|
||||
<a href="https://github.com/advplyr/audiobookshelf/issues" target="_blank" class="text-blue-500 underline">report an issue</a> or contact me directly at <a href="mailto:advplyr@protonmail.com" class="text-blue-500 underline">advplyr@protonmail.com</a>.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<p class="px-2 text-sm md:text-lg">
|
||||
Audiobookshelf works best when you have an organized directory structure like shown below. This is because information is taken from your folder names. This includes the author name, series name, book title, publish year, volume number, and subtitle. However, you can enable scanner settings to prefer using your audio file ID3 tags or an OPF file over using folder names.
|
||||
</p>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
data() {
|
||||
return {}
|
||||
},
|
||||
computed: {},
|
||||
methods: {},
|
||||
mounted() {}
|
||||
}
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue