diff --git a/source/quick-start.txt b/source/quick-start.txt index e094f98c5..09214fdf6 100644 --- a/source/quick-start.txt +++ b/source/quick-start.txt @@ -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/ diff --git a/source/quick-start/connect-to-mongodb.txt b/source/quick-start/connect-to-mongodb.txt index 2bb9f23c5..bab964cb0 100644 --- a/source/quick-start/connect-to-mongodb.txt +++ b/source/quick-start/connect-to-mongodb.txt @@ -77,6 +77,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/ diff --git a/source/quick-start/create-a-connection-string.txt b/source/quick-start/create-a-connection-string.txt index d456a19f7..106c27b1a 100644 --- a/source/quick-start/create-a-connection-string.txt +++ b/source/quick-start/create-a-connection-string.txt @@ -60,6 +60,3 @@ After completing these steps, you should 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/ \ No newline at end of file diff --git a/source/quick-start/create-a-deployment.txt b/source/quick-start/create-a-deployment.txt index ffd1e0efb..d749247fd 100644 --- a/source/quick-start/create-a-deployment.txt +++ b/source/quick-start/create-a-deployment.txt @@ -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/ \ No newline at end of file diff --git a/source/quick-start/download-and-install.txt b/source/quick-start/download-and-install.txt index 52f699812..a217ec54b 100644 --- a/source/quick-start/download-and-install.txt +++ b/source/quick-start/download-and-install.txt @@ -60,6 +60,3 @@ After you complete these steps, you should 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/