diff --git a/snooty.toml b/snooty.toml index f5deae6e..61c98a9f 100644 --- a/snooty.toml +++ b/snooty.toml @@ -7,6 +7,7 @@ intersphinx = [ "https://www.mongodb.com/docs/manual/objects.inv", ] toc_landing_pages = [ + "/quick-start", "/fundamentals/connections", "/fundamentals/crud", "/usage-examples", diff --git a/source/index.txt b/source/index.txt index c00d8b82..a8baab74 100644 --- a/source/index.txt +++ b/source/index.txt @@ -6,7 +6,7 @@ :titlesonly: :maxdepth: 1 - /quick-start + Quick Start /quick-reference /whats-new /usage-examples diff --git a/source/quick-start.txt b/source/quick-start.txt index 43561670..cfcc1509 100644 --- a/source/quick-start.txt +++ b/source/quick-start.txt @@ -1,8 +1,8 @@ .. _rust-quickstart: -=========== -Quick Start -=========== +======================= +Rust Driver Quick Start +======================= .. contents:: On this page :local: @@ -10,6 +10,13 @@ Quick Start :depth: 1 :class: singlecol +.. facet:: + :name: genre + :values: tutorial + +.. meta:: + :keywords: get started, tutorial, code example + Overview --------