Skip to content

Commit dde11b4

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

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
@@ -32,15 +32,14 @@ MongoDB Java Driver
3232
/legacy
3333
View the Source <https://github.com/mongodb/mongo-java-driver>
3434

35-
3635
Introduction
3736
------------
3837

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

4544
If your Java application requires asynchronous stream processing, use the
4645
: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)