Leave docs sidebar nav collapsed by default (#3892)

This commit is contained in:
Geoff Bourne
2026-01-28 19:32:47 -06:00
committed by GitHub
parent fb1614b149
commit 621c673acd
3 changed files with 8 additions and 3 deletions

View File

@@ -12,7 +12,11 @@ on:
- "examples/**"
- "notes/**"
- "kustomize/**"
- "docker-compose.yml"
- "images.json"
- "compose-docs.yml"
- "zensical.toml"
- ".readthedocs.yaml"
jobs:
build:

View File

@@ -9,9 +9,11 @@ on:
- "examples/**"
- "notes/**"
- "kustomize/**"
- "docker-compose*.yml"
- "mkdocs.yml"
- "docker-compose.yml"
- "images.json"
- "compose-docs.yml"
- "zensical.toml"
- ".readthedocs.yaml"
jobs:
build:

View File

@@ -15,7 +15,6 @@ features = [
"navigation.tabs",
"navigation.tabs.sticky",
"navigation.sections",
"navigation.expand",
"navigation.top",
"navigation.indexes"
]