Skip to content

Commit 88c447f

Browse files
alexvosssquidfunk
authored andcommitted
fix: separate configurations from preview
Signed-off-by: alexvoss <alex@corealization.com>
1 parent 8c1bb46 commit 88c447f

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

docs/setup/navigation.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -279,12 +279,14 @@ extensions in the setup guide.
279279

280280
``` toml
281281
[project.markdown_extensions.zensical.extensions]
282-
preview.configurations = [
283-
{
284-
sources = { include = [...], exclude = [...] }, # (1)!
285-
targets = { include = [...], exclude = [...] }, # (2)!
286-
},
287-
]
282+
preview = {
283+
configurations = [
284+
{
285+
sources = { include = [...], exclude = [...] }, # (1)!
286+
targets = { include = [...], exclude = [...] }, # (2)!
287+
},
288+
],
289+
}
288290
```
289291

290292
=== "`mkdocs.yml`"

0 commit comments

Comments
 (0)