🐛 [Bug-Fix] Fix all inaccessible links in docs (#2349)

Fix all inaccessible links in docs
pull/2353/head
skyenought 2023-03-01 01:14:41 +08:00 committed by GitHub
parent 19aa55da38
commit a70b8612b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
18 changed files with 56 additions and 49 deletions

6
.github/README.md vendored
View File

@ -128,12 +128,12 @@ go get -u github.com/gofiber/fiber/v2
## 🎯 Features
- Robust [routing](https://docs.gofiber.io/routing)
- Robust [routing](https://docs.gofiber.io/guide/routing)
- Serve [static files](https://docs.gofiber.io/api/app#static)
- Extreme [performance](https://docs.gofiber.io/extra/benchmarks)
- [Low memory](https://docs.gofiber.io/extra/benchmarks) footprint
- [API endpoints](https://docs.gofiber.io/api/ctx)
- [Middleware](https://docs.gofiber.io/middleware) & [Next](https://docs.gofiber.io/api/ctx#next) support
- [Middleware](https://docs.gofiber.io/category/-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)
@ -440,7 +440,7 @@ func main() {
### JSON Response
📖 [JSON](https://docs.gofiber.io/ctx#json)
📖 [JSON](https://docs.gofiber.io/api/ctx#json)
```go
type User struct {

View File

@ -124,12 +124,12 @@ go get -u github.com/gofiber/fiber/v2
## 🎯 تایبەتمەندییەکان
- [ناونیشانی ئاڵۆز](https://docs.gofiber.io/routing)
- [ناونیشانی ئاڵۆز](https://docs.gofiber.io/guide/routing)
- [فایلی جێگیر](https://docs.gofiber.io/api/app#static)
- [خێراییەکی](https://docs.gofiber.io/extra/benchmarks) بێوێنە
- بەکارهێنانی [میمۆریی کەم](https://docs.gofiber.io/extra/benchmarks)
- توانای هەبوونی لقی [API](https://docs.gofiber.io/api/ctx)
- پشتگیریی [Middleware](https://docs.gofiber.io/middleware) و [Next](https://docs.gofiber.io/api/ctx#next) وەک Express
- پشتگیریی [Middleware](https://docs.gofiber.io/category/-middleware) و [Next](https://docs.gofiber.io/api/ctx#next) وەک Express
- پڕۆگرامکردنی [خێرا](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)
@ -439,7 +439,7 @@ func main() {
### وەڵامی JSON
📖 [JSON](https://docs.gofiber.io/ctx#json)
📖 [JSON](https://docs.gofiber.io/api/ctx#json)
```go
type User struct {

View File

@ -124,12 +124,12 @@ go get -u github.com/gofiber/fiber/v2
## 🎯 Eigenschaften
- Robustes [Routing](https://docs.gofiber.io/routing)
- Robustes [Routing](https://docs.gofiber.io/guide/routing)
- Bereitstellen von [statischen Dateien](https://docs.gofiber.io/api/app#static)
- Extreme [Performance](https://docs.gofiber.io/extra/benchmarks)
- [Geringe Arbeitsspeichernutzung](https://docs.gofiber.io/extra/benchmarks)
- Express [API Endpunkte](https://docs.gofiber.io/api/ctx)
- [Middleware](https://docs.gofiber.io/middleware) & [Next](https://docs.gofiber.io/api/ctx#next) Support
- [Middleware](https://docs.gofiber.io/category/-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)
@ -434,7 +434,7 @@ func main() {
### JSON Response
📖 [JSON](https://docs.gofiber.io/ctx#json)
📖 [JSON](https://docs.gofiber.io/api/ctx#json)
```go
type User struct {

View File

@ -124,7 +124,7 @@ go get -u github.com/gofiber/fiber/v2
## 🎯 Características
- [Enrutamiento](https://docs.gofiber.io/routing) robusto
- [Enrutamiento](https://docs.gofiber.io/guide/routing) robusto
- Servir [archivos estáticos](https://docs.gofiber.io/api/app#static)
- [Rendimiento](https://docs.gofiber.io/extra/benchmarks) extremo
- [Bajo](https://docs.gofiber.io/extra/benchmarks) uso de [memoria](https://docs.gofiber.io/extra/benchmarks)
@ -434,7 +434,7 @@ func main() {
### Respuesta JSON
📖 [JSON](https://docs.gofiber.io/ctx#json)
📖 [JSON](https://docs.gofiber.io/api/ctx#json)
```go
type User struct {

View File

@ -153,12 +153,12 @@ go get -u github.com/gofiber/fiber/v2
</br>
- [مسیریابی](https://docs.gofiber.io/routing) قدرتمند
- [مسیریابی](https://docs.gofiber.io/guide/routing) قدرتمند
- Serve [پرونده های ثابت](https://docs.gofiber.io/api/app#static)
- حداکثر [عملکرد](https://docs.gofiber.io/extra/benchmarks)
- مصرف [حافظه کم](https://docs.gofiber.io/extra/benchmarks)
- قابلیت [API endpoints](https://docs.gofiber.io/api/ctx)
- پشتیبانی از [Middleware](https://docs.gofiber.io/middleware) & [Next](https://docs.gofiber.io/api/ctx#next)
- پشتیبانی از [Middleware](https://docs.gofiber.io/category/-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) اختصاصی
- [پشتیبانی از وب سوکت](https://github.com/gofiber/websocket)
@ -530,7 +530,7 @@ func main() {
### JSON Response
📖 [JSON](https://docs.gofiber.io/ctx#json)
📖 [JSON](https://docs.gofiber.io/api/ctx#json)
<div dir="ltr">

View File

@ -124,7 +124,7 @@ go get -u github.com/gofiber/fiber/v2
## 🎯 Features
- [Routing](https://docs.gofiber.io/routing) robuste
- [Routing](https://docs.gofiber.io/guide/routing) robuste
- Serve [static files](https://docs.gofiber.io/api/app#static)
- [Performances](https://docs.gofiber.io/extra/benchmarks) extrêmes
- [Faible empreinte mémoire](https://docs.gofiber.io/extra/benchmarks)
@ -436,7 +436,7 @@ func main() {
### JSON Response
📖 [JSON](https://docs.gofiber.io/ctx#json)
📖 [JSON](https://docs.gofiber.io/api/ctx#json)
```go
type User struct {

View File

@ -147,14 +147,14 @@ go get -u github.com/gofiber/fiber/v2
<div dir="rtl">
- [ניתוב](https://docs.gofiber.io/routing) רובסטי
- [ניתוב](https://docs.gofiber.io/guide/routing) רובסטי
- הנגשת [קבצים סטטיים](https://docs.gofiber.io/api/app#static)
- [ביצועים](https://docs.gofiber.io/extra/benchmarks) גבוהים במיוחד
- צורך כמות [זכרון קטנה](https://docs.gofiber.io/extra/benchmarks)
- [נקודות קצה עבור API](https://docs.gofiber.io/api/ctx)
- תמיכה ב-[Middleware](https://docs.gofiber.io/middleware) & [Next](https://docs.gofiber.io/api/ctx#next)
- תמיכה ב-[Middleware](https://docs.gofiber.io/category/-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)
- [מנועי תבניות](https://docs.gofiber.io/category/-middleware#template)
- [תמיכה ב-WebSocket](https://github.com/gofiber/websocket)
- [Server-Sent events](https://github.com/gofiber/recipes/tree/master/sse)
- [הגבלת קצבים ובקשות](https://docs.gofiber.io/api/middleware/limiter)
@ -526,7 +526,7 @@ func main() {
### תגובת JSON
📖 [JSON](https://docs.gofiber.io/ctx#json)
📖 [JSON](https://docs.gofiber.io/api/ctx#json)
<div dir="ltr">

View File

@ -124,7 +124,7 @@ go get -u github.com/gofiber/fiber/v2
## 🎯 Fitur
- Sistem [Routing](https://docs.gofiber.io/routing) yang padu
- Sistem [Routing](https://docs.gofiber.io/guide/routing) yang padu
- Menyajikan [file statis](https://docs.gofiber.io/api/app#static)
- [Kinerja](https://docs.gofiber.io/extra/benchmarks) ekstrim
- [Penggunaan memori](https://docs.gofiber.io/extra/benchmarks) yang kecil
@ -437,7 +437,7 @@ func main() {
### JSON Response
📖 [JSON](https://docs.gofiber.io/ctx#json)
📖 [JSON](https://docs.gofiber.io/api/ctx#json)
```go
type User struct {

View File

@ -124,7 +124,7 @@ go get -u github.com/gofiber/fiber/v2
## 🎯 Caratteristiche
- [Routing](https://docs.gofiber.io/routing) solido
- [Routing](https://docs.gofiber.io/guide/routing) solido
- Serve [file statici](https://docs.gofiber.io/api/app#static)
- [Perfomance](https://docs.gofiber.io/extra/benchmarks) estreme
- [Basso](https://docs.gofiber.io/extra/benchmarks) utilizzo di [memoria](https://docs.gofiber.io/extra/benchmarks)
@ -435,7 +435,7 @@ func main() {
### Risposte JSON
📖 [JSON](https://docs.gofiber.io/ctx#json)
📖 [JSON](https://docs.gofiber.io/api/ctx#json)
```go
type User struct {

View File

@ -125,7 +125,7 @@ go get -u github.com/gofiber/fiber/v2
## 🎯 機能
- 堅牢な[ルーティング](https://docs.gofiber.io/routing)
- 堅牢な[ルーティング](https://docs.gofiber.io/guide/routing)
- [静的ファイル](https://docs.gofiber.io/api/app#static)のサポート
- 究極の[パフォーマンス](https://docs.gofiber.io/extra/benchmarks)
- [低メモリ](https://docs.gofiber.io/extra/benchmarks)フットプリント
@ -439,7 +439,7 @@ func main() {
### JSON Response
📖 [JSON](https://docs.gofiber.io/ctx#json)
📖 [JSON](https://docs.gofiber.io/api/ctx#json)
```go
type User struct {

View File

@ -124,7 +124,7 @@ go get -u github.com/gofiber/fiber/v2
## 🎯 특징
- 견고한 [라우팅](https://docs.gofiber.io/routing)
- 견고한 [라우팅](https://docs.gofiber.io/guide/routing)
- [정적 파일](https://docs.gofiber.io/api/app#static) 제공
- 뛰어난 [성능](https://docs.gofiber.io/extra/benchmarks)
- [적은 메모리](https://docs.gofiber.io/extra/benchmarks) 공간
@ -440,7 +440,7 @@ func main() {
### JSON Response
📖 [JSON](https://docs.gofiber.io/ctx#json)
📖 [JSON](https://docs.gofiber.io/api/ctx#json)
```go
type User struct {

View File

@ -124,17 +124,17 @@ go get -u github.com/gofiber/fiber/v2
## 🎯 Features
- Robuuste [routing](https://docs.gofiber.io/routing)
- Robuuste [routing](https://docs.gofiber.io/guide/routing)
- Serveer [statische bestanden](https://docs.gofiber.io/api/app#static)
- Extreme [prestaties](https://docs.gofiber.io/extra/benchmarks)
- [Weinig geheugenruimte](https://docs.gofiber.io/extra/benchmarks)
- [API endpoints](https://docs.gofiber.io/api/ctx)
- [Middleware](https://docs.gofiber.io/middleware) & [Next](https://docs.gofiber.io/api/ctx#next) ondersteuning
- [Middleware](https://docs.gofiber.io/category/-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://github.com/gofiber/template)
- [WebSocket ondersteuning](https://github.com/gofiber/websocket)
- [Server-Sent events](https://github.com/gofiber/recipes/tree/master/sse)
- [Rate Limiter](https://docs.gofiber.io/middleware/limiter)
- [Rate Limiter](https://docs.gofiber.io/category/-middleware/limiter)
- Vertaald in [18 talen](https://docs.gofiber.io/)
- En nog veel meer, [ontdek Fiber](https://docs.gofiber.io/)
@ -440,7 +440,7 @@ func main() {
### JSON Response
📖 [JSON](https://docs.gofiber.io/ctx#json)
📖 [JSON](https://docs.gofiber.io/api/ctx#json)
```go
type User struct {

View File

@ -124,7 +124,7 @@ go get -u github.com/gofiber/fiber/v2
## 🎯 Recursos
- [Roteamento](https://docs.gofiber.io/routing) robusto
- [Roteamento](https://docs.gofiber.io/guide/routing) robusto
- Servir [arquivos estáticos](https://docs.gofiber.io/api/app#static)
- [Desempenho](https://docs.gofiber.io/extra/benchmarks) extremo
- [Baixo consumo de memória](https://docs.gofiber.io/extra/benchmarks)
@ -434,7 +434,7 @@ func main() {
### Resposta JSON
📖 [JSON](https://docs.gofiber.io/ctx#json)
📖 [JSON](https://docs.gofiber.io/api/ctx#json)
```go
type User struct {

View File

@ -124,12 +124,12 @@ go get -u github.com/gofiber/fiber/v2
## 🎯 Особенности
- Надежная [маршрутизация](https://docs.gofiber.io/routing)
- Надежная [маршрутизация](https://docs.gofiber.io/guide/routing)
- Доступ к [статичным файлам](https://docs.gofiber.io/api/app#static)
- Экстремальная [производительность](https://docs.gofiber.io/extra/benchmarks)
- [Низкий объем потребления памяти](https://docs.gofiber.io/extra/benchmarks)
- [Эндпоинты](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)
- [Middleware](https://docs.gofiber.io/category/-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)
@ -436,7 +436,7 @@ func main() {
### JSON Response
📖 [JSON](https://docs.gofiber.io/ctx#json)
📖 [JSON](https://docs.gofiber.io/api/ctx#json)
```go
type User struct {

View File

@ -137,12 +137,12 @@ go get -u github.com/gofiber/fiber/v2
## 🎯 الميزات
- قوي [routing](https://docs.gofiber.io/routing)
- قوي [routing](https://docs.gofiber.io/guide/routing)
- يقدم خدمة [static files](https://docs.gofiber.io/api/app#static)
- أقصى [أداء](https://docs.gofiber.io/extra/benchmarks)
- [ذاكرة منخفضة](https://docs.gofiber.io/extra/benchmarks)
- [API endpoints](https://docs.gofiber.io/api/ctx)
- [Middleware](https://docs.gofiber.io/middleware) & [Next](https://docs.gofiber.io/api/ctx#next) مدعوم
- [Middleware](https://docs.gofiber.io/category/-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)
@ -490,7 +490,7 @@ func main() {
### JSON Response
📖 [JSON](https://docs.gofiber.io/ctx#json)
📖 [JSON](https://docs.gofiber.io/api/ctx#json)
<div dir="ltr" >

View File

@ -124,7 +124,7 @@ go get -u github.com/gofiber/fiber/v2
## 🎯 Özellikler
- Güçlü [routing](https://docs.gofiber.io/routing)
- Güçlü [routing](https://docs.gofiber.io/guide/routing)
- [Statik dosya](https://docs.gofiber.io/api/app#static) sunumu
- Olağanüstü [performans](https://docs.gofiber.io/extra/benchmarks)
- [Düşük bellek](https://docs.gofiber.io/extra/benchmarks) kullanımı
@ -434,7 +434,7 @@ func main() {
### JSON Yanıtları
📖 [JSON](https://docs.gofiber.io/ctx#json)
📖 [JSON](https://docs.gofiber.io/api/ctx#json)
```go
type User struct {

View File

@ -126,12 +126,12 @@ go get -u github.com/gofiber/fiber/v2
## 🎯 特点
- 强大的[路由](https://docs.gofiber.io/routing)
- 强大的[路由](https://docs.gofiber.io/guide/routing)
- [静态文件](https://docs.gofiber.io/api/app#static)服务
- 极致[性能](https://docs.gofiber.io/extra/benchmarks)
- [低内存占用](https://docs.gofiber.io/extra/benchmarks)
- [API 接口](https://docs.gofiber.io/api/ctx)
- 支持[中间件](https://docs.gofiber.io/middleware)和 [Next](https://docs.gofiber.io/api/ctx#next)
- 支持[中间件](https://docs.gofiber.io/category/-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)
@ -252,7 +252,7 @@ func main() {
```
#### 📖 [**中间件**](https://docs.gofiber.io/middleware)和 [**Next**](https://docs.gofiber.io/api/ctx#next)
#### 📖 [**中间件**](https://docs.gofiber.io/category/-middleware)和 [**Next**](https://docs.gofiber.io/api/ctx#next)
```go
func main() {
@ -442,7 +442,7 @@ func main() {
### JSON 响应
📖 [JSON](https://docs.gofiber.io/ctx#json)
📖 [JSON](https://docs.gofiber.io/api/ctx#json)
```go
type User struct {

View File

@ -128,13 +128,20 @@ go get -u github.com/gofiber/fiber/v2
## 🎯 特色
- 強固的[路由系統](https://docs.gofiber.io/routing)
- 強固的[路由系統](https://docs.gofiber.io/guide/routing)
- 可以寄存[靜態檔案](https://docs.gofiber.io/api/app#static)
- 疾速[效能](https://docs.gofiber.io/extra/benchmarks)
- 相當低的[記憶體使用量](https://docs.gofiber.io/extra/benchmarks)
- [API 端點](https://docs.gofiber.io/api/ctx)
- 支援 [中介模組](https://docs.gofiber.io/middleware) 和 [接續函式 (Next)](https://docs.gofiber.io/api/ctx#next)
- 支援 [中介模組](https://docs.gofiber.io/category/-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/guide/routing)
- [靜態檔案](https://docs.gofiber.io/api/app#static)服務
- [超快速](https://docs.gofiber.io/extra/benchmarks)
- [佔用很少記憶體](https://docs.gofiber.io/extra/benchmarks)
- 支援 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)
- [Server-Sent Events](https://github.com/gofiber/recipes/tree/master/sse)
@ -441,7 +448,7 @@ func main() {
### JSON 回應
📖 [JSON](https://docs.gofiber.io/ctx#json)
📖 [JSON](https://docs.gofiber.io/api/ctx#json)
```go
type User struct {