From 911382f2c940e3be054032fd58528f619597090f Mon Sep 17 00:00:00 2001 From: Tana M Berry Date: Thu, 8 Aug 2024 10:59:20 -0500 Subject: [PATCH] website/docs: add link from Install docs to Enterprise docs (#10827) * add link to new Upgrade docs * more links between Ent and Install --------- Co-authored-by: Tana M Berry --- website/docs/installation/index.mdx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/website/docs/installation/index.mdx b/website/docs/installation/index.mdx index 0e5ccf582bbc..641337512d0a 100644 --- a/website/docs/installation/index.mdx +++ b/website/docs/installation/index.mdx @@ -2,7 +2,11 @@ title: Installation --- -Everything you need to get authentik up and running! For information about upgrading to a new version, refer to the Upgrade section in the relevant [Release Notes](../releases). +Everything you need to get authentik up and running! + +For information about upgrading to a new version, refer to the Upgrade section in the relevant [Release Notes](../releases) and to our [Upgrade authentik](../installation/upgrade.mdx) documentation. + +The installation process for our free open source version and our [Enterprise](../enterprise/index.md) version are exactly the same. For information about obtaining an Enterprise license, refer to [License management](../enterprise/manage-enterprise.md#license-management) documentation. import DocCardList from "@theme/DocCardList";