From 43b94b2d42841bf445126f9ab402d2116840ae9b Mon Sep 17 00:00:00 2001 From: Eric Date: Thu, 25 Jul 2024 13:11:28 -0500 Subject: [PATCH] Website: Add /guides link to documentation dropdown (#20596) Closes: #20554 Changes: - Updated the website's header nav to include a link to the `/guides` article category page. --- website/views/layouts/layout.ejs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/views/layouts/layout.ejs b/website/views/layouts/layout.ejs index e77f6cb881..6bc8dc72f3 100644 --- a/website/views/layouts/layout.ejs +++ b/website/views/layouts/layout.ejs @@ -185,6 +185,7 @@
Docs REST API + Guides <%= ['eo-it', 'mdm'].includes(primaryBuyingSituation) ? 'Device health checks' : 'Built-in queries' %> Data tables SUPPORT @@ -245,6 +246,7 @@