diff --git a/docs/client/_category_.json b/docs/client/_category_.json index 35fb941567..61fad7ac4e 100644 --- a/docs/client/_category_.json +++ b/docs/client/_category_.json @@ -1,8 +1,8 @@ { - "label": "\uD83D\uDCD6 Client", + "label": "\uD83C\uDF0E Client", "position": 5, "link": { "type": "generated-index", "description": "HTTP client for Fiber." } -} \ No newline at end of file +} diff --git a/docs/client/request.md b/docs/client/request.md index e85a18d320..18f286d1f1 100644 --- a/docs/client/request.md +++ b/docs/client/request.md @@ -1,6 +1,6 @@ --- id: request -title: 🌎 Request +title: 📤 Request description: >- Request methods of Gofiber HTTP client. sidebar_position: 2 diff --git a/docs/client/response.md b/docs/client/response.md index 9e14432a29..1a0329b0fb 100644 --- a/docs/client/response.md +++ b/docs/client/response.md @@ -1,6 +1,6 @@ --- id: response -title: 🌎 Response +title: 📥 Response description: >- Response methods of Gofiber HTTP client. sidebar_position: 3 diff --git a/docs/client/client.md b/docs/client/rest.md similarity index 99% rename from docs/client/client.md rename to docs/client/rest.md index e22249cb0f..fe6ab25f27 100644 --- a/docs/client/client.md +++ b/docs/client/rest.md @@ -1,6 +1,6 @@ --- -id: client -title: 🌎 Client +id: rest +title: 🖥️ REST description: >- HTTP client for Gofiber. sidebar_position: 1