mirror of
https://github.com/audiobookshelf/audiobookshelf-web.git
synced 2025-08-30 06:29:26 +02:00
Update docs to use markdown files
This commit is contained in:
parent
205f761a08
commit
7735bf57f0
35 changed files with 390 additions and 240 deletions
|
@ -1,10 +1,5 @@
|
|||
<template>
|
||||
<div id="book-audio-metadata" class="py-10 md:py-20">
|
||||
<h1 class="text-xl md:text-3xl mb-4 md:-ml-8">
|
||||
<nuxt-link to="#book-audio-metadata"><span class="material-icons text-lg md:text-xl text-gray-400 hover:text-white cursor-pointer mr-2">tag</span></nuxt-link
|
||||
>Audio File Metadata
|
||||
</h1>
|
||||
|
||||
<div id="book-audio-metadata" class="not-prose">
|
||||
<p class="mb-4 text-sm md:text-base">Audiobookshelf uses the ID3 metadata tags in audio files to populate data.</p>
|
||||
|
||||
<div class="flex -ml-8 mb-4">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue