From e1527807b2de08ae9074e98093a99a11a3515128 Mon Sep 17 00:00:00 2001 From: David Young Date: Tue, 2 Jun 2026 13:29:58 -0600 Subject: [PATCH] fix call to action --- data/landing.yaml | 4 ++-- hugo.toml | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/data/landing.yaml b/data/landing.yaml index 082836e..23fc9ca 100644 --- a/data/landing.yaml +++ b/data/landing.yaml @@ -31,8 +31,8 @@ hero: ctaButton: icon: rocket_launch - btnText: "Learn More" - url: "/docs/overview/" + btnText: "Get Started" + url: "/docs/coreplatform/" # cta2Button: # icon: construction diff --git a/hugo.toml b/hugo.toml index 9227910..8a985d1 100644 --- a/hugo.toml +++ b/hugo.toml @@ -132,10 +132,11 @@ title = 'Federated Computer Core Platform' # ] [menu] + [[menu.primary]] - name = "Philosophy" - url = "/docs/philosophy/" - identifier = "Philosopy" + name = "Get Started" + url = "/docs/coreplatform/" + identifier = "Get Started" weight = 10 [[menu.primary]]