mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-17 22:24:21 +01:00
docs: update home page (#2441)
This commit is contained in:
@@ -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" },
|
||||
|
||||
|
||||
Reference in New Issue
Block a user