Skip to content

Commit 60f6137

Browse files
committed
feat(docs): add branch allowlist configuration
- Define which branches get docs published to steel.ethereum.foundation. - Set forks/amsterdam as default branch (mirrored to /docs/ root). - Include mainnet, forks/amsterdam, and devnets/amsterdam/2.
1 parent c4964ba commit 60f6137

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

.github/configs/docs-branches.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Configuration for documentation branches to build and publish
2+
#
3+
# This file is used by the docs-producer workflow to determine which branches
4+
# should have their documentation built and published to steel.ethereum.foundation/docs/
5+
#
6+
# Each branch entry defines:
7+
# - path: The branch name/path (must match the Git branch exactly)
8+
# - label: Human-readable label for version switcher UI
9+
#
10+
# The default branch is mirrored to the root of /docs/
11+
12+
default: "forks/amsterdam"
13+
14+
branches:
15+
- path: "mainnet"
16+
label: "Mainnet"
17+
- path: "forks/amsterdam"
18+
label: "Amsterdam"
19+
- path: "devnets/amsterdam/2"
20+
label: "Amsterdam Devnet 2"

0 commit comments

Comments
 (0)