diff --git a/README.adoc b/README.adoc index 173747cb..3c418c83 100644 --- a/README.adoc +++ b/README.adoc @@ -27,7 +27,7 @@ endif::[] :url-datastax-docs-repo: https://github.com/riptano/docs-site :url-coppi: https://coppi.aws.dsinternal.org :url-docs-preview: http://docs-preview.datastax.com -:url-tailwind-readme: src/css/tailwind/README.adoc +:url-tailwind-readme: src/css/README.adoc // External URLs: :url-antora: https://antora.org :url-antora-docs: https://docs.antora.org diff --git a/preview-src/page-templates/landing.adoc b/preview-src/page-templates/landing.adoc index 494bdeb7..2693e477 100644 --- a/preview-src/page-templates/landing.adoc +++ b/preview-src/page-templates/landing.adoc @@ -1,28 +1,28 @@ = {product} :page-layout: landing +:product: Astra DB -Efficiently store and query vector embeddings for better similarity search. If you're new, read our xref:get-started:concepts.adoc[introduction to vector databases]. +{product} empowers developers to build cutting-edge AI applications with robust APIs, real-time data handling, and seamless ecosystem integrations. Read our xref:get-started:concepts.adoc[introduction to vector databases] if you're new to {product}. [.[&>h2]:!hidden] == {empty} +[subs="macros,attributes"] ++++ -
-
-++++ - -[discrete.flex.lg:flex-col.gap-3.!m-0] -== Get Started - -Dive straight into Astra Vector with this concise guide tailored for developers. -Learn the essentials of how to connect to a database, ingest vectors, and perform a similarity search. - -[.[&>p]:flex.[&>p]:gap-1] -xref:get-started:quickstart.adoc[Quickstart,role="btn btn-primary btn-solid"] https://astra.datastax.com[Create Astra Account^,role="btn btn-neutral btn-outlined external"] - -++++ -
- -++++ -[.[&>h2]:!text-h1] -== Next steps +

Database basics

-++++ -
-
-++++ +
+
+ +
-[discrete.flex.items-center.lg:items-start.lg:flex-col.gap-1] -== [.rounded.border.p-1.w-max.material-icons]#fact_check# Load your data +

Create database

-Get your data and embeddings into a database. +

Learn the fundamental steps of setting up your {product} database.

-[.landing-a] -xref:data:load-data.adoc[Load data] +
+ xref:createdatabase.adoc[Create a database] +
-++++ -
-
-++++ +
+
+ +
-[discrete.flex.items-center.lg:items-start.lg:flex-col.gap-1] -== [.rounded.border.p-1.w-max.material-icons]#auto_stories# Explore your data +

Load data

-Perform similarity searches and browse the results. +

Discover methods for loading data into {product}, ensuring it's structured and ready to use.

-[.landing-a] -link:{#}[Explore data] +
+ xref:createdatabase.adoc[Load data] +
-++++ +
+
+ +
+ +

Explore your data

+ +

Explore your database, utilizing {product}'s features for querying and analyzing your data.

+ +
+ xref:createdatabase.adoc[Explore your data] +
+ +
-
-++++ -[discrete.flex.items-center.lg:items-start.lg:flex-col.gap-1] -== [.rounded.border.p-1.w-max.material-icons]#power# Connect to your database +

Expand your {product} knowledge

-Work with your data using our clients and APIs. +
+ +
+ +
-[.landing-a] -xref:data:connect-to-database.adoc[Connect database] +

Integrations

-++++ -
+

Discover how {product} integrates with popular tools and platforms to enhance your workflow and data management.

+ +
+ xref:createdatabase.adoc[Integrate LangChain with Astra DB] +
+ +
+ xref:createdatabase.adoc[Integrate LlamaIndex with Astra DB] +
+ +
+ xref:createdatabase.adoc[Integrate Vercel with Astra DB] +
+ +
+ +
+ +
auto_stories
+ +

Tutorials

+ +

Discover how {product} integrates with popular tools and platforms to enhance your workflow and data management.

+ +
+ xref:createdatabase.adoc[Build a chatbot] +
+ +
+ xref:createdatabase.adoc[Build a recommendation system with vector search] +
+ +
+ +
+ +
handyman
+ +

API references

+ +

Utilize our detailed API references for a deep understanding of {product}'s capabilities and how to effectively use them.

+ +
+ xref:createdatabase.adoc[APIs for vector databases] +
+ +
+ xref:createdatabase.adoc[APIs for non-vector databases] +
+ +
++++ diff --git a/src/css/asciidoc/doc.css b/src/css/asciidoc/doc.css index 845971f2..b249b771 100644 --- a/src/css/asciidoc/doc.css +++ b/src/css/asciidoc/doc.css @@ -18,7 +18,7 @@ .doc h1.page { display: flex; - align-items: start; + align-items: flex-start; line-height: 1.2; margin-top: var(--ds-space-2); margin-bottom: var(--ds-space-2); diff --git a/src/css/asciidoc/source-block.css b/src/css/asciidoc/source-block.css index b54c80b1..f5368a35 100644 --- a/src/css/asciidoc/source-block.css +++ b/src/css/asciidoc/source-block.css @@ -14,7 +14,7 @@ .doc pre.highlightjs { display: block; - color: var(--ds-text-secondary); + color: var(--ds-text-primary); background: var(--ds-background-level1); border-radius: calc(6 / var(--rem-base) * 1rem); border: 1px solid var(--ds-background-level1); diff --git a/src/css/components/btn.css b/src/css/components/btn.css index 36789668..6e435d97 100644 --- a/src/css/components/btn.css +++ b/src/css/components/btn.css @@ -1,6 +1,6 @@ @layer components { .btn { - @apply text-button flex h-10 items-center justify-center whitespace-nowrap rounded border border-transparent px-3 py-2 transition ease-in-out; + @apply text-button inline-flex h-10 items-center justify-center whitespace-nowrap rounded border border-transparent px-3 py-2 transition ease-in-out; } a.btn:hover { diff --git a/src/partials/footer.hbs b/src/partials/footer.hbs index e228036b..13fa9853 100644 --- a/src/partials/footer.hbs +++ b/src/partials/footer.hbs @@ -11,7 +11,7 @@

© - 2023 + 2024 DataStax |