From bf4ab3d3b46d9485c6b492631bcc84cc10c4b0a8 Mon Sep 17 00:00:00 2001 From: Stephanie <52582720+stephmarie17@users.noreply.github.com> Date: Thu, 25 Jul 2024 13:10:16 -0700 Subject: [PATCH] DOCSP-41679 - Remove buttons from quick start (#897) * remove buttons * remove button from overview (cherry picked from commit cae814dfa52c4a9582743bcc78ad8899b11f7770) --- source/quick-start.txt | 3 --- source/quick-start/connect-to-mongodb.txt | 3 --- source/quick-start/create-a-connection-string.txt | 3 --- source/quick-start/create-a-deployment.txt | 3 --- source/quick-start/download-and-install.txt | 3 --- 5 files changed, 15 deletions(-) diff --git a/source/quick-start.txt b/source/quick-start.txt index fe11d9c3f..46d8eff84 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 c148b3aa3..94f8b753a 100644 --- a/source/quick-start/connect-to-mongodb.txt +++ b/source/quick-start/connect-to-mongodb.txt @@ -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/ diff --git a/source/quick-start/create-a-connection-string.txt b/source/quick-start/create-a-connection-string.txt index e68fdb242..148e2bae4 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 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 e1f0f207e..2bd33caff 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 dbd3e0b19..afd316859 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 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/