Skip to content

Commit 087ad02

Browse files
committed
fix: add missing conditional statement
1 parent 477bb24 commit 087ad02

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

changelog.d/+a42b3c88.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add missing conditional statement to `mkdocs.yml`.

template/{% if docs == 'mkdocs' %}mkdocs.yml{% endif %}.jinja

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ nav:
1515
- Reference:
1616
- reference/index.md
1717
- API: reference/api.md
18+
{%- if cli %}
1819
- Commands: reference/cli.md
20+
{%- endif %}
1921

2022
validation:
2123
omitted_files: warn

0 commit comments

Comments
 (0)