From 509409bb81914a03c1eceb33e76f6135db3444a5 Mon Sep 17 00:00:00 2001 From: Mariana Caetano Pereira <67270558+mariana-caetano@users.noreply.github.com> Date: Tue, 26 May 2026 10:31:02 -0300 Subject: [PATCH 1/2] feat(navigation.json): fix release notes entries --- public/navigation.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/public/navigation.json b/public/navigation.json index 1e9c7362c..53fef89af 100644 --- a/public/navigation.json +++ b/public/navigation.json @@ -18482,14 +18482,20 @@ "origin": "", "type": "category", "children": [ - { "name": "New batch inventory endpoints (Beta) in the Logistics API", - "slug": "2026-05-19-logistics-api-new-batch-inventory-endpoints", + { "name": "FastStore: Gift detection with useIsGiftFromOrderForm", "slug": "2026-05-25-faststore-use-is-gift-from-order-form", "origin": "", "type": "markdown", "children": [] }, + { + "name": "New batch inventory endpoints (Beta) in the Logistics API", + "slug": "2026-05-19-logistics-api-new-batch-inventory-endpoints", + "origin": "", + "type": "markdown", + "children": [] + }, { "name": "Updated vtexvault.com route for Send Payments request", "slug": "2026-05-15-updated-vtexvaultcom-route-for-send-payments-request", From 66431baf469f9347e20c330743c10c4a8bd176f2 Mon Sep 17 00:00:00 2001 From: Mariana Caetano Pereira <67270558+mariana-caetano@users.noreply.github.com> Date: Tue, 26 May 2026 10:43:47 -0300 Subject: [PATCH 2/2] fix(navigation.json):new guide entry