diff --git a/source/quick-start.txt b/source/quick-start.txt index cfcc1509..15d8484f 100644 --- a/source/quick-start.txt +++ b/source/quick-start.txt @@ -35,9 +35,6 @@ required) MongoDB Atlas deployment by following the steps in this guide. Follow the steps in this guide to connect a sample Rust 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 a06b2875..da26ce36 100644 --- a/source/quick-start/connect-to-mongodb.txt +++ b/source/quick-start/connect-to-mongodb.txt @@ -90,6 +90,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 34d87ac6..4c251268 100644 --- a/source/quick-start/create-a-connection-string.txt +++ b/source/quick-start/create-a-connection-string.txt @@ -61,6 +61,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/ \ 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 e2f80f66..4a3f2374 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 into 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 79d912ee..f229724b 100644 --- a/source/quick-start/download-and-install.txt +++ b/source/quick-start/download-and-install.txt @@ -104,6 +104,3 @@ After you complete these steps, you have Rust and Cargo installed and a new Rust project with the necessary driver dependencies. .. include:: /includes/quick-start/troubleshoot.rst - -.. button:: Next: Create a MongoDB Deployment - :uri: /quick-start/create-a-deployment/