Skip to content

Commit

Permalink
Merge pull request #49 from AshbyGeek/directory-structure-folder-centric
Browse files Browse the repository at this point in the history
DirectoryStructure - explain folder-centric books
  • Loading branch information
advplyr authored Oct 12, 2023
2 parents 0cf5556 + 15018bb commit 5c58e8a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions components/docs/book/DirectoryStructure.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="not-prose">
<p class="mb-4 text-sm md:text-base">Here is an example supported directory structure for Books</p>

<div class="p-4 border border-opacity-10 bg-primary bg-opacity-20 font-mono">
<div class="my-4 border border-opacity-10 bg-primary bg-opacity-20 font-mono">
<div class="flex py-1 max-w-2xl">
<img src="/folder.svg" class="h-6" />
<p class="pl-2">Terry Goodkind</p>
Expand Down Expand Up @@ -95,11 +95,10 @@
<span class="material-icons">audiotrack</span>
<p class="pl-2">Animal Farm.m4b</p>
<div class="hidden md:block flex-grow" />
<span class="hidden md:block text-white text-opacity-50 pl-4">&lt;-- Title<span class="text-warning">*</span></span>
<span class="hidden md:block text-white text-opacity-50 pl-4">&lt;-- Title</span>
</div>
</div>

<p class="my-4 text-sm md:text-base"><span class="text-warning">*</span> Audio files in the root of the folder will each be treated as books.</p>
<p class="mb-2">Books are designated by folders. Any audio files (or ebook files) within a folder will be grouped into that book, except in the root folder where each audio file will be treated as an individual book.</p>
</div>
</template>

Expand All @@ -121,4 +120,4 @@ p {
img {
margin: 0px;
}
</style>
</style>

0 comments on commit 5c58e8a

Please sign in to comment.