Skip to content

DOCSP-41680: Remove quick start buttons #3081

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions docs/quick-start.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ that connects to a MongoDB deployment.
`laravel-quickstart <https://github.com/mongodb-university/laravel-quickstart/>`__
GitHub repository.

.. 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 docs/quick-start/configure-mongodb.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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/
3 changes: 0 additions & 3 deletions docs/quick-start/create-a-connection-string.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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/
3 changes: 0 additions & 3 deletions docs/quick-start/create-a-deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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/
3 changes: 0 additions & 3 deletions docs/quick-start/download-and-install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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/
3 changes: 0 additions & 3 deletions docs/quick-start/view-data.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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/
3 changes: 0 additions & 3 deletions docs/quick-start/write-data.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Loading