Skip to content

Commit 3db2a5c

Browse files
committed
Added banner
1 parent 465c506 commit 3db2a5c

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module github.com/openrundev/docs
22

33
go 1.19
44

5-
require github.com/imfing/hextra v0.10.2 // indirect
5+
require github.com/imfing/hextra v0.11.1 // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ github.com/imfing/hextra v0.8.2 h1:/IykSIAywgKfhKUBgAW+dCCjrJWJNny4jr9qvdXfch0=
22
github.com/imfing/hextra v0.8.2/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI=
33
github.com/imfing/hextra v0.10.2 h1:etVtBSHH3V4xYZ2uqlh7HWZitdaZLWG+sCoGtFqyAEk=
44
github.com/imfing/hextra v0.10.2/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI=
5+
github.com/imfing/hextra v0.11.1 h1:8pTc4ReYbzGTHAnyiebmlT3ijFfIXiGu1r7tM/UGjFI=
6+
github.com/imfing/hextra v0.11.1/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI=

hugo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ displayPoweredBy = false
5050
default = "system"
5151
displayToggle = true
5252

53+
[params.banner]
54+
key = "announcement-usecase"
55+
message = "📌 Complete configuration for couple of scenarios added, see [use-cases](https://openrun.dev/docs/use-cases/)."
56+
5357
# Docs Navigation
5458

5559
[[menu.main]]

0 commit comments

Comments
 (0)