-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
include generated documentation via the cli and integration with antora
- Loading branch information
Showing
13 changed files
with
317 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
name: clusterless | ||
title: Clusterless Reference | ||
version: wip-1.0 | ||
ext: | ||
collector: | ||
run: | ||
command: ./gradlew generateDocs -i | ||
scan: | ||
dir: clusterless-main/build/docs | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
name: reference | ||
title: Clusterless Reference | ||
version: {{projectVersion}} | ||
start_page: reference::index.adoc | ||
nav: | ||
- modules/components/nav.adoc |
27 changes: 27 additions & 0 deletions
27
clusterless-main/src/main/antora/modules/ROOT/pages/index.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
= Clusterless Reference | ||
|
||
== Command Line | ||
|
||
The Clusterless application is a command line utility named `cls`. | ||
|
||
`cls --help` is the starting point for the usage documentation. | ||
|
||
== Providers | ||
|
||
Currently, only Amazon Web Services (AWS) is supported. | ||
|
||
== Components | ||
|
||
Components are either: | ||
|
||
* xref:guide:concepts:resource.adoc[Resources] | ||
* xref:guide:concepts:boundary.adoc[Boundaries] | ||
* xref:guide:concepts:arc.adoc[Arcs] | ||
|
||
All components: | ||
|
||
include::reference:components:partial$components.adoc[] | ||
|
||
== Models | ||
|
||
The Clusterless project file has a number of JSON objects or models that need to be provided in order to create a valid clusterless deployable project. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.