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/**" - "examples/**"
- "notes/**" - "notes/**"
- "kustomize/**" - "kustomize/**"
- "docker-compose.yml"
- "images.json" - "images.json"
- "compose-docs.yml"
- "zensical.toml"
- ".readthedocs.yaml"
jobs: jobs:
build: build:

View File

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

View File

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