From c2f09f41b2bd9ec1b28795fe0fc49a44acbad5af Mon Sep 17 00:00:00 2001 From: Dipankar Das <65275144+dipankardas011@users.noreply.github.com> Date: Mon, 2 Dec 2024 00:12:19 +0530 Subject: [PATCH] changes to the getting started guide Signed-off-by: Dipankar Das <65275144+dipankardas011@users.noreply.github.com> --- content/en/docs/develop/Getting started/_index.md | 4 ++++ content/en/docs/stable/Getting started/_index.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/content/en/docs/develop/Getting started/_index.md b/content/en/docs/develop/Getting started/_index.md index ac8b544..091fa65 100644 --- a/content/en/docs/develop/Getting started/_index.md +++ b/content/en/docs/develop/Getting started/_index.md @@ -65,3 +65,7 @@ make uninstall {{< /tabpane >}} +{{% alert color="info" title="How to start with cli" %}} + +[Here is the CLI references](https://docs.ksctl.com/docs/develop/reference/) +{{% /alert %}} diff --git a/content/en/docs/stable/Getting started/_index.md b/content/en/docs/stable/Getting started/_index.md index ac8b544..fa096eb 100644 --- a/content/en/docs/stable/Getting started/_index.md +++ b/content/en/docs/stable/Getting started/_index.md @@ -64,4 +64,8 @@ make uninstall {{% /tab %}} {{< /tabpane >}} +{{% alert color="info" title="How to start with cli" %}} + +[Here is the CLI references](https://docs.ksctl.com/docs/stable/reference/) +{{% /alert %}}