diff --git a/content/en/docs/develop/Reference/_index.md b/content/en/docs/develop/Reference/_index.md index 45e1c8f..d28a268 100644 --- a/content/en/docs/develop/Reference/_index.md +++ b/content/en/docs/develop/Reference/_index.md @@ -5,7 +5,7 @@ weight: 9 --- {{% pageinfo %}} -for the Ksctl cli +The Below CLI Command Reference are mapped from `ksctl/cli` repo {{% /pageinfo %}} diff --git a/content/en/docs/stable/Reference/_index.md b/content/en/docs/stable/Reference/_index.md index ef8ac87..d28a268 100644 --- a/content/en/docs/stable/Reference/_index.md +++ b/content/en/docs/stable/Reference/_index.md @@ -3,3 +3,20 @@ title: Reference description: Low level reference docs for your project. weight: 9 --- + +{{% pageinfo %}} +The Below CLI Command Reference are mapped from `ksctl/cli` repo +{{% /pageinfo %}} + + +# CLI Command Reference + +Docs are available now in cli repo +Here are the links for the documentation files + +[CLI Root Command](ksctl.md) + +{{% alert title="Info" color="info" %}} +These cli commands are available with cli specific versions from ksctl@v1.2.0 onwards +[v1.2.0 cli references](https://github.com/ksctl/cli/tree/v1.2.0/gen/docs.md) +{{% /alert %}} diff --git a/content/en/docs/stable/Reference/cli.md b/content/en/docs/stable/Reference/cli.md deleted file mode 100644 index 6fcc498..0000000 --- a/content/en/docs/stable/Reference/cli.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Reference for command line reference -description: > - A short lead description about this content page. It can be **bold** or _italic_ and can be split over multiple paragraphs. ---- - -{{% pageinfo %}} -for the Ksctl cli -{{% /pageinfo %}} - - -# CLI Command Reference - -Docs are available now in cli repo -Here are the links for the documentation files - -[Markdown format](https://github.com/ksctl/cli/tree/main/gen/docs.md) -[RichText format](https://github.com/ksctl/cli/tree/main/gen/docs.rst) - -{{% alert title="Info" color="info" %}} -These cli commands are available with cli specific versions from ksctl@v1.2.0 onwards -[v1.2.0 cli references](https://github.com/ksctl/cli/tree/v1.2.0/gen/docs.md) -{{% /alert %}}