mirror of
https://github.com/audiobookshelf/audiobookshelf-web.git
synced 2025-08-31 23:10:01 +02:00
Fix and cleanup docs styling
This commit is contained in:
parent
28da63ca0c
commit
1896f9ee26
5 changed files with 78 additions and 78 deletions
|
@ -18,16 +18,13 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- 13378:80
|
- 13378:80
|
||||||
volumes:
|
volumes:
|
||||||
- </path/to/your/audiobooks>:/audiobooks
|
- </path/to/config>:/audiobooks
|
||||||
- </path/to/your/podcasts>:/podcasts
|
- </path/to/config>:/podcasts
|
||||||
- </path/to/config>:/config
|
- </path/to/config>:/config
|
||||||
- </path/to/metadata>:/metadata
|
- </path/to/config>:/metadata</code>
|
||||||
|
|
||||||
</code>
|
|
||||||
</pre>
|
</pre>
|
||||||
|
<p class="text-error">Note: Remember to change the path to your actual directory and remove the <> symbols</p>
|
||||||
<p class="text-error">Note: Volume mappings should all be separate directories that are not contained in eachother.</p>
|
<p class="text-error">Note: Volume mappings should all be separate directories that are not contained in eachother.</p>
|
||||||
<!-- <p class="text-warning py-1">Unraid users: it is recommended that you map <span class="font-mono">/config</span> and <span class="font-mono">/metadata</span> to <span class="font-mono">/mnt/user/appdata/audiobookshelf/config</span> and <span class="font-mono">/mnt/user/appdata/audiobookshelf/metadata</span> respectively.</p> -->
|
|
||||||
|
|
||||||
<p class="mt-2 mb-1 font-semibold text-lg">Volume mappings</p>
|
<p class="mt-2 mb-1 font-semibold text-lg">Volume mappings</p>
|
||||||
<p>• <span class="font-mono">/config</span> will contain the database (users/books/libraries/settings)</p>
|
<p>• <span class="font-mono">/config</span> will contain the database (users/books/libraries/settings)</p>
|
||||||
|
|
|
@ -23,8 +23,9 @@
|
||||||
--rm ghcr.io/advplyr/audiobookshelf</code>
|
--rm ghcr.io/advplyr/audiobookshelf</code>
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<p class="text-error">Note: Volume mappings should all be separate directories that are not contained in eachother.</p>
|
<p class="text-error">Note: Remember to change the path to your actual directory and remove the <> symbols</p>
|
||||||
<!-- <p class="text-warning py-1">Unraid users: it is recommended that you map <span class="font-mono">/config</span> and <span class="font-mono">/metadata</span> to <span class="font-mono">/mnt/user/appdata/audiobookshelf/config</span> and <span class="font-mono">/mnt/user/appdata/audiobookshelf/metadata</span> respectively.</p> -->
|
<p class="text-error">Note: Volume mappings should all be separate directories that are not contained in eachother</p>
|
||||||
|
<p class="text-error">Note: Windows users will need to remove the \ and run this as a single line</p>
|
||||||
|
|
||||||
<p class="mt-2 mb-1 font-semibold text-lg">Volume mappings</p>
|
<p class="mt-2 mb-1 font-semibold text-lg">Volume mappings</p>
|
||||||
<p>• <span class="font-mono">/config</span> will contain the database (users/books/libraries/settings)</p>
|
<p>• <span class="font-mono">/config</span> will contain the database (users/books/libraries/settings)</p>
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
docker rm audiobookshelf
|
docker rm audiobookshelf
|
||||||
docker image prune -a
|
docker image prune -a
|
||||||
docker pull ghcr.io/advplyr/audiobookshelf:latest
|
docker pull ghcr.io/advplyr/audiobookshelf:latest
|
||||||
docker start audiobookshelf</code>
|
# then use initial run command again</code>
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -107,7 +107,11 @@ export default {
|
||||||
},
|
},
|
||||||
computed: {},
|
computed: {},
|
||||||
methods: {},
|
methods: {},
|
||||||
mounted() {}
|
mounted() {
|
||||||
|
if (typeof Prism !== undefined) {
|
||||||
|
Prism.highlightAll()
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
|
@ -57,9 +57,7 @@ services:
|
||||||
- </path/to/config>:/audiobooks
|
- </path/to/config>:/audiobooks
|
||||||
- </path/to/config>:/podcasts
|
- </path/to/config>:/podcasts
|
||||||
- </path/to/config>:/config
|
- </path/to/config>:/config
|
||||||
- </path/to/config>:/metadata
|
- </path/to/config>:/metadata</code>
|
||||||
|
|
||||||
</code>
|
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<p class="text-error">Note: Remember to change the path to your actual directory and remove the <> symbols </p>
|
<p class="text-error">Note: Remember to change the path to your actual directory and remove the <> symbols </p>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue