docs: update home page (#2441)

This commit is contained in:
Angie Jones
2025-05-05 20:29:45 -07:00
committed by GitHub
parent dbe39d583d
commit 285d15b739
7 changed files with 128 additions and 81 deletions

View File

@@ -14,7 +14,7 @@ const inkeepOrgId = process.env.INKEEP_ORG_ID;
const config: Config = {
title: "codename goose",
tagline:
"Your on-machine AI agent, automating engineering tasks seamlessly.",
"Your local AI agent, automating engineering tasks seamlessly.",
favicon: "img/favicon.ico",
// Set the production url of your site here
@@ -131,17 +131,11 @@ const config: Config = {
label: "Quickstart",
position: "left",
},
{
to: "/extensions",
label: "Extensions",
position: "left",
},
{
to: "/docs/category/getting-started",
position: "left",
label: "Docs",
},
{
to: "/docs/category/tutorials",
position: "left",
@@ -150,7 +144,12 @@ const config: Config = {
{
to: "/prompt-library",
position: "left",
label: "Prompt Library",
label: "Prompts",
},
{
to: "/extensions",
label: "Extensions",
position: "left",
},
{ to: "/blog", label: "Blog", position: "left" },