This commit is contained in:
Dax Raad
2026-07-13 10:19:04 -04:00
parent 823bc20427
commit 3533047421
2 changed files with 6 additions and 5 deletions
-5
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",
+6
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;