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
7 changes: 3 additions & 4 deletions docs/home.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ import Features from '@site/src/components/Homepage/Features/Features';

# RavenDB Documentation

RavenDB is a fully transactional ACID NoSQL document database built for high performance and ease of use.
This documentation is your complete guide, from basics like installation, the client API, querying, and indexes to advanced topics like clustering, security, and administration, as well as modern & flexible RavenDB AI features.
Start with the starting points, explore features below, or dive into the guides section for how-tos and real-world use cases.

<p className="!text-xl !leading-relaxed !mb-5 !font-normal">A fully transactional ACID document database built for high performance and ease of use.</p>
<p className="!mb-2">This documentation is your complete guide, from basics like <strong>installation</strong>, the <strong>client API</strong>, <strong>querying</strong>, and <strong>indexes</strong> to advanced topics like <strong>clustering</strong>, <strong>security</strong>, and <strong>administration</strong>, as well as modern & flexible RavenDB <strong>AI features</strong>.</p>
<p>Start with the starting points, explore features below, or dive into the guides section for how-tos and real-world use cases.</p>
<main>
<StartingPoints />
<UseCases />
Expand Down
5 changes: 5 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,11 @@ hr {
max-width: 100% !important;
}

/* Docs Home Page custom h1 margin */
.docs-doc-id-home h1 {
@apply !mb-0;
}

/* Reset default Docusaurus transition for a */
a {
transition: none;
Expand Down
Loading