Skip to content

Commit 6482cb3

Browse files
authored
Merge pull request #2375 from mateuszbartosik/RDoc-3762
RDoc-3762 Fix text structure on Docs homepage
2 parents 986da22 + c3114cc commit 6482cb3

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

docs/home.mdx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,9 @@ import Features from '@site/src/components/Homepage/Features/Features';
1919

2020
# RavenDB Documentation
2121

22-
RavenDB is a fully transactional ACID NoSQL document database built for high performance and ease of use.
23-
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.
24-
Start with the starting points, explore features below, or dive into the guides section for how-tos and real-world use cases.
25-
22+
<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>
23+
<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>
24+
<p>Start with the starting points, explore features below, or dive into the guides section for how-tos and real-world use cases.</p>
2625
<main>
2726
<StartingPoints />
2827
<UseCases />

src/css/custom.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -577,6 +577,11 @@ hr {
577577
max-width: 100% !important;
578578
}
579579

580+
/* Docs Home Page custom h1 margin */
581+
.docs-doc-id-home h1 {
582+
@apply !mb-0;
583+
}
584+
580585
/* Reset default Docusaurus transition for a */
581586
a {
582587
transition: none;

0 commit comments

Comments
 (0)