Skip to content

Commit

Permalink
DOCSP-41679 - Remove buttons from quick start (#897)
Browse files Browse the repository at this point in the history
* remove buttons

* remove button from overview

(cherry picked from commit cae814d)
  • Loading branch information
stephmarie17 committed Jul 25, 2024
1 parent f58a57d commit 4c22a33
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 15 deletions.
3 changes: 0 additions & 3 deletions source/quick-start.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ required) MongoDB Atlas deployment by following the steps in this guide.
Follow the steps in this guide to connect a sample Node.js application to
a MongoDB Atlas deployment.

.. button:: Next: Download and Install
:uri: /quick-start/download-and-install/

.. toctree::

/quick-start/download-and-install/
Expand Down
3 changes: 0 additions & 3 deletions source/quick-start/connect-to-mongodb.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,3 @@ uses the driver to connect to your MongoDB deployment, runs a query on
the sample data, and prints out the result.

.. include:: /includes/quick-start/troubleshoot.rst

.. button:: Next Steps
:uri: /quick-start/next-steps/
3 changes: 0 additions & 3 deletions source/quick-start/create-a-connection-string.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,3 @@ After completing these steps, you have a connection string that
contains your database username and password.

.. include:: /includes/quick-start/troubleshoot.rst

.. button:: Next: Connect to MongoDB
:uri: /quick-start/connect-to-mongodb/
3 changes: 0 additions & 3 deletions source/quick-start/create-a-deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,3 @@ deployment on Atlas, database user credentials, and sample data loaded
in your database.

.. include:: /includes/quick-start/troubleshoot.rst

.. button:: Next: Create a Connection String
:uri: /quick-start/create-a-connection-string/
3 changes: 0 additions & 3 deletions source/quick-start/download-and-install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,3 @@ After you complete these steps, you have Node.js and npm installed
and a new project directory with the driver dependencies installed.

.. include:: /includes/quick-start/troubleshoot.rst

.. button:: Next: Create a MongoDB Deployment
:uri: /quick-start/create-a-deployment/

0 comments on commit 4c22a33

Please sign in to comment.