Skip to content
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
3 changes: 2 additions & 1 deletion antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ asciidoc:
astra-ui: 'Astra Portal'
astra-url: 'https://astra.datastax.com'
astra-ui-link: '{astra-url}[{astra-ui}^]'
db-serverless-vector: 'Serverless (Vector)'
db-serverless: 'Serverless (non-vector)'
db-serverless-vector: 'Serverless (vector)'
devops-api: 'DevOps API'
devops-api-ref-url: 'xref:astra-api-docs:ROOT:attachment$devops-api/index.html'
cass: 'Apache Cassandra'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ You now have a `production` namespace with two topics, as well as the `default`

. Click **Create database**, and then complete the fields as follows:
+
* **Type**: Select **Serverless (non-vector)** to follow along with this tutorial.
* **Type**: Select **{db-serverless}** to follow along with this tutorial.
+
If you select **Serverless (vector)**, you must modify the tutorial to use the `default_keyspace` keyspace or create the tutorial keyspace after you create your database.
If you select **{db-serverless-vector}**, you must modify the tutorial to use the `default_keyspace` keyspace or create the tutorial keyspace after you create your database.

* **Database name**: Enter `webstore-clicks`.
* **Keyspace name**: Enter `click_data`.
Expand Down