From 0f9da03078fb94eee0e0bbf43ecc635c5daf7c2c Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Wed, 13 Apr 2022 13:53:15 +0200 Subject: [PATCH] docs: link to the how-to guide for creating tokens --- website/docs/reference/api-tokens-and-client-keys.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/docs/reference/api-tokens-and-client-keys.mdx b/website/docs/reference/api-tokens-and-client-keys.mdx index f4c80a4830..9926eb06dd 100644 --- a/website/docs/reference/api-tokens-and-client-keys.mdx +++ b/website/docs/reference/api-tokens-and-client-keys.mdx @@ -6,6 +6,10 @@ Unleash has a number of tokens/keys that all have slightly different use cases. ## API tokens +:::tip +This section describes what API tokens are. For information on how to create them, refer to the [how-to guide for creating API tokens](../user_guide/token.md). +::: + Use API tokens to connect to the Unleash server API. API tokens come in two distinct types: - [Admin tokens](#admin-tokens) - [Client tokens](#client-tokens)