Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 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
27 changes: 0 additions & 27 deletions Dockerfile

This file was deleted.

112 changes: 0 additions & 112 deletions Makefile

This file was deleted.

26 changes: 0 additions & 26 deletions conf-sitemap.xml

This file was deleted.

9 changes: 0 additions & 9 deletions entrypoint.sh

This file was deleted.

7 changes: 6 additions & 1 deletion snooty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,16 @@ intersphinx = [ "https://www.mongodb.com/docs/manual/objects.inv",
]

toc_landing_pages = [
"/quick-start"
"/quick-start-sinatra"
]

[constants]
rails-6-version = 6.0
rails-7-version = 7.1
odm = "Mongoid"
version = "9.0"
full-version = "{+version+}.2"
ruby-driver = "Ruby driver"
language = "Ruby"
quickstart-sinatra-app-name = "my-sinatra-app"
feedback-widget-title = "Feedback"
20 changes: 0 additions & 20 deletions source/Makefile

This file was deleted.

14 changes: 0 additions & 14 deletions source/README.md

This file was deleted.

57 changes: 0 additions & 57 deletions source/conf.py

This file was deleted.

6 changes: 6 additions & 0 deletions source/includes/quick-start/troubleshoot.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.. note::

If you run into issues, ask for help in the
:community-forum:`MongoDB Community Forums <>` or submit feedback by using
the :guilabel:`{+feedback-widget-title+}` button in the upper right
corner of the page.
2 changes: 1 addition & 1 deletion source/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ MongoDB in Ruby. To work with {+odm+} from the command line using
.. toctree::
:titlesonly:

/quick-start
/quick-start-sinatra
installation-configuration
tutorials
schema-configuration
Expand Down
7 changes: 0 additions & 7 deletions source/meta/404.txt

This file was deleted.

30 changes: 18 additions & 12 deletions source/quick-start.txt → source/quick-start-sinatra.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.. _mongoid-quick-start:
.. _mongoid-quick-start-sinatra:

===========
Quick Start
===========
=====================
Quick Start (Sinatra)
=====================

.. facet::
:name: genre
Expand All @@ -20,7 +20,7 @@ Quick Start
Overview
--------

This guide shows you how to use {+odm+} in a new web application,
This guide shows you how to use {+odm+} in a new Sinatra web application,
connect to a MongoDB cluster hosted on MongoDB Atlas, and perform
read and write operations on the data in your cluster.

Expand All @@ -34,6 +34,12 @@ read and write operations on the data in your cluster.
Ruby. By using {+odm+}, you can easily interact with your data and
create flexible data models.

Sinatra is a Domain Specific Language (DSL) for creating web
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I: Doesn't look like this needs capitalization

Suggested change
Sinatra is a Domain Specific Language (DSL) for creating web
Sinatra is a domain-specific language (DSL) for creating web

applications in {+language+}. Sinatra applications are simple to set up
and can provide faster request processing than other frameworks.

.. TODO .. tip:: If you prefer to use Rails as your web framework, see the Quick Start (Rails) guide.

MongoDB Atlas is a fully managed cloud database service that hosts your
MongoDB deployments. You can create your own free (no credit card
required) MongoDB Atlas deployment by following the steps in this guide.
Expand All @@ -48,11 +54,11 @@ that connects to a MongoDB deployment.

.. toctree::

/quick-start/download-and-install/
/quick-start-sinatra/download-and-install/

.. /quick-start/create-a-deployment/
.. /quick-start/create-a-connection-string/
.. /quick-start/configure-mongodb/
.. /quick-start/view-data/
.. /quick-start/write-data/
.. /quick-start/next-steps/
.. /quick-start-sinatra/create-a-deployment/
.. /quick-start-sinatra/create-a-connection-string/
.. /quick-start-sinatra/configure-mongodb/
.. /quick-start-sinatra/view-data/
.. /quick-start-sinatra/write-data/
.. /quick-start-sinatra/next-steps/
Loading
Loading