You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: book-example/src/format/config.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ Here is an example of what a ***book.json*** file might look like:
8
8
{
9
9
"title": "Example book",
10
10
"author": "Name",
11
+
"description": "The example book covers examples.",
11
12
"dest": "output/my-book"
12
13
}
13
14
```
@@ -16,6 +17,7 @@ Here is an example of what a ***book.json*** file might look like:
16
17
17
18
-**title:** title of the book
18
19
-**author:** author of the book
20
+
-**description:** description, which is added as meta in the html head of each page.
19
21
-**dest:** path to the directory where you want your book to be rendered. If a relative path is given it will be relative to the parent directory of the source directory
20
22
21
23
***note:****the supported configurable parameters are scarce at the moment, but more will be added in the future*
0 commit comments