Skip to content

Commit e2e8feb

Browse files
committed
fix: add note on temporary docs_dir limitation
Signed-off-by: squidfunk <martin.donath@squidfunk.com>
1 parent d10d259 commit e2e8feb

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/setup/basics.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,12 @@ configuration file.
212212
docs_dir: docs
213213
```
214214

215+
!!! warning "`docs_dir` can't be set to `.`"
216+
217+
This is a temporary limitation. We're working on increasing flexibility. As a workaround, please set `docs_dir` to a subdirectory, such as `docs`, and move your source files there. You can subscribe to the [backlog item] for this feature if you want to be notified when it's available.
218+
219+
[backlog item]: https://github.com/zensical/backlog/issues/101
220+
215221
### `site_dir`
216222

217223
The `site_dir` specifies the path to the directory your site will be written to.

0 commit comments

Comments
 (0)