From eb075996124d32912b64d4a822666e2c2cf3c0a8 Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Mon, 24 Apr 2023 09:11:39 +0200 Subject: [PATCH] docs: add sidebar entry for project API tokens guide (#3602) It seems that we forgot to add this doc to the sidebar. This PR fixes that --- website/sidebars.js | 1 + 1 file changed, 1 insertion(+) diff --git a/website/sidebars.js b/website/sidebars.js index 8c6cfdacfa..72a3da8f6e 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -69,6 +69,7 @@ module.exports = { items: [ 'how-to/how-to-create-api-tokens', 'how-to/how-to-create-personal-access-tokens', + 'how-to/how-to-create-project-api-tokens', 'how-to/how-to-create-service-accounts', 'how-to/how-to-download-login-history', 'how-to/how-to-use-the-admin-api',