From ea930cd315bf7420ed7ba0118405588d95277f13 Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Tue, 8 Feb 2022 13:17:21 +0100 Subject: [PATCH] docs: change API how-tos label from "API" to "API how-tos" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I keep getting confused and clicking the link to the how-to guides when I wanna go to the API reference docs and I _wrote_ the damn thing 🙈 In other words, I betcha someone else is struggling with the same thing. So let's try and change it to something that's harder to click by mistake. --- website/sidebars.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/sidebars.js b/website/sidebars.js index e9673b0305c..5e0b4e321f0 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -47,7 +47,7 @@ module.exports = { description: 'Learn how to work with the Unleash API', slug: '/how-to/api', }, - label: 'API', + label: 'Using the APIs', items: ['user_guide/api-token', 'advanced/api_access'], }, {