Skip to content

Commit 2d07902

Browse files
authored
Merge pull request #12 from sscargal/main
Add Playground to the top nav menu and footer Product list
2 parents f2d4f54 + d7d641f commit 2d07902

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

hugo.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ tags = 'tags'
7777
url = 'http://docs.memmachine.ai'
7878
weight = 70
7979

80+
[[menus.main]]
81+
name = 'Playground'
82+
pageRef = '/playground'
83+
weight = 80
84+
8085
# Social media links for the top nav
8186
[[menus.social]]
8287
name = "Discord"
@@ -113,6 +118,11 @@ tags = 'tags'
113118
url = 'http://docs.memmachine.ai'
114119
weight = 40
115120

121+
[[menus.footerProduct]]
122+
name = 'Playground'
123+
pageRef = '/playground'
124+
weight = 50
125+
116126
# Footer Company menu
117127
[[menus.footerCompany]]
118128
name = 'Home'

0 commit comments

Comments
 (0)