Skip to content

Commit 220ead9

Browse files
committed
chore: update farming-labs to 0.0.10 and hide search bar
1 parent f583c3d commit 220ead9

4 files changed

Lines changed: 28 additions & 19 deletions

File tree

docs/app/global.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
@import "tailwindcss";
22
@import "@farming-labs/theme/greentree/css";
33

4+
/* Hide search triggers — static export, no search API */
5+
@layer base {
6+
button[data-search],
7+
button[data-search-full] {
8+
display: none !important;
9+
}
10+
}
11+
412
body:has(.ld-bg) {
513
background-color: #071611 !important;
614
}

docs/docs.config.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ import { greentree } from "@farming-labs/theme/greentree";
1818

1919
export default defineDocs({
2020
entry: "docs",
21+
staticExport: true,
2122
github: {
2223
url: "https://github.com/frectonz/sql-studio",
2324
branch: "main",

docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"start": "next start"
99
},
1010
"dependencies": {
11-
"@farming-labs/docs": "0.0.4",
12-
"@farming-labs/next": "0.0.4",
13-
"@farming-labs/theme": "0.0.4",
11+
"@farming-labs/docs": "0.0.10",
12+
"@farming-labs/next": "0.0.10",
13+
"@farming-labs/theme": "0.0.10",
1414
"lucide-react": "^0.564.0",
1515
"next": "16.1.6",
1616
"react": "^19.0.0",

docs/pnpm-lock.yaml

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)