mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-02-17 07:03:57 +00:00
Leave docs sidebar nav collapsed by default (#3892)
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -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:
|
||||||
|
|||||||
6
.github/workflows/verify-pr.yml
vendored
6
.github/workflows/verify-pr.yml
vendored
@@ -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:
|
||||||
|
|||||||
@@ -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"
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user