From 4f2a14bed5cac455246ab5bcda223ac857671610 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Tue, 22 Aug 2023 17:46:07 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs(utilities.mdx):=20add=20hor?= =?UTF-8?q?izontal=20rule=20to=20improve=20readability=20and=20separation?= =?UTF-8?q?=20of=20content=20=F0=9F=93=9D=20docs(utilities.mdx):=20add=20d?= =?UTF-8?q?escription=20for=20JSON=20Document=20Builder=20to=20provide=20c?= =?UTF-8?q?larity=20on=20its=20purpose?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/docs/components/utilities.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docs/components/utilities.mdx b/docs/docs/components/utilities.mdx index 87974d0bb..593864213 100644 --- a/docs/docs/components/utilities.mdx +++ b/docs/docs/components/utilities.mdx @@ -60,6 +60,8 @@ Make a PATCH or PUT request to the given URL. - **Document:** The JSON response from the request as a Document. +--- + ### JSON Document Builder Build a Document containing a JSON object using a key and another Document page content.