Skip to content

Commit 0c6103a

Browse files
authored
DOC-5616 Support Portal links (#206)
* update support portal url * vector/nonvector attributes
1 parent 0614cac commit 0c6103a

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

preview-src/asciidoc/test-standardized-client-reference.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
:page-toclevels: 2
44
:company: DataStax
55
:product: Astra DB Serverless
6-
:db-serverless: Serverless (Non-Vector)
7-
:db-serverless-vector: Serverless (Vector)
6+
:db-serverless: Serverless (non-vector)
7+
:db-serverless-vector: Serverless (vector)
88
:db-classic: Classic
9-
:evalproduct: DB Serverles
9+
:evalproduct: DB Serverless
1010
:astra-api: Data API
1111
:astra-cli: Astra CLI
1212
:url-astra: https://astra.datastax.com
@@ -17,7 +17,7 @@
1717
:astra_db: Astra DB
1818
:astra_stream: Astra Streaming
1919
:astra_ui: Astra Portal
20-
:support_url: https://support.datastax.com
20+
:support_url: https://www.ibm.com/mysupport/s/
2121
:glossary-url: https://docs.datastax.com/en/glossary/docs/index.html#
2222

2323
📝 *_NOTE: This content was pulled from https://github.com/riptano/astra-vector-docs/pull/311[PR 311]_*

preview-src/asciidoc/test-unified-api-reference.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
:page-toclevels: 2
44
:company: DataStax
55
:product: Astra DB Serverless
6-
:db-serverless: Serverless (Non-Vector)
7-
:db-serverless-vector: Serverless (Vector)
6+
:db-serverless: Serverless (non-vector)
7+
:db-serverless-vector: Serverless (vector)
88
:db-classic: Classic
9-
:evalproduct: DB Serverles
9+
:evalproduct: DB Serverless
1010
:astra-api: Data API
1111
:astra-cli: Astra CLI
1212
:url-astra: https://astra.datastax.com
@@ -17,7 +17,7 @@
1717
:astra_db: Astra DB
1818
:astra_stream: Astra Streaming
1919
:astra_ui: Astra Portal
20-
:support_url: https://support.datastax.com
20+
:support_url: https://www.ibm.com/mysupport/s/
2121
:glossary-url: https://docs.datastax.com/en/glossary/docs/index.html#
2222

2323
📝 *_NOTE: This content was pulled from https://github.com/riptano/astra-vector-docs/pull/308[PR 308]_*

preview-src/page-templates/home.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ collection.find(vector=[0.15, 0.1, 0.1, 0.35, 0.55])
222222
<p class="!text-link">Review common terms</p>
223223
,role="!no-underline group after:hidden rounded bg-level1 p-4 flex flex-col gap-1 hover:bg-[var(--ds-primary-soft-bg)\] transition-colors duration-300"]
224224
225-
https://support.datastax.com/s/[
225+
https://www.ibm.com/mysupport/s/[
226226
<i class="material-icons icon text-2xl text-[var(--ds-text-placeholder)\] group-hover:color-primary transition-colors duration-300">support</i>
227227
<h4 class="discrete !m-0 !text-primary text-display">Support</h4>
228228
<p class="!text-link">Access support resources</p>

src/partials/nav-secondary.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<li>
2323
<a
2424
class="text-body-small text-primary hover:bg-[var(--ds-neutral-plain-hover-bg)] flex rounded p-1 !no-underline transition-colors"
25-
href="https://support.datastax.com/"
25+
href="https://www.ibm.com/mysupport/s/"
2626
target="_blank"
2727
>
2828
<span class="material-icons text-tertiary mr-2">support</span>

0 commit comments

Comments
 (0)