From ed9b33fc7a01e8214af96a5da5d0530a8f11d74a Mon Sep 17 00:00:00 2001 From: rustagir Date: Tue, 14 Nov 2023 13:25:22 -0500 Subject: [PATCH 1/2] DOCSP-34415: improve index --- source/index.txt | 9 ++++----- source/quick-start.txt | 7 ++++++- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/source/index.txt b/source/index.txt index 54364dde9..a25612151 100644 --- a/source/index.txt +++ b/source/index.txt @@ -31,15 +31,14 @@ MongoDB Java Driver /legacy View the Source - Introduction ------------ Welcome to the documentation site for the Java Driver, the official -MongoDB driver for synchronous Java applications. Download it using -`Maven `__ or -`Gradle `__, or set up a runnable project by -following our Quick Start guide. +MongoDB driver for synchronous Java applications. +Follow the :ref:`Quick Start ` guide to learn how +to install the driver by using `Maven `__ or +`Gradle `__ in your project and set up a runnable app. If your Java application requires asynchronous stream processing, use the :driver:`Reactive Streams Driver ` which uses Reactive diff --git a/source/quick-start.txt b/source/quick-start.txt index 297f7af07..0bab8edda 100644 --- a/source/quick-start.txt +++ b/source/quick-start.txt @@ -4,7 +4,12 @@ Quick Start =========== -.. default-domain:: mongodb +.. facet:: + :name: genre + :values: tutorial + +.. meta:: + :keywords: java sync, set up, runnable app .. contents:: On this page :local: From 08679b27b5abce78413441d6699e09b6870e527d Mon Sep 17 00:00:00 2001 From: rustagir Date: Tue, 14 Nov 2023 16:14:52 -0500 Subject: [PATCH 2/2] CC suggestion --- source/index.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/index.txt b/source/index.txt index a25612151..2bc6f64c9 100644 --- a/source/index.txt +++ b/source/index.txt @@ -37,8 +37,8 @@ Introduction Welcome to the documentation site for the Java Driver, the official MongoDB driver for synchronous Java applications. Follow the :ref:`Quick Start ` guide to learn how -to install the driver by using `Maven `__ or -`Gradle `__ in your project and set up a runnable app. +to add the driver to your project by using `Maven `__ or +`Gradle `__ and how to set up a runnable app. If your Java application requires asynchronous stream processing, use the :driver:`Reactive Streams Driver ` which uses Reactive