diff --git a/source/index.txt b/source/index.txt index 54364dde9..2bc6f64c9 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 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 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: