Skip to content

Commit

Permalink
docs: add docs for new client
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneWerner87 committed May 12, 2024
1 parent e2f60ac commit a245aa9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/client/_category_.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"label": "\uD83D\uDCD6 Client",
"label": "\uD83C\uDF0E Client",
"position": 5,
"link": {
"type": "generated-index",
"description": "HTTP client for Fiber."
}
}
}
2 changes: 1 addition & 1 deletion docs/client/request.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: request
title: 🌎 Request
title: 📤 Request
description: >-
Request methods of Gofiber HTTP client.
sidebar_position: 2
Expand Down
2 changes: 1 addition & 1 deletion docs/client/response.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: response
title: 🌎 Response
title: 📥 Response
description: >-
Response methods of Gofiber HTTP client.
sidebar_position: 3
Expand Down
4 changes: 2 additions & 2 deletions docs/client/client.md → docs/client/rest.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: client
title: 🌎 Client
id: rest
title: 🖥️ REST
description: >-
HTTP client for Gofiber.
sidebar_position: 1
Expand Down

0 comments on commit a245aa9

Please sign in to comment.