From 2c332560b4e3a83f8b97953066f65a386f4ed0a4 Mon Sep 17 00:00:00 2001 From: Henrique Balbino Date: Tue, 4 Nov 2025 15:20:03 -0300 Subject: [PATCH] Add new navigation entries for policy articles --- public/navigation.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/public/navigation.json b/public/navigation.json index a62e3383a..1a9df104d 100644 --- a/public/navigation.json +++ b/public/navigation.json @@ -12329,6 +12329,20 @@ "origin": "", "type": "markdown", "children": [ + { + "name": "Accessing external resources within a VTEX IO app", + "slug": "accessing-external-resources-within-a-vtex-io-app", + "origin": "", + "type": "markdown", + "children": [] + }, + { + "name": "Controlling access to app resources", + "slug": "controlling-access-to-app-resources", + "origin": "", + "type": "markdown", + "children": [] + }, { "name": "Roles", "slug": "vtex-io-documentation-roles",