Skip to content

Commit 330f2d7

Browse files
DOCSP-38547 Standardize Quick Start Name (#116)
1 parent dee0bd5 commit 330f2d7

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

snooty.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ intersphinx = [ "https://www.mongodb.com/docs/manual/objects.inv",
77
]
88

99
toc_landing_pages = [
10+
"/quick-start",
1011
"/fundamentals/connections",
1112
"/fundamentals/crud",
1213
"/usage-examples",

source/index.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
:titlesonly:
77
:maxdepth: 1
88

9-
/quick-start
9+
Quick Start </quick-start>
1010
/quick-reference
1111
/whats-new
1212
/usage-examples

source/quick-start.txt

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,22 @@
11
.. _rust-quickstart:
22

3-
===========
4-
Quick Start
5-
===========
3+
=======================
4+
Rust Driver Quick Start
5+
=======================
66

77
.. contents:: On this page
88
:local:
99
:backlinks: none
1010
:depth: 1
1111
:class: singlecol
1212

13+
.. facet::
14+
:name: genre
15+
:values: tutorial
16+
17+
.. meta::
18+
:keywords: get started, tutorial, code example
19+
1320
Overview
1421
--------
1522

0 commit comments

Comments
 (0)