From 4ca1f7e3e667c6455a4c8abb284bdecb27f6f8f6 Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Tue, 11 Oct 2022 16:37:57 +0200 Subject: [PATCH] docs: add projects to list of top-level resources --- website/docs/topics/anatomy-of-unleash.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/docs/topics/anatomy-of-unleash.mdx b/website/docs/topics/anatomy-of-unleash.mdx index ca05ecb1a7..4dfba50474 100644 --- a/website/docs/topics/anatomy-of-unleash.mdx +++ b/website/docs/topics/anatomy-of-unleash.mdx @@ -13,6 +13,7 @@ The end of this guide presents a [short use case, explaining how you might confi Some things in Unleash are configured and defined on the global level. These options apply across the entire Unleash instance. The most important global configuration options for day-to-day operations are: - [API access tokens](../reference/api-tokens-and-client-keys.mdx) +- [[Projects](../user_guide/projects.md)] - [Segments](../reference/segments.mdx) - [Strategy types](../user_guide/activation-strategies.md) (including [custom activation strategy types](../advanced/custom-activation-strategy.md)) - [Tag types](../advanced/tags.md) @@ -22,7 +23,7 @@ Some things in Unleash are configured and defined on the global level. These opt ## Projects -[**Projects**](../user_guide/projects.md) are the most basic component above the global level in Unleash. Projects contain feature toggles and their configurations, and a set of active environments, all of which we’ll go through later in this article. +[**Projects**](../user_guide/projects.md) contain [feature toggles](../reference/feature-toggles.mdx) and their configurations, and a set of active [environments](../user_guide/environments.md). All Unleash instances must have at least one project at any given time. New instances get a project called “Default”.