Fix and cleanup docs styling

This commit is contained in:
advplyr 2022-08-08 18:00:25 -05:00
parent 28da63ca0c
commit 1896f9ee26
5 changed files with 78 additions and 78 deletions

View file

@ -18,16 +18,13 @@ services:
ports:
- 13378:80
volumes:
- </path/to/your/audiobooks>:/audiobooks
- </path/to/your/podcasts>:/podcasts
- </path/to/config>:/config
- </path/to/metadata>:/metadata
</code>
- &lt;/path/to/config>:/audiobooks
- &lt;/path/to/config>:/podcasts
- &lt;/path/to/config>:/config
- &lt;/path/to/config>:/metadata</code>
</pre>
<p class="text-error">Note: Remember to change the path to your actual directory and remove the &#60;&#62; symbols</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> &nbsp;<span class="font-mono">/config</span> will contain the database (users/books/libraries/settings)</p>

View file

@ -23,8 +23,9 @@
--rm ghcr.io/advplyr/audiobookshelf</code>
</pre>
<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="text-error">Note: Remember to change the path to your actual directory and remove the &#60;&#62; 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: 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> &nbsp;<span class="font-mono">/config</span> will contain the database (users/books/libraries/settings)</p>

View file

@ -12,7 +12,7 @@
docker rm audiobookshelf
docker image prune -a
docker pull ghcr.io/advplyr/audiobookshelf:latest
docker start audiobookshelf</code>
# then use initial run command again</code>
</pre>
</div>

View file

@ -107,7 +107,11 @@ export default {
},
computed: {},
methods: {},
mounted() {}
mounted() {
if (typeof Prism !== undefined) {
Prism.highlightAll()
}
}
}
</script>

View file

@ -57,9 +57,7 @@ services:
- &lt;/path/to/config>:/audiobooks
- &lt;/path/to/config>:/podcasts
- &lt;/path/to/config>:/config
- &lt;/path/to/config>:/metadata
</code>
- &lt;/path/to/config>:/metadata</code>
</pre>
<p class="text-error">Note: Remember to change the path to your actual directory and remove the &#60;&#62; symbols </p>