From 343a44a5ad02cf0b52ba6a7944032282c84f4530 Mon Sep 17 00:00:00 2001 From: Connor Church <59625834+connorckong@users.noreply.github.com> Date: Fri, 2 Feb 2024 13:45:44 -0800 Subject: [PATCH] Adding Konnect CTA (#6870) * Adding Konnect CTA This Konnect call to action makes sense given this path has fewer dependencies (control plane, postgres) relative to the GW setup script. * use variable for konnect name * Update index.md minor copy updates --------- Co-authored-by: lena-larionova <54370747+lena-larionova@users.noreply.github.com> --- app/_src/gateway/get-started/index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/_src/gateway/get-started/index.md b/app/_src/gateway/get-started/index.md index 21c4749d7702..1499e796afa4 100644 --- a/app/_src/gateway/get-started/index.md +++ b/app/_src/gateway/get-started/index.md @@ -36,6 +36,11 @@ remove `jq` processing. For the purposes of this tutorial, a `quickstart` script is provided to quickly run {{site.base_gateway}} and its supporting database. This script uses Docker to run {{site.base_gateway}} and a [PostgreSQL](https://www.postgresql.org/) database as the backing database. +{:.note} +> **Note:** +> This quickstart script is intended for experimentation and learning. If you want to run {{ site.base_gateway }} as a part of a production-ready API platform, [you can get started with {{site.konnect_short_name}}](https://konghq.com/products/kong-konnect/register?utm_medium=referral&utm_source=docs&utm_campaign=gateway-konnect&utm_content=gateway-quickstart-install) in under 5 minutes. + + 1. Run {{site.base_gateway}} with the `quickstart` script: ```sh