Skip to content

Commit 621c673

Browse files
authored
Leave docs sidebar nav collapsed by default (#3892)
1 parent fb1614b commit 621c673

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ on:
1212
- "examples/**"
1313
- "notes/**"
1414
- "kustomize/**"
15+
- "docker-compose.yml"
1516
- "images.json"
17+
- "compose-docs.yml"
18+
- "zensical.toml"
19+
- ".readthedocs.yaml"
1620

1721
jobs:
1822
build:

.github/workflows/verify-pr.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ on:
99
- "examples/**"
1010
- "notes/**"
1111
- "kustomize/**"
12-
- "docker-compose*.yml"
13-
- "mkdocs.yml"
12+
- "docker-compose.yml"
1413
- "images.json"
14+
- "compose-docs.yml"
15+
- "zensical.toml"
16+
- ".readthedocs.yaml"
1517

1618
jobs:
1719
build:

zensical.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ features = [
1515
"navigation.tabs",
1616
"navigation.tabs.sticky",
1717
"navigation.sections",
18-
"navigation.expand",
1918
"navigation.top",
2019
"navigation.indexes"
2120
]

0 commit comments

Comments
 (0)