Skip to content
Open
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
2 changes: 1 addition & 1 deletion antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ asciidoc:
astra-db: 'Astra DB'
product: 'Astra CLI'
product-short: 'Astra'
product-version: '0.6'
product-version: '1.0'
db-serverless: 'Serverless (Non-Vector)'
db-serverless-vector: 'Serverless (Vector)'
db-classic: 'Classic'
Expand Down
26 changes: 20 additions & 6 deletions modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
* xref:installation.adoc[]
* xref:getting-started.adoc[]
* xref:managing.adoc[]
* xref:astra-streaming-cli.adoc[]
* xref:administration.adoc[]
* https://github.com/datastax/astra-cli[GitHub repo]
.Get started
* xref:install.adoc[]
* xref:use-cli.adoc[]
* xref:upgrade.adoc[]
* xref:uninstall.adoc[]

.Commands
* xref:commands:astra.adoc[]
* xref:commands:astra-setup.adoc[]
* xref:commands:astra-config.adoc[]
* xref:commands:astra-db.adoc[]
* xref:commands:astra-org.adoc[]
* xref:commands:astra-role.adoc[]
* xref:commands:astra-streaming.adoc[]
* xref:commands:astra-token.adoc[]
* xref:commands:astra-user.adoc[]
* xref:commands:astra-upgrade.adoc[]
* xref:commands:astra-nuke.adoc[]

.Release notes
* https://github.com/datastax/astra-cli/releases[Release notes]
3 changes: 1 addition & 2 deletions modules/ROOT/pages/administration.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
= Manage your {product-short} organization with the {product}
:navtitle: Manage {product-short} administration
= {product-short} administration commands

Use the {product} to manage your {product-short} organization.

Expand Down
5 changes: 2 additions & 3 deletions modules/ROOT/pages/astra-streaming-cli.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
= Manage {astra_stream} with the {product}
:navtitle: Manage {astra_stream}
= {astra_stream} commands

Use the {product} to manage your {astra_stream} deployments.

Expand Down Expand Up @@ -756,7 +755,7 @@ default(pulsar-aws-useast2.streaming.datastax.com)>
----
====

Type `exit` and press kbd:[Return] to exit the Pulsar shell.
Type `exit` and press kbd:[Enter] to exit the Pulsar shell.

The first time you use the `astra streaming pulsar-shell` commands, the {product} downloads and installs the `pulsar-shell` utility to the {product} installation directory (`~/.astra/lunastreaming-shell-*`).

Expand Down
4 changes: 2 additions & 2 deletions modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ To make it even easier to integrate {product-short} into your applications and w
<!-- <p>Placeholder text.</p> -->

<div class="landing-a">
xref:installation.adoc[]
xref:install.adoc[]
</div>

<div class="landing-a">
xref:getting-started.adoc[]
xref:use-cli.adoc[]
</div>

</div>
Expand Down
Loading