Skip to content

Commit 9c22b0c

Browse files
committed
Added external links to docs in top and footer navigation menus
Signed-off-by: Steve Scargall <37674041+sscargal@users.noreply.github.com>
1 parent dc0217c commit 9c22b0c

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

hugo.toml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,12 @@ tags = 'tags'
6868
[[menus.main]]
6969
name = 'Blog'
7070
pageRef = '/blog'
71-
weight = 50
71+
weight = 60
72+
73+
[[menus.main]]
74+
name = 'Docs'
75+
url = 'http://docs.memmachine.ai'
76+
weight = 70
7277

7378
# Footer Product menu
7479
[[menus.footerProduct]]
@@ -86,6 +91,11 @@ tags = 'tags'
8691
pageRef = '/blog'
8792
weight = 30
8893

94+
[[menus.footerProduct]]
95+
name = 'Docs'
96+
url = 'http://docs.memmachine.ai'
97+
weight = 40
98+
8999
# Footer Company menu
90100
[[menus.footerCompany]]
91101
name = 'Home'

0 commit comments

Comments
 (0)