1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

docs: change API how-tos label from "API" to "API how-tos"

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.
This commit is contained in:
Thomas Heartman 2022-02-08 13:17:21 +01:00
parent acb98db00f
commit ea930cd315

View File

@ -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'],
},
{