docs: restructure menu (#769)

This commit is contained in:
Angie Jones
2025-01-25 10:14:27 -06:00
committed by GitHub
parent 3f8ce5f816
commit b06e7f353b
17 changed files with 262 additions and 323 deletions

View File

@@ -15,8 +15,7 @@ const FeatureList: FeatureItem[] = [
Svg: require("@site/static/img/lock-unlocked-fill.svg").default,
description: (
<>
Docusaurus was designed from the ground up to be easily installed and
used to get your website up and running quickly.
Built with transparency and collaboration in mind, Goose empowers developers to contribute, customize, and innovate freely.
</>
),
},
@@ -25,8 +24,7 @@ const FeatureList: FeatureItem[] = [
Svg: require("@site/static/img/category-moving.svg").default,
description: (
<>
Docusaurus lets you focus on your docs, and we&apos;ll do the chores. Go
ahead and move your docs into the <code>docs</code> directory.
Goose runs locally to execute tasks efficiently, keeping control in your hands.
</>
),
},
@@ -35,8 +33,7 @@ const FeatureList: FeatureItem[] = [
Svg: require("@site/static/img/category-ETF.svg").default,
description: (
<>
Extend or customize your website layout by reusing React. Docusaurus can
be extended while reusing the same header and footer.
Customize Goose with your preferred LLM and enhance its capabilities by connecting it to any external MCP server or API.
</>
),
},
@@ -45,8 +42,7 @@ const FeatureList: FeatureItem[] = [
Svg: require("@site/static/img/pay-in-four.svg").default,
description: (
<>
Extend or customize your website layout by reusing React. Docusaurus can
be extended while reusing the same header and footer.
Goose independently handles complex tasks, from debugging to deployment, freeing you to focus on what matters most.
</>
),
},

View File

@@ -218,3 +218,11 @@ html {
width: 100px;
}
.pill-button {
display: flex;
align-items: center;
}
.pill-button p {
margin: 0;
}

View File

@@ -25,10 +25,10 @@ function HomepageHeader() {
<div className={styles.buttons}>
<Link
className="button button--primary button--lg"
to="/docs/installation"
to="docs/getting-started/installation"
>
<IconDownload />
Download goose desktop
install goose desktop
</Link>
</div>
</div>