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: docs/configuration.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ At least `documents` has to be specified.
32
32
|`documents`**required**| array |`[]`| List of document configurations. A simple string specifies the name of a directory under `directories.documents`. A directory needs to contain a `config.yaml` file. You can also specify `path` and `name` to a specific directory or configuration YAML file. |
33
33
|`directories`| mapping | see the following settings | You can override default directories with the `directories` mapping, just re-define one or more with one of the following settings. |
34
34
|`directories.base`**readonly**| string | directory containing the config file | If directories are not absolute paths they will be relative to this base directory. |
35
-
|`directories.build`| string |`"build"`| Intermediary SVG and PDF files are written here. Deleted unless you specified `--keep-build`.|
35
+
|`directories.build`| string || Intermediary SVG and PDF files are written here. If not set, will be a temporary directory. Deleted unless you specified `--keep-build`. |
36
36
|`directories.dist`| string |`"dist"`| Final PDF files are written here. |
37
37
|`directories.documents`| string |`"."`| Location of document configurations. |
38
38
|`directories.images`| string |`"images"`| Location of image files. |
0 commit comments