From 47777753f3cf351770e3e1599b437d6206f71504 Mon Sep 17 00:00:00 2001 From: Antoine Caron Date: Wed, 19 Mar 2025 21:17:04 +0100 Subject: [PATCH] feat(header): add troubleshooting in mobile nav --- blocks/header.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/blocks/header.json b/blocks/header.json index a372b086df..40a6bb3f59 100644 --- a/blocks/header.json +++ b/blocks/header.json @@ -9,6 +9,11 @@ "label": "FAQs", "package": "docs" }, + { + "to": "/troubleshooting/", + "label": "Troubleshooting", + "package": "docs" + }, { "to": "/", "label": "Developers Reference",