Skip to content

Commit e33303c

Browse files
committed
DOCSP-34415: improve index (#485)
* DOCSP-34415: improve index * CC suggestion (cherry picked from commit c613862)
1 parent e54b726 commit e33303c

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

source/index.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,14 @@ MongoDB Java Driver
3131
/legacy
3232
View the Source <https://github.com/mongodb/mongo-java-driver>
3333

34-
3534
Introduction
3635
------------
3736

3837
Welcome to the documentation site for the Java Driver, the official
39-
MongoDB driver for synchronous Java applications. Download it using
40-
`Maven <https://maven.apache.org/>`__ or
41-
`Gradle <https://gradle.org/>`__, or set up a runnable project by
42-
following our Quick Start guide.
38+
MongoDB driver for synchronous Java applications.
39+
Follow the :ref:`Quick Start <java-sync-quickstart>` guide to learn how
40+
to add the driver to your project by using `Maven <https://maven.apache.org/>`__ or
41+
`Gradle <https://gradle.org/>`__ and how to set up a runnable app.
4342

4443
If your Java application requires asynchronous stream processing, use the
4544
:driver:`Reactive Streams Driver </reactive-streams/>` which uses Reactive

source/quick-start.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@
44
Quick Start
55
===========
66

7-
.. default-domain:: mongodb
7+
.. facet::
8+
:name: genre
9+
:values: tutorial
10+
11+
.. meta::
12+
:keywords: java sync, set up, runnable app
813

914
.. contents:: On this page
1015
:local:

0 commit comments

Comments
 (0)