Skip to content

Commit 46e90c7

Browse files
DOCSP-41820 Fix code example not showing (#27)
1 parent e607e2c commit 46e90c7

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

source/quick-start.txt

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
Quick Start
55
===========
66

7+
.. facet::
8+
:name: genre
9+
:values: tutorial
10+
11+
.. meta::
12+
:keywords: set up, runnable app, initialize, connect, code example
13+
714
.. contents:: On this page
815
:local:
916
:backlinks: none
@@ -49,14 +56,14 @@ Create a MongoDB Cluster
4956
environment variable keeps your credentials separate from your source code. This
5057
separation makes it less likely to expose your credentials when sharing your code.
5158

52-
.. code-block:: bash
59+
.. code-block:: bash
5360

54-
export MONGODB_URI='<your connection string>'
61+
export MONGODB_URI='<your connection string>'
5562

56-
.. important::
63+
.. important::
5764

58-
Make sure to replace the ``<username>`` and ``<password>`` sections of the connection
59-
string with the username and password of your database user.
65+
Make sure to replace the ``<username>`` and ``<password>`` sections of the connection
66+
string with the username and password of your database user.
6067

6168
Set Up Your Project
6269
-------------------

0 commit comments

Comments
 (0)