We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31c77be commit b822ed3Copy full SHA for b822ed3
2 files changed
docs/content/docs/building-goflow.md
@@ -1,6 +1,6 @@
1
---
2
title: "Why goflow"
3
-weight: 0
+bookHidden: true
4
5
6
# Building Concurrent Systems in Go
docs/hugo.toml
@@ -33,6 +33,10 @@ theme = 'hugo-book'
33
name = "GitHub"
34
url = "https://github.com/vnykmshr/goflow"
35
weight = 10
36
+ [[menu.before]]
37
+ name = "Why goflow"
38
+ url = "/docs/building-goflow/"
39
+ weight = 15
40
[[menu.before]]
41
name = "API Docs"
42
url = "https://pkg.go.dev/github.com/vnykmshr/goflow"
0 commit comments