Skip to content

Commit b822ed3

Browse files
committed
fix(docs): keep header 'Why goflow' link, hide from sidebar
1 parent 31c77be commit b822ed3

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

docs/content/docs/building-goflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Why goflow"
3-
weight: 0
3+
bookHidden: true
44
---
55

66
# Building Concurrent Systems in Go

docs/hugo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ theme = 'hugo-book'
3333
name = "GitHub"
3434
url = "https://github.com/vnykmshr/goflow"
3535
weight = 10
36+
[[menu.before]]
37+
name = "Why goflow"
38+
url = "/docs/building-goflow/"
39+
weight = 15
3640
[[menu.before]]
3741
name = "API Docs"
3842
url = "https://pkg.go.dev/github.com/vnykmshr/goflow"

0 commit comments

Comments
 (0)