📝 docs(utilities.mdx): update Utilities section in the sidebar to include the new "Utilities" page

📝 docs(sidebars.js): add "components/utilities" to the Components section in the sidebar
This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-08-22 17:43:15 -03:00
commit 7dc258d580
2 changed files with 10 additions and 1 deletions

View file

@ -10,7 +10,11 @@ import Admonition from "@theme/Admonition";
</p>
</Admonition>
### Get Request
Utilities are a set of actions that can be used to perform common tasks in a flow. They are available in the **Utilities** section in the sidebar.
---
### GET Request
Make a GET request to the given URL.
@ -23,6 +27,8 @@ Make a GET request to the given URL.
- **List of Documents:** A list of Documents containing the JSON response from each request.
---
### POST Request
Make a POST request to the given URL.
@ -37,6 +43,8 @@ Make a POST request to the given URL.
- **Document:** The JSON response from the request as a Document.
---
### Update Request
Make a PATCH or PUT request to the given URL.

View file

@ -42,6 +42,7 @@ module.exports = {
"components/text-splitters",
"components/toolkits",
"components/tools",
"components/utilities",
"components/vector-stores",
"components/wrappers",
],