Skip to content

Commit 228df2c

Browse files
committed
docs: Fix default location of documents
(same directory as config file, not another subdirectory)
1 parent aeee114 commit 228df2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ At least `documents` has to be specified.
3333
| `directories.base` **readonly** | string | directory containing the config file | Other directories are relative to this base directory. |
3434
| `directories.build` | string | `"build"` | Intermediary SVG and PDF files are written here. Deleted unless `bake` is run with `--keep-build` |
3535
| `directories.dist` | string | `"dist"` | Final PDF files are written here. |
36-
| `directories.documents` | string | `"documents"` | Location of document configurations. |
36+
| `directories.documents` | string | `"."` | Location of document configurations. |
3737
| `directories.images` | string | `"images"` | Location of image files. |
3838
| `directories.pages` | string | `"pages"` | Location of page configurations. |
3939
| `directories.templates` | string | `"templates"` | Location of SVG template files. |

0 commit comments

Comments
 (0)