Skip to content

Commit 1d499f2

Browse files
committed
Docs site: Fixed up the home page for the reference
1 parent 01cbc4d commit 1d499f2

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

docs/reference/content/index.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,30 @@
11
+++
22
date = "2015-03-17T15:36:56Z"
3-
draft = true
43
title = "index"
54
type = "index"
65
+++
76

8-
## Welcome to the Java MongoDB Docs
7+
## MongoDB Java Driver Documentation
98

10-
## Getting Started
9+
Welcome to the MongoDB Java driver documentation hub for the 3.0 driver release.
1110

12-
Quick guide to getting started...
11+
### Getting Started
1312

13+
The [Getting Started]({{< relref "tutorial/index.md" >}}) guide contains installation instructions and a simple tutorial to get up
14+
and running quickly.
1415

15-
## What's New in 3.0
1616

17-
Summary and link to the 3.0 docs
17+
### What's new in 2.0
1818

19+
The [What's New]({{< relref "whats-new/index.md" >}}) guide explains the major new features of the driver.
1920

20-
## Upgrading
2121

22-
Summary and link to the upgrade guide
22+
### Upgrading
2323

24+
If you are coming from the 2.x series of the driver, consult the [upgrading]({{< relref "whats-new/upgrading.md" >}})
25+
documentation on breaking changes.
2426

25-
## Reference
2627

27-
Summary and link to the reference guide
28+
### Reference
29+
30+
For more detailed documentation, see the [Reference]({{< relref "reference/index.md" >}}) guide.

0 commit comments

Comments
 (0)