diff --git a/.github/README.md b/.github/README.md index 316d833c..0b64c1bf 100644 --- a/.github/README.md +++ b/.github/README.md @@ -116,11 +116,11 @@ go get -u github.com/gofiber/fiber/v2 ## 🎯 Features - Robust [routing](https://docs.gofiber.io/routing) -- Serve [static files](https://docs.gofiber.io/application#static) +- Serve [static files](https://docs.gofiber.io/api/app#static) - Extreme [performance](https://docs.gofiber.io/benchmarks) - [Low memory](https://docs.gofiber.io/benchmarks) footprint -- [API endpoints](https://docs.gofiber.io/context) -- [Middleware](https://docs.gofiber.io/middleware) & [Next](https://docs.gofiber.io/context#next) support +- [API endpoints](https://docs.gofiber.io/api/ctx) +- [Middleware](https://docs.gofiber.io/middleware) & [Next](https://docs.gofiber.io/api/ctx#next) support - [Rapid](https://dev.to/koddr/welcome-to-fiber-an-express-js-styled-fastest-web-framework-written-with-on-golang-497) server-side programming - [Template engines](https://github.com/gofiber/template) - [WebSocket support](https://github.com/gofiber/websocket) @@ -181,7 +181,7 @@ func main() { ``` -#### 📖 [**Serving Static Files**](https://docs.gofiber.io/application#static) +#### 📖 [**Serving Static Files**](https://docs.gofiber.io/api/app#static) ```go func main() { @@ -203,7 +203,7 @@ func main() { ``` -#### 📖 [**Middleware & Next**](https://docs.gofiber.io/context#next) +#### 📖 [**Middleware & Next**](https://docs.gofiber.io/api/ctx#next) ```go func main() { diff --git a/.github/README_de.md b/.github/README_de.md index b1fe8961..eeeecc73 100644 --- a/.github/README_de.md +++ b/.github/README_de.md @@ -116,11 +116,11 @@ go get -u github.com/gofiber/fiber/v2 ## 🎯 Eigenschaften - Robustes [Routing](https://docs.gofiber.io/routing) -- Bereitstellen von [statischen Dateien](https://docs.gofiber.io/application#static) +- Bereitstellen von [statischen Dateien](https://docs.gofiber.io/api/app#static) - Extreme [Performance](https://docs.gofiber.io/benchmarks) - [Geringe Arbeitsspeicher](https://docs.gofiber.io/benchmarks) verwendung -- Express [API Endpunkte](https://docs.gofiber.io/context) -- [Middleware](https://docs.gofiber.io/middleware) & [Next](https://docs.gofiber.io/context#next) Support +- Express [API Endpunkte](https://docs.gofiber.io/api/ctx) +- [Middleware](https://docs.gofiber.io/middleware) & [Next](https://docs.gofiber.io/api/ctx#next) Support - [Schnelle](https://dev.to/koddr/welcome-to-fiber-an-express-js-styled-fastest-web-framework-written-with-on-golang-497) serverseitige Programmierung - [Template engines](https://github.com/gofiber/template) - [WebSocket support](https://github.com/gofiber/websocket) @@ -181,7 +181,7 @@ func main() { ``` -#### 📖 [**Serving Static Files**](https://docs.gofiber.io/application#static) +#### 📖 [**Serving Static Files**](https://docs.gofiber.io/api/app#static) ```go func main() { @@ -203,7 +203,7 @@ func main() { ``` -#### 📖 [**Middleware & Next**](https://docs.gofiber.io/context#next) +#### 📖 [**Middleware & Next**](https://docs.gofiber.io/api/ctx#next) ```go func main() { diff --git a/.github/README_es.md b/.github/README_es.md index 0584d110..93a5946c 100644 --- a/.github/README_es.md +++ b/.github/README_es.md @@ -115,11 +115,11 @@ go get -u github.com/gofiber/fiber/v2 ## 🎯 Características - [Enrutamiento](https://docs.gofiber.io/routing) robusto -- Servir [archivos estáticos](https://docs.gofiber.io/application#static) +- Servir [archivos estáticos](https://docs.gofiber.io/api/app#static) - [Rendimiento](https://docs.gofiber.io/benchmarks) extremo - [Poca](https://docs.gofiber.io/benchmarks) huella de [memoria](https://docs.gofiber.io/benchmarks) -- [Puntos finales de API](https://docs.gofiber.io/context) Express -- Middleware y [próximo](https://docs.gofiber.io/context#next) soporte +- [Puntos finales de API](https://docs.gofiber.io/api/ctx) Express +- Middleware y [próximo](https://docs.gofiber.io/api/ctx#next) soporte - Programación [rápida](https://dev.to/koddr/welcome-to-fiber-an-express-js-styled-fastest-web-framework-written-with-on-golang-497) del lado del servidor - [Template engines](https://github.com/gofiber/template) - [WebSocket support](https://github.com/gofiber/websocket) @@ -178,7 +178,7 @@ func main() { ``` -#### 📖 [**Serving Static Files**](https://docs.gofiber.io/application#static) +#### 📖 [**Serving Static Files**](https://docs.gofiber.io/api/app#static) ```go func main() { @@ -200,7 +200,7 @@ func main() { ``` -#### 📖 [**Middleware & Next**](https://docs.gofiber.io/context#next) +#### 📖 [**Middleware & Next**](https://docs.gofiber.io/api/ctx#next) ```go func main() { diff --git a/.github/README_fr.md b/.github/README_fr.md index 10f398fe..648d3d40 100644 --- a/.github/README_fr.md +++ b/.github/README_fr.md @@ -116,11 +116,11 @@ go get -u github.com/gofiber/fiber/v2 ## 🎯 Features - [Routing](https://docs.gofiber.io/routing) robuste -- Serve [static files](https://docs.gofiber.io/application#static) +- Serve [static files](https://docs.gofiber.io/api/app#static) - [Performances](https://docs.gofiber.io/benchmarks) extrêmes - [Faible empreinte mémoire](https://docs.gofiber.io/benchmarks) -- [API endpoints](https://docs.gofiber.io/context) -- Middleware & [Next](https://docs.gofiber.io/context#next) support +- [API endpoints](https://docs.gofiber.io/api/ctx) +- Middleware & [Next](https://docs.gofiber.io/api/ctx#next) support - Programmation côté serveur [rapide](https://dev.to/koddr/welcome-to-fiber-an-express-js-styled-fastest-web-framework-written-with-on-golang-497) - [Template engines](https://github.com/gofiber/template) - [WebSocket support](https://github.com/gofiber/websocket) @@ -181,7 +181,7 @@ func main() { ``` -#### 📖 [**Serving Static Files**](https://docs.gofiber.io/application#static) +#### 📖 [**Serving Static Files**](https://docs.gofiber.io/api/app#static) ```go func main() { @@ -203,7 +203,7 @@ func main() { ``` -#### 📖 [**Middleware & Next**](https://docs.gofiber.io/context#next) +#### 📖 [**Middleware & Next**](https://docs.gofiber.io/api/ctx#next) ```go func main() { diff --git a/.github/README_he.md b/.github/README_he.md index a9a00ee0..6fe8b637 100644 --- a/.github/README_he.md +++ b/.github/README_he.md @@ -139,11 +139,11 @@ go get -u github.com/gofiber/fiber/v2
- [ניתוב](https://docs.gofiber.io/routing) רובסטי -- הנגשת [קבצים סטטיים](https://docs.gofiber.io/application#static) +- הנגשת [קבצים סטטיים](https://docs.gofiber.io/api/app#static) - [ביצועים](https://docs.gofiber.io/benchmarks) גבוהים במיוחד - צורך כמות [זכרון קטנה](https://docs.gofiber.io/benchmarks) -- [נקודות קצה עבור API](https://docs.gofiber.io/context) -- תמיכה ב-[Middleware](https://docs.gofiber.io/middleware) & [Next](https://docs.gofiber.io/context#next) +- [נקודות קצה עבור API](https://docs.gofiber.io/api/ctx) +- תמיכה ב-[Middleware](https://docs.gofiber.io/middleware) & [Next](https://docs.gofiber.io/api/ctx#next) - תכנות [מהיר](https://dev.to/koddr/welcome-to-fiber-an-express-js-styled-fastest-web-framework-written-with-on-golang-497) של צד שרת - [מנועי תבניות](https://docs.gofiber.io/middleware#template) - [תמיכה ב-WebSocket](https://github.com/gofiber/websocket) @@ -236,7 +236,7 @@ func main() {
-#### 📖 [**Serving Static Files**](https://docs.gofiber.io/application#static) +#### 📖 [**Serving Static Files**](https://docs.gofiber.io/api/app#static)
@@ -262,7 +262,7 @@ func main() {
-#### 📖 [**Middleware & Next**](https://docs.gofiber.io/context#next) +#### 📖 [**Middleware & Next**](https://docs.gofiber.io/api/ctx#next)
diff --git a/.github/README_id.md b/.github/README_id.md index 985c84fb..970bd8ef 100644 --- a/.github/README_id.md +++ b/.github/README_id.md @@ -116,11 +116,11 @@ go get -u github.com/gofiber/fiber/v2 ## 🎯 Fitur - Sistem [Routing](https://docs.gofiber.io/routing) yang solid -- Serve [file statis](https://docs.gofiber.io/application#static) +- Serve [file statis](https://docs.gofiber.io/api/app#static) - [Kinerja](https://docs.gofiber.io/benchmarks) ekstrim - [Penggunaan memori](https://docs.gofiber.io/benchmarks) yang kecil -- Cocok untuk [API](https://docs.gofiber.io/context) -- Mendukung Middleware & [Next](https://docs.gofiber.io/context#next) seperti Express +- Cocok untuk [API](https://docs.gofiber.io/api/ctx) +- Mendukung Middleware & [Next](https://docs.gofiber.io/api/ctx#next) seperti Express - Kembangkan aplikasi dengan [Cepat](https://dev.to/koddr/welcome-to-fiber-an-express-js-styled-fastest-web-framework-written-with-on-golang-497) - [Template engines](https://github.com/gofiber/template) - [WebSocket support](https://github.com/gofiber/websocket) @@ -181,7 +181,7 @@ func main() { ``` -#### 📖 [**Serving File Static**](https://docs.gofiber.io/application#static) +#### 📖 [**Serving File Static**](https://docs.gofiber.io/api/app#static) ```go func main() { @@ -203,7 +203,7 @@ func main() { ``` -#### 📖 [**Middleware & Next**](https://docs.gofiber.io/context#next) +#### 📖 [**Middleware & Next**](https://docs.gofiber.io/api/ctx#next) ```go func main() { diff --git a/.github/README_ja.md b/.github/README_ja.md index f08c14eb..00ed1a79 100644 --- a/.github/README_ja.md +++ b/.github/README_ja.md @@ -118,11 +118,11 @@ go get -u github.com/gofiber/fiber/v2 ## 🎯 機能 - 堅牢な[ルーティング](https://docs.gofiber.io/routing) -- [静的ファイル](https://docs.gofiber.io/application#static)のサポート +- [静的ファイル](https://docs.gofiber.io/api/app#static)のサポート - 究極の[パフォーマンス](https://docs.gofiber.io/benchmarks) - [低メモリ](https://docs.gofiber.io/benchmarks)フットプリント -- Express [API エンドポイント](https://docs.gofiber.io/context) -- Middleware と[Next](https://docs.gofiber.io/context#next)のサポート +- Express [API エンドポイント](https://docs.gofiber.io/api/ctx) +- Middleware と[Next](https://docs.gofiber.io/api/ctx#next)のサポート - [迅速](https://dev.to/koddr/welcome-to-fiber-an-express-js-styled-fastest-web-framework-written-with-on-golang-497)なサーバーサイドプログラミング - [Template engines](https://github.com/gofiber/template) - [WebSocket support](https://github.com/gofiber/websocket) @@ -184,7 +184,7 @@ func main() { ``` -#### 📖 [**Serving Static Files**](https://docs.gofiber.io/application#static) +#### 📖 [**Serving Static Files**](https://docs.gofiber.io/api/app#static) ```go func main() { @@ -206,7 +206,7 @@ func main() { ``` -#### 📖 [**Middleware & Next**](https://docs.gofiber.io/context#next) +#### 📖 [**Middleware & Next**](https://docs.gofiber.io/api/ctx#next) ```go func main() { diff --git a/.github/README_ko.md b/.github/README_ko.md index e7b8eb7c..5e5d015a 100644 --- a/.github/README_ko.md +++ b/.github/README_ko.md @@ -116,11 +116,11 @@ go get -u github.com/gofiber/fiber/v2 ## 🎯 특징 - 견고한 [라우팅](https://docs.gofiber.io/routing) -- [정적 파일](https://docs.gofiber.io/application#static) 제공 +- [정적 파일](https://docs.gofiber.io/api/app#static) 제공 - 뛰어난 [성능](https://docs.gofiber.io/benchmarks) - [적은 메모리](https://docs.gofiber.io/benchmarks) 공간 -- [API 엔드포인트](https://docs.gofiber.io/context) -- 미들웨어 & [Next](https://docs.gofiber.io/context#next) 지원 +- [API 엔드포인트](https://docs.gofiber.io/api/ctx) +- 미들웨어 & [Next](https://docs.gofiber.io/api/ctx#next) 지원 - [빠른](https://dev.to/koddr/welcome-to-fiber-an-express-js-styled-fastest-web-framework-written-with-on-golang-497) 서버 사이드 프로그래밍 - [Template engines](https://github.com/gofiber/template) - [WebSocket support](https://github.com/gofiber/websocket) @@ -185,7 +185,7 @@ func main() { ``` -#### 📖 [**Serving Static Files**](https://docs.gofiber.io/application#static) +#### 📖 [**Serving Static Files**](https://docs.gofiber.io/api/app#static) ```go func main() { @@ -207,7 +207,7 @@ func main() { ``` -#### 📖 [**Middleware & Next**](https://docs.gofiber.io/context#next) +#### 📖 [**Middleware & Next**](https://docs.gofiber.io/api/ctx#next) ```go func main() { diff --git a/.github/README_nl.md b/.github/README_nl.md index bbdf91cc..c65523e9 100644 --- a/.github/README_nl.md +++ b/.github/README_nl.md @@ -116,11 +116,11 @@ go get -u github.com/gofiber/fiber/v2 ## 🎯 Features - Robuuste [routing](https://fiber.wiki/routing) -- Serveer [statische bestanden](https://fiber.wiki/application#static) +- Serveer [statische bestanden](https://docs.gofiber.io/api/app#static) - Extreme [prestaties](https://fiber.wiki/benchmarks) - [Weinig geheugenruimte](https://fiber.wiki/benchmarks) -- [API endpoints](https://fiber.wiki/context) -- [Middleware](https://fiber.wiki/middleware) & [Next](https://fiber.wiki/context#next) ondersteuning +- [API endpoints](https://docs.gofiber.io/api/ctx) +- [Middleware](https://fiber.wiki/middleware) & [Next](https://docs.gofiber.io/api/ctx#next) ondersteuning - [Snelle](https://dev.to/koddr/welcome-to-fiber-an-express-js-styled-fastest-web-framework-written-with-on-golang-497) server-side programmering - [Template engines](https://fiber.wiki/middleware#template) - [WebSocket ondersteuning](https://fiber.wiki/middleware#websocket) @@ -185,7 +185,7 @@ func main() { ``` -#### 📖 [**Serving Static Files**](https://docs.gofiber.io/application#static) +#### 📖 [**Serving Static Files**](https://docs.gofiber.io/api/app#static) ```go func main() { @@ -207,7 +207,7 @@ func main() { ``` -#### 📖 [**Middleware & Next**](https://docs.gofiber.io/context#next) +#### 📖 [**Middleware & Next**](https://docs.gofiber.io/api/ctx#next) ```go func main() { diff --git a/.github/README_pt.md b/.github/README_pt.md index 7209493a..50de4785 100644 --- a/.github/README_pt.md +++ b/.github/README_pt.md @@ -116,11 +116,11 @@ go get -u github.com/gofiber/fiber/v2 ## 🎯 Recursos - [Roteamento](https://docs.gofiber.io/routing) robusto -- Servir [arquivos estáticos](https://docs.gofiber.io/application#static) +- Servir [arquivos estáticos](https://docs.gofiber.io/api/app#static) - [Desempenho](https://docs.gofiber.io/benchmarks) extremo - [Baixo consumo de memória](https://docs.gofiber.io/benchmarks) -- [API de rotas](https://docs.gofiber.io/context) -- Suporte à Middleware e [Next](https://docs.gofiber.io/context#next) +- [API de rotas](https://docs.gofiber.io/api/ctx) +- Suporte à Middleware e [Next](https://docs.gofiber.io/api/ctx#next) - Programação [rápida](https://dev.to/koddr/welcome-to-fiber-an-express-js-styled-fastest-web-framework-written-with-on-golang-497) de aplicações de servidor - [Templates](https://github.com/gofiber/template) - [Suporte à WebSockets](https://github.com/gofiber/websocket) @@ -181,7 +181,7 @@ func main() { ``` -#### 📖 [**Servindo arquivos estáticos**](https://docs.gofiber.io/application#static) +#### 📖 [**Servindo arquivos estáticos**](https://docs.gofiber.io/api/app#static) ```go func main() { @@ -203,7 +203,7 @@ func main() { ``` -#### 📖 [**Middleware & Next**](https://docs.gofiber.io/context#next) +#### 📖 [**Middleware & Next**](https://docs.gofiber.io/api/ctx#next) ```go func main() { diff --git a/.github/README_ru.md b/.github/README_ru.md index 84e347bf..05b1bcc6 100644 --- a/.github/README_ru.md +++ b/.github/README_ru.md @@ -116,11 +116,11 @@ go get -u github.com/gofiber/fiber/v2 ## 🎯 Особенности - Надежная [маршрутизация](https://docs.gofiber.io/routing) -- Доступ к [статичным файлам](https://docs.gofiber.io/application#static) +- Доступ к [статичным файлам](https://docs.gofiber.io/api/app#static) - Экстремальная [производительность](https://docs.gofiber.io/benchmarks) - [Низкий объем потребления памяти](https://docs.gofiber.io/benchmarks) -- [Эндпоинты](https://docs.gofiber.io/context), как в [API](https://docs.gofiber.io/context) Express -- [Middleware](https://docs.gofiber.io/middleware) и поддержка [Next](https://docs.gofiber.io/context#next) +- [Эндпоинты](https://docs.gofiber.io/context), как в [API](https://docs.gofiber.io/api/ctx) Express +- [Middleware](https://docs.gofiber.io/middleware) и поддержка [Next](https://docs.gofiber.io/api/ctx#next) - [Быстрое](https://dev.to/koddr/welcome-to-fiber-an-express-js-styled-fastest-web-framework-written-with-on-golang-497) программирование на стороне сервера - [Template engines](https://github.com/gofiber/template) - [Поддержка WebSocket](https://github.com/gofiber/websocket) @@ -181,7 +181,7 @@ func main() { ``` -#### 📖 [**Serving Static Files**](https://docs.gofiber.io/application#static) +#### 📖 [**Serving Static Files**](https://docs.gofiber.io/api/app#static) ```go func main() { @@ -203,7 +203,7 @@ func main() { ``` -#### 📖 [**Middleware & Next**](https://docs.gofiber.io/context#next) +#### 📖 [**Middleware & Next**](https://docs.gofiber.io/api/ctx#next) ```go func main() { diff --git a/.github/README_sa.md b/.github/README_sa.md index 00bc6ab5..e5af4dcc 100644 --- a/.github/README_sa.md +++ b/.github/README_sa.md @@ -132,11 +132,11 @@ go get -u github.com/gofiber/fiber/v2 ## 🎯 الميزات - قوي [routing](https://docs.gofiber.io/routing) -- يقدم خدمة [static files](https://docs.gofiber.io/application#static) +- يقدم خدمة [static files](https://docs.gofiber.io/api/app#static) - أقصى [أداء](https://docs.gofiber.io/benchmarks) - [ذاكرة منخفضة](https://docs.gofiber.io/benchmarks) -- [API endpoints](https://docs.gofiber.io/context) -- [Middleware](https://docs.gofiber.io/middleware) & [Next](https://docs.gofiber.io/context#next) مدعوم +- [API endpoints](https://docs.gofiber.io/api/ctx) +- [Middleware](https://docs.gofiber.io/middleware) & [Next](https://docs.gofiber.io/api/ctx#next) مدعوم - [سريع](https://dev.to/koddr/welcome-to-fiber-an-express-js-styled-fastest-web-framework-written-with-on-golang-497) server-side programming - [Template engines](https://github.com/gofiber/template) - [WebSocket دعم](https://github.com/gofiber/websocket) @@ -202,7 +202,7 @@ func main() {
-#### 📖 [**Serving Static Files**](https://docs.gofiber.io/application#static) +#### 📖 [**Serving Static Files**](https://docs.gofiber.io/api/app#static)
@@ -228,7 +228,7 @@ func main() {
-#### 📖 [**Middleware & Next**](https://docs.gofiber.io/context#next) +#### 📖 [**Middleware & Next**](https://docs.gofiber.io/api/ctx#next)
diff --git a/.github/README_tr.md b/.github/README_tr.md index 8627b3fd..15a422a2 100644 --- a/.github/README_tr.md +++ b/.github/README_tr.md @@ -116,11 +116,11 @@ go get -u github.com/gofiber/fiber/v2 ## 🎯 Özellikler - Güçlü [rotalar](https://docs.gofiber.io/routing) -- [Statik dosya](https://docs.gofiber.io/application#static) yönetimi +- [Statik dosya](https://docs.gofiber.io/api/app#static) yönetimi - Olağanüstü [performans](https://docs.gofiber.io/benchmarks) - [Düşük bellek](https://docs.gofiber.io/benchmarks) tüketimi -- [API uç noktaları](https://docs.gofiber.io/context) -- Ara katman & [Sonraki](https://docs.gofiber.io/context#next) desteği +- [API uç noktaları](https://docs.gofiber.io/api/ctx) +- Ara katman & [Sonraki](https://docs.gofiber.io/api/ctx#next) desteği - [Hızlı](https://dev.to/koddr/welcome-to-fiber-an-express-js-styled-fastest-web-framework-written-with-on-golang-497) sunucu taraflı programlama - [Template engines](https://github.com/gofiber/template) - [WebSocket support](https://github.com/gofiber/websocket) @@ -179,7 +179,7 @@ func main() { ``` -#### 📖 [**Serving Static Files**](https://docs.gofiber.io/application#static) +#### 📖 [**Serving Static Files**](https://docs.gofiber.io/api/app#static) ```go func main() { @@ -201,7 +201,7 @@ func main() { ``` -#### 📖 [**Middleware & Next**](https://docs.gofiber.io/context#next) +#### 📖 [**Middleware & Next**](https://docs.gofiber.io/api/ctx#next) ```go func main() { diff --git a/.github/README_zh-CN.md b/.github/README_zh-CN.md index 828b67a0..b4df861a 100644 --- a/.github/README_zh-CN.md +++ b/.github/README_zh-CN.md @@ -115,11 +115,11 @@ go get -u github.com/gofiber/fiber/v2 ## 🎯 特点 - 强大的[路由](https://docs.gofiber.io/routing) -- [静态文件](https://docs.gofiber.io/application#static)服务 +- [静态文件](https://docs.gofiber.io/api/app#static)服务 - 极限[表现](https://docs.gofiber.io/benchmarks) - [内存占用低](https://docs.gofiber.io/benchmarks) -- [API 接口](https://docs.gofiber.io/context) -- [中间件](https://docs.gofiber.io/middleware)和[Next](https://docs.gofiber.io/context#next)支持 +- [API 接口](https://docs.gofiber.io/api/ctx) +- [中间件](https://docs.gofiber.io/middleware)和[Next](https://docs.gofiber.io/api/ctx#next)支持 - [快速](https://dev.to/koddr/welcome-to-fiber-an-express-js-styled-fastest-web-framework-written-with-on-golang-497)服务器端编程 - [模版引擎](https://github.com/gofiber/template) - [WebSocket 支持](https://github.com/gofiber/websocket) @@ -180,7 +180,7 @@ func main() { ``` -#### 📖 [**静态文件**](https://docs.gofiber.io/application#static)服务 +#### 📖 [**静态文件**](https://docs.gofiber.io/api/app#static)服务 ```go func main() { @@ -202,7 +202,7 @@ func main() { ``` -#### 📖 [**中间件**](https://docs.gofiber.io/middleware)和[**Next**](https://docs.gofiber.io/context#next) +#### 📖 [**中间件**](https://docs.gofiber.io/middleware)和[**Next**](https://docs.gofiber.io/api/ctx#next) ```go func main() { diff --git a/.github/README_zh-TW.md b/.github/README_zh-TW.md index 461c5548..e48a2332 100644 --- a/.github/README_zh-TW.md +++ b/.github/README_zh-TW.md @@ -116,11 +116,11 @@ go get -u github.com/gofiber/fiber/v2 ## 🎯 功能 - 強大的[路由](https://docs.gofiber.io/routing) -- [靜態檔案](https://docs.gofiber.io/application#static)服務 +- [靜態檔案](https://docs.gofiber.io/api/app#static)服務 - [超快速](https://docs.gofiber.io/benchmarks) - [佔用很少記憶體](https://docs.gofiber.io/benchmarks) -- 支援 Express 的[API](https://docs.gofiber.io/context) -- 支援中介器和[下一步](https://docs.gofiber.io/context#next) +- 支援 Express 的[API](https://docs.gofiber.io/api/ctx) +- 支援中介器和[下一步](https://docs.gofiber.io/api/ctx#next) - [立即上手](https://dev.to/koddr/welcome-to-fiber-an-express-js-styled-fastest-web-framework-written-with-on-golang-497) - [樣板引擎](https://github.com/gofiber/template) - 支援[WebSocket](https://github.com/gofiber/websocket) @@ -183,7 +183,7 @@ func main() { ``` -#### 📖 [**Serving Static Files**](https://docs.gofiber.io/application#static) +#### 📖 [**Serving Static Files**](https://docs.gofiber.io/api/app#static) ```go func main() { @@ -205,7 +205,7 @@ func main() { ``` -#### 📖 [**Middleware & Next**](https://docs.gofiber.io/context#next) +#### 📖 [**Middleware & Next**](https://docs.gofiber.io/api/ctx#next) ```go func main() {