|
| 1 | +{ |
| 2 | + "baseOptions": { |
| 3 | + "title": "Next.js 繁體中文", |
| 4 | + "doc": "文件" |
| 5 | + }, |
| 6 | + "meta": { |
| 7 | + "title": "Next.js - 繁體中文", |
| 8 | + "description": "生產級 React 應用,具備卓越擴展能力。全球領先企業都在用 Next.js by Vercel 構建靜態和動態網站及 Web 應用。" |
| 9 | + }, |
| 10 | + "sidebar": { |
| 11 | + "app": { |
| 12 | + "title": "使用 App 路由器", |
| 13 | + "description": "/app 中可用的功能" |
| 14 | + }, |
| 15 | + "pages": { |
| 16 | + "title": "使用 Pages 路由器", |
| 17 | + "description": "/pages 中可用的功能" |
| 18 | + }, |
| 19 | + "version": { |
| 20 | + "latest": { |
| 21 | + "title": "使用最新版本" |
| 22 | + }, |
| 23 | + "v14": { |
| 24 | + "title": "使用 14 版" |
| 25 | + }, |
| 26 | + "v13": { |
| 27 | + "title": "使用 13 版" |
| 28 | + } |
| 29 | + } |
| 30 | + }, |
| 31 | + "HomePage": { |
| 32 | + "title": "React 框架,面向 Web", |
| 33 | + "subtitle": "被全球領先企業採用,Next.js 讓你可以用 React 元件的力量構建 <strong>高品質 Web 應用</strong>。", |
| 34 | + "getStarted": "快速開始", |
| 35 | + "learn": "學習 Next.js", |
| 36 | + "copyCommand": "▲ ~ npx create-next-app@latest", |
| 37 | + "featuresTitle": "Next.js 有什麼?", |
| 38 | + "featuresSubtitle": "構建卓越 Web 產品所需的一切。", |
| 39 | + "features": [ |
| 40 | + { |
| 41 | + "title": "內建最佳化", |
| 42 | + "desc": "自動圖片、字型和腳本最佳化,提升用戶體驗和核心 Web 指標。", |
| 43 | + "href": "/docs/app/building-your-application/optimizing/images" |
| 44 | + }, |
| 45 | + { |
| 46 | + "title": "資料獲取", |
| 47 | + "desc": "讓你的 React 元件支援 async/await。Next.js 支援伺服器端和客戶端資料獲取。", |
| 48 | + "href": "/docs/app/building-your-application/data-fetching" |
| 49 | + }, |
| 50 | + { |
| 51 | + "title": "伺服器端操作", |
| 52 | + "desc": "透過呼叫函式直接執行伺服器端程式碼,無需 API。輕鬆重新驗證快取並在一次網路往返中更新 UI。", |
| 53 | + "href": "/docs/app/building-your-application/data-fetching/forms-and-mutations" |
| 54 | + }, |
| 55 | + { |
| 56 | + "title": "進階路由與巢狀路由", |
| 57 | + "desc": "透過檔案系統建立路由,支援更進階的路由模式和 UI 佈局。", |
| 58 | + "href": "/docs/app/building-your-application/routing" |
| 59 | + }, |
| 60 | + { |
| 61 | + "title": "動態 HTML 串流渲染", |
| 62 | + "desc": "從伺服器即時串流渲染 UI,整合 App Router 和 React Suspense。", |
| 63 | + "href": "/docs/app/building-your-application/routing/loading-ui-and-streaming" |
| 64 | + }, |
| 65 | + { |
| 66 | + "title": "CSS 支援", |
| 67 | + "desc": "用你喜歡的工具為應用添加樣式,支援 CSS Modules、Tailwind CSS 及主流社群庫。", |
| 68 | + "href": "/docs/app/building-your-application/styling" |
| 69 | + }, |
| 70 | + { |
| 71 | + "title": "路由處理器", |
| 72 | + "desc": "構建 API 端點,安全連接第三方服務,處理認證或監聽 Webhook。", |
| 73 | + "href": "/docs/app/building-your-application/routing/router-handlers" |
| 74 | + }, |
| 75 | + { |
| 76 | + "title": "中介軟體", |
| 77 | + "desc": "靈活控制請求入口。用程式碼定義路由和存取規則,實現認證、實驗和國際化。", |
| 78 | + "href": "/docs/app/building-your-application/routing/middleware" |
| 79 | + }, |
| 80 | + { |
| 81 | + "title": "React 伺服器端元件", |
| 82 | + "desc": "無需傳送額外客戶端 JS 即可添加元件,基於最新 React 特性。", |
| 83 | + "href": "/docs/app/building-your-application/rendering/server-components" |
| 84 | + }, |
| 85 | + { |
| 86 | + "title": "客戶端與伺服器端渲染", |
| 87 | + "desc": "靈活的渲染與快取選項,包括每頁級別的 ISR(增量靜態再生)。", |
| 88 | + "href": "/docs/app/building-your-application/rendering" |
| 89 | + }, |
| 90 | + { |
| 91 | + "title": "Next.js 15", |
| 92 | + "desc": "全端能力賦能前端。閱讀發佈說明。", |
| 93 | + "href": "/blog/next-15" |
| 94 | + } |
| 95 | + ] |
| 96 | + } |
| 97 | +} |
0 commit comments