aboutsummaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2024-06-11 14:14:40 +0100
committerSilvio Rhatto <rhatto@riseup.net>2024-06-11 14:14:40 +0100
commitbe4adbd61ad75572aabf613e5b9e9a54534dcbaf (patch)
treec4512274b76d8c9237b308d80deece300d6fc77d /content
parent5b324d5bae27a5c81748f2d8988db26459b1536a (diff)
downloadbookup-be4adbd61ad75572aabf613e5b9e9a54534dcbaf.tar.gz
bookup-be4adbd61ad75572aabf613e5b9e9a54534dcbaf.tar.bz2
Feat: some more partial documentation improvements
Diffstat (limited to 'content')
-rw-r--r--content/sections/10-structure/structure.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/content/sections/10-structure/structure.md b/content/sections/10-structure/structure.md
index f43dc4a..263a764 100644
--- a/content/sections/10-structure/structure.md
+++ b/content/sections/10-structure/structure.md
@@ -7,9 +7,11 @@ A Bookup project folder structure looks like this:
* `drafts`: you can leave here texts still being composed.
* `sections`: here goes the material to be compiled in book format.
* `notes`: keep texts here to be compiled as a notebook companion.
-* `slides`: slides in Markdown format.
+ * `slides`: keep the slides sources here.
* `site`: an optional website used as base; if that exists, the book will be
place inside the `build/book` folder.
+* `slides`: if this folder is available, it will be considered as the compiled
+ slides folder and will be included in the `build/slides` folder.
* `build`: the compiled book (HTML, PDF and other formats):
* `notes`: the compiled notebook.
* `book`: the compiled book, if there's a `site` folder available,