mirror of
https://github.com/jlengrand/helidon.git
synced 2026-03-10 08:21:17 +00:00
Move CLI documentation to a single page under About (#2148)
This commit is contained in:
@@ -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
|
||||
@@ -1,29 +0,0 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Copyright (c) 2020 Oracle and/or its affiliates.
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
= Helidon CLI
|
||||
:h1Prefix: MP
|
||||
:description: Helidon CLI
|
||||
:keywords: helidon cli
|
||||
|
||||
The Helidon CLI enables developers to get started with Helidon with minimal
|
||||
effort: you can create a new application, build it, run it, and more, by
|
||||
running some simple commands.
|
||||
|
||||
include::../../common/cli/cli.adoc[]
|
||||
|
||||
@@ -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>>.
|
||||
|
||||
|
||||
@@ -1,29 +0,0 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Copyright (c) 2020 Oracle and/or its affiliates.
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
= Helidon CLI
|
||||
:h1Prefix: SE
|
||||
:description: Helidon CLI
|
||||
:keywords: helidon cli
|
||||
|
||||
The Helidon CLI enables developers to get started with Helidon with minimal
|
||||
effort: you can create a new application, build it, run it, and more, by
|
||||
running some simple commands.
|
||||
|
||||
include::../../common/cli/cli.adoc[]
|
||||
|
||||
@@ -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>>.
|
||||
|
||||
@@ -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:
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user