diff --git a/antora.yml b/antora.yml index f61fe12..84a98c6 100644 --- a/antora.yml +++ b/antora.yml @@ -16,7 +16,7 @@ asciidoc: product-repo: 'https://github.com/datastax/astra-cli' db-serverless: 'Serverless (non-vector)' db-serverless-vector: 'Serverless (vector)' - db-classic: 'Managed Cluster' + db-classic: 'Managed Clusters' devops-api: 'DevOps API' astra-stream: 'Astra Streaming' astra-ui: 'Astra Portal' @@ -24,7 +24,6 @@ asciidoc: astra-ui-link: '{astra-url}[{astra-ui}^]' scb: 'Secure Connect Bundle (SCB)' scb-short: 'SCB' - scb-brief: 'Secure Connect Bundle' dsbulk: 'DataStax Bulk Loader (DSBulk)' dsbulk-short: 'DSBulk' cql: 'Cassandra Query Language (CQL)' diff --git a/in-progress/managing.adoc b/in-progress/managing.adoc index 4b5a371..fc24a87 100644 --- a/in-progress/managing.adoc +++ b/in-progress/managing.adoc @@ -14,7 +14,7 @@ You can use `**DATABASE_NAME**` instead of `**DATABASE_ID**` in all `astra db` c == Create a database The {product} can create {db-serverless} and {db-serverless-vector} databases with on-demand (non-PCU) capacity only. -It cannot create {product-short} {db-classic} (Classic) databases; however, you can use the {product} to <> about your existing {db-classic} databases. +It cannot deploy {product-short} {db-classic} (Classic databases); however, you can use the {product} to <> about your existing {db-classic} databases. If your organization requires that new databases to belong to a xref:astra-db-serverless:administration:provisioned-capacity-units.adoc[PCU group], you must xref:astra-db-serverless:databases:create-database.adoc[use the {astra-ui} or {devops-api} to create databases] because the {product} doesn't support PCU group assignment with database creation. @@ -1936,7 +1936,7 @@ Use the `astra db list-regions-vector` command to get a list of available cloud astra db list-regions-vector ---- -Use the `astra db list-regions-classic` command to get a list of available cloud provider regions that support {product-short} {db-classic} (Classic) databases: +Use the `astra db list-regions-classic` command to get a list of available cloud provider regions that support {product-short} {db-classic}: [source,bash] ---- @@ -2059,7 +2059,7 @@ OPTIONS [TIP] ==== -`classic` refers to {product-short} {db-classic} databases, which were previously known as {astra-db} Classic databases. +`classic` refers to {product-short} {db-classic}, which was previously known as {astra-db} Classic. ==== .Expand to see all `db list-regions-classic` options diff --git a/modules/ROOT/pages/manage-cli.adoc b/modules/ROOT/pages/manage-cli.adoc index 5693a24..ae99dfe 100644 --- a/modules/ROOT/pages/manage-cli.adoc +++ b/modules/ROOT/pages/manage-cli.adoc @@ -559,7 +559,7 @@ The {product} home folder contains the following items: * The `astra` executable (scripted installations only) * Accessory executables that are downloaded by certain commands, such as `xref:commands:astra-db-cqlsh.adoc[]` and `xref:commands:astra-db-dsbulk.adoc[]` -* xref:astra-db-serverless:databases:secure-connect-bundle.adoc[{scb-brief}s] +* A xref:astra-db-serverless:databases:secure-connect-bundle.adoc[{scb}] for each database that you've connected to with the {product}. * Cache files for <> * Logs