This commit is contained in:
Dax Raad 2026-07-13 10:18:59 -04:00
commit 3533047421
2 changed files with 6 additions and 5 deletions

View file

@ -7,11 +7,6 @@ export function baseOptions(): BaseLayoutProps {
url: "/",
},
links: [
{
text: "Docs",
url: "/docs",
active: "nested-url",
},
{
text: "GitHub",
url: "https://github.com/anomalyco/opencode",

View file

@ -23,6 +23,12 @@ body {
margin: 0;
}
/* Fumadocs 16.11 stretches top layout tabs across the main grid row. */
#nd-docs-layout > div:has(> a[href="/docs/build"], > a[href="/docs/api"]) {
align-self: start;
height: 3rem;
}
.home {
min-height: 100vh;
display: grid;