Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move CLI documentation to a single page under About #2148

Merged
merged 1 commit into from
Jul 10, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/common/cli/cli.adoc → docs/about/05_cli.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@

///////////////////////////////////////////////////////////////////////////////

= Helidon CLI
:description: Helidon CLI
:keywords: helidon cli

== Introduction

The Helidon CLI lets you easily create a Helidon project by picking from a
Expand Down
29 changes: 0 additions & 29 deletions docs/mp/cli/01_cli.adoc

This file was deleted.

6 changes: 6 additions & 0 deletions docs/mp/guides/02_quickstart.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -191,3 +191,9 @@ Runtime Images. For more information see:
* <<mp/guides/36_graalnative.adoc,GraalVM Native Images>>
* <<mp/guides/37_jlink_image.adoc,Custom Runtime Images using `jlink`>>

== The Helidon CLI

With the Helidon CLI you can create additional types of Helidon applications and
use the "dev loop" to do fast, iterative development.
<<about/05_cli.adoc,Try it now>>.

29 changes: 0 additions & 29 deletions docs/se/cli/01_cli.adoc

This file was deleted.

6 changes: 6 additions & 0 deletions docs/se/guides/02_quickstart.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -190,3 +190,9 @@ Runtime Images. For more information see:

* <<se/guides/36_graalnative.adoc,GraalVM Native Images>>
* <<se/guides/37_jlink_image.adoc,Custom Runtime Images using `jlink`>>

== The Helidon CLI

With the Helidon CLI you can create additional types of Helidon applications and
use the "dev loop" to do fast, iterative development.
<<about/05_cli.adoc,Try it now>>.
16 changes: 0 additions & 16 deletions docs/sitegen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,6 @@ backend:
items:
- includes:
- "se/guides/*.adoc"
- title: "CLI"
pathprefix: "/se/cli"
glyph:
type: "icon"
value: "computer"
items:
- includes:
- "se/cli/*.adoc"
- title: "Config"
pathprefix: "/se/config"
glyph:
Expand Down Expand Up @@ -235,14 +227,6 @@ backend:
items:
- includes:
- "mp/guides/*.adoc"
- title: "CLI"
pathprefix: "/mp/cli"
glyph:
type: "icon"
value: "computer"
items:
- includes:
- "mp/cli/*.adoc"
- title: "Config"
pathprefix: "/mp/config"
glyph:
Expand Down