From d7d641f66967fa6a0706c63a35b651655bb4f767 Mon Sep 17 00:00:00 2001 From: Steve Scargall <37674041+sscargal@users.noreply.github.com> Date: Wed, 10 Sep 2025 17:54:06 +0000 Subject: [PATCH] Add Playground to the top nav menu and footer Product list Signed-off-by: Steve Scargall <37674041+sscargal@users.noreply.github.com> --- hugo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/hugo.toml b/hugo.toml index fdb2405..422ea62 100644 --- a/hugo.toml +++ b/hugo.toml @@ -77,6 +77,11 @@ tags = 'tags' url = 'http://docs.memmachine.ai' weight = 70 + [[menus.main]] + name = 'Playground' + pageRef = '/playground' + weight = 80 + # Social media links for the top nav [[menus.social]] name = "Discord" @@ -113,6 +118,11 @@ tags = 'tags' url = 'http://docs.memmachine.ai' weight = 40 + [[menus.footerProduct]] + name = 'Playground' + pageRef = '/playground' + weight = 50 + # Footer Company menu [[menus.footerCompany]] name = 'Home'