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]]