docs: switch to docs layout and apply black theme (#6533)
* feat: add Gemini 3.1 models - Add gemini-3.1-pro-preview (released February 19, 2026) - Add gemini-3.1-flash-lite-preview (released March 3, 2026) Both models support: - 1M context window - 64k max response - Vision - Tool choice * docs: switch to docs layout and apply black theme - Change layout from notebook to docs - Update logo to icon + text format - Apply fumadocs black theme - Simplify global.css (keep only navbar and TOC styles) - Fix icon components to properly accept className props - Add mobile text overflow handling - Update Node engine requirement to >=20.x * doc * doc * lock * fix: ts * doc * doc --------- Co-authored-by: archer <archer@archerdeMac-mini.local> Co-authored-by: archer <545436317@qq.com>
Showing
This diff is collapsed.
Click to expand it.
document/components/sidebarScrollFix.tsx
0 → 100644
| ... | @@ -2,8 +2,8 @@ | ... | @@ -2,8 +2,8 @@ |
| "name": "@fastgpt/global", | "name": "@fastgpt/global", | ||
| "version": "1.0.0", | "version": "1.0.0", | ||
| "engines": { | "engines": { | ||
| "node": "20.x", | "node": ">=20.x", | ||
| "pnpm": "9.x" | "pnpm": ">=9.x" | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "@fastgpt-sdk/plugin": "0.3.8", | "@fastgpt-sdk/plugin": "0.3.8", | ||
| ... | ... |
| ... | @@ -3,8 +3,8 @@ | ... | @@ -3,8 +3,8 @@ |
| "version": "1.0.0", | "version": "1.0.0", | ||
| "type": "module", | "type": "module", | ||
| "engines": { | "engines": { | ||
| "node": "20.x", | "node": ">=20.x", | ||
| "pnpm": "9.x" | "pnpm": ">=9.x" | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "@fastgpt-sdk/storage": "catalog:", | "@fastgpt-sdk/storage": "catalog:", | ||
| ... | ... |
| ... | @@ -2,8 +2,8 @@ | ... | @@ -2,8 +2,8 @@ |
| "name": "@fastgpt/web", | "name": "@fastgpt/web", | ||
| "version": "1.0.0", | "version": "1.0.0", | ||
| "engines": { | "engines": { | ||
| "node": "20.x", | "node": ">=20.x", | ||
| "pnpm": "9.x" | "pnpm": ">=9.x" | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "@chakra-ui/anatomy": "catalog:", | "@chakra-ui/anatomy": "catalog:", | ||
| ... | ... |
projects/app/data/model.json
deleted
100644 → 0
| ... | @@ -11,8 +11,8 @@ | ... | @@ -11,8 +11,8 @@ |
| "build:workers:watch": "npx tsx scripts/build-workers.ts --watch" | "build:workers:watch": "npx tsx scripts/build-workers.ts --watch" | ||
| }, | }, | ||
| "engines": { | "engines": { | ||
| "node": "20.x", | "node": ">=20.x", | ||
| "pnpm": "9.x" | "pnpm": ">=9.x" | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "@chakra-ui/anatomy": "catalog:", | "@chakra-ui/anatomy": "catalog:", | ||
| ... | ... |
| ... | @@ -9,8 +9,8 @@ | ... | @@ -9,8 +9,8 @@ |
| "lint": "next lint" | "lint": "next lint" | ||
| }, | }, | ||
| "engines": { | "engines": { | ||
| "node": "20.x", | "node": ">=20.x", | ||
| "pnpm": "9.x" | "pnpm": ">=9.x" | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "@chakra-ui/anatomy": "catalog:", | "@chakra-ui/anatomy": "catalog:", | ||
| ... | ... |
| ... | @@ -14,8 +14,8 @@ | ... | @@ -14,8 +14,8 @@ |
| "mcp_test": "npx @modelcontextprotocol/inspector" | "mcp_test": "npx @modelcontextprotocol/inspector" | ||
| }, | }, | ||
| "engines": { | "engines": { | ||
| "node": "20.x", | "node": ">=20.x", | ||
| "pnpm": "9.x" | "pnpm": ">=9.x" | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "@fastgpt/global": "workspace:*", | "@fastgpt/global": "workspace:*", | ||
| ... | ... |
Please
register
or
sign in
to comment