From 58682e149686a1e2aeb76bd43289bf158ed1b76d Mon Sep 17 00:00:00 2001 From: Nora Reidy Date: Mon, 29 Jul 2024 10:49:16 -0400 Subject: [PATCH] DOCSP-41680: Remove quick start buttons (#3081) --- docs/quick-start.txt | 3 --- docs/quick-start/configure-mongodb.txt | 3 --- docs/quick-start/create-a-connection-string.txt | 3 --- docs/quick-start/create-a-deployment.txt | 3 --- docs/quick-start/download-and-install.txt | 3 --- docs/quick-start/view-data.txt | 3 --- docs/quick-start/write-data.txt | 3 --- 7 files changed, 21 deletions(-) diff --git a/docs/quick-start.txt b/docs/quick-start.txt index 30587454e..d3a87cbf6 100644 --- a/docs/quick-start.txt +++ b/docs/quick-start.txt @@ -56,9 +56,6 @@ that connects to a MongoDB deployment. `laravel-quickstart `__ GitHub repository. -.. button:: Next: Download and Install - :uri: /quick-start/download-and-install/ - .. toctree:: /quick-start/download-and-install/ diff --git a/docs/quick-start/configure-mongodb.txt b/docs/quick-start/configure-mongodb.txt index 6f72455a6..2e50a7a31 100644 --- a/docs/quick-start/configure-mongodb.txt +++ b/docs/quick-start/configure-mongodb.txt @@ -89,6 +89,3 @@ After completing these steps, your Laravel web application is ready to connect to MongoDB. .. include:: /includes/quick-start/troubleshoot.rst - -.. button:: Next: View Sample MongoDB Data - :uri: /quick-start/view-data/ diff --git a/docs/quick-start/create-a-connection-string.txt b/docs/quick-start/create-a-connection-string.txt index 9851531b6..e28bcdf47 100644 --- a/docs/quick-start/create-a-connection-string.txt +++ b/docs/quick-start/create-a-connection-string.txt @@ -58,6 +58,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: Configure Your MongoDB Connection - :uri: /quick-start/configure-mongodb/ diff --git a/docs/quick-start/create-a-deployment.txt b/docs/quick-start/create-a-deployment.txt index a4edb7dc1..5c0cc6f17 100644 --- a/docs/quick-start/create-a-deployment.txt +++ b/docs/quick-start/create-a-deployment.txt @@ -26,6 +26,3 @@ After completing these steps, you have a new free tier MongoDB 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/ diff --git a/docs/quick-start/download-and-install.txt b/docs/quick-start/download-and-install.txt index f4b4b8aa5..5d9d1d69f 100644 --- a/docs/quick-start/download-and-install.txt +++ b/docs/quick-start/download-and-install.txt @@ -114,6 +114,3 @@ to a Laravel web application. {+odm-short+} dependencies installed. .. include:: /includes/quick-start/troubleshoot.rst - -.. button:: Create a MongoDB Deployment - :uri: /quick-start/create-a-deployment/ diff --git a/docs/quick-start/view-data.txt b/docs/quick-start/view-data.txt index ecd5206a0..9be7334af 100644 --- a/docs/quick-start/view-data.txt +++ b/docs/quick-start/view-data.txt @@ -189,6 +189,3 @@ View MongoDB Data root directory to view a list of available routes. .. include:: /includes/quick-start/troubleshoot.rst - -.. button:: Next: Write Data - :uri: /quick-start/write-data/ diff --git a/docs/quick-start/write-data.txt b/docs/quick-start/write-data.txt index 3ede2f8c5..d8a01666c 100644 --- a/docs/quick-start/write-data.txt +++ b/docs/quick-start/write-data.txt @@ -103,6 +103,3 @@ Write Data to MongoDB the top of the results. .. include:: /includes/quick-start/troubleshoot.rst - -.. button:: Next Steps - :uri: /quick-start/next-steps/