Skip to content

Commit 4e1bf74

Browse files
committed
Runbook: also add the new collection to navigation.yml (top nav)
The cutover nav steps covered _data/nav/<key>.yml and _data/nav_map.yml but not _data/navigation.yml (the top product bar). Without adding the new collection there, the product's top-nav link isn't marked active on the new version's pages (e.g. /openvox/9.x/). Add a step to update the product's collections list. Part of #325. Signed-off-by: Michael Harp <mike@mikeharp.com>
1 parent 5bae727 commit 4e1bf74

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

MAINTAINING.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,16 @@ is **not yet** the stable release. `latest` stays on the current major.
104104
base: /openvox/9.x/
105105
```
106106

107+
Finally, add the new collection to OpenVox's entry in `_data/navigation.yml` (the
108+
top product bar) so the "OpenVox" link is marked active on the new version's pages
109+
too:
110+
111+
```yaml
112+
- title: OpenVox
113+
url: /openvox/latest/
114+
collections: [openvox_latest, openvox_9x, openvox_8x] # add openvox_9x
115+
```
116+
107117
5. **Add the version to `_data/products.yml`** (newest first), keeping `latest: 8x`
108118
for now:
109119

0 commit comments

Comments
 (0)