Skip to content

Commit 5396801

Browse files
committed
tweaks
1 parent 4e1d7d6 commit 5396801

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

snooty.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
name = "ruby-driver"
22
title = "Ruby Driver"
33
toc_landing_pages = [
4-
"/crud",
54
"/crud/query",
6-
"/logging-and-monitoring",
75
"/indexes",
8-
"/security",
9-
"/security/authentication",
10-
"/reference"
6+
"/security/authentication"
117
]
128

139
intersphinx = ["https://www.mongodb.com/docs/manual/objects.inv"]

source/get-started.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,8 @@ the sample data, and prints out the result.
232232

233233
.. _ruby-databases-collections:
234234

235-
Databases and Collections
236-
-------------------------
235+
Manage your Databases and Collections
236+
-------------------------------------
237237

238238
You can learn how to use MongoDB databases and
239239
collections with {+driver-short+}.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.. _ruby-logging:
2+
3+
========
4+
Logging
5+
========

0 commit comments

Comments
 (0)