Skip to content

Commit

Permalink
DOCS-648: publication of new getting started tutorial document
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Kleinman committed Dec 11, 2012
1 parent 5d45a5c commit 2d5f9f4
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 13 deletions.
10 changes: 0 additions & 10 deletions source/includes/list-administration-tutorials.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
Installation
~~~~~~~~~~~~

- :doc:`/tutorial/install-mongodb-on-linux`
- :doc:`/tutorial/install-mongodb-on-red-hat-centos-or-fedora-linux`
- :doc:`/tutorial/install-mongodb-on-debian`
- :doc:`/tutorial/install-mongodb-on-ubuntu`
- :doc:`/tutorial/install-mongodb-on-os-x`
- :doc:`/tutorial/install-mongodb-on-windows`

Replica Sets
~~~~~~~~~~~~

Expand Down
17 changes: 14 additions & 3 deletions source/installation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@ and packages. Choose your platform below:
tutorial/install-mongodb-on-os-x
tutorial/install-mongodb-on-windows

After you have installed MongoDB consider the following documents as
you begin to learn about MongoDB:

- :doc:`/tutorial/getting-started`
- :doc:`/applications/create.txt`
- :doc:`/applications/read.txt`
- :doc:`/applications/update.txt`
- :doc:`/applications/delete.txt`

Release Notes
-------------

Expand All @@ -35,13 +44,15 @@ Stable versions have an even-numbered minor version number. For
example: v2.2 is stable, v2.0 and v1.8 were previously the stable,
while v2.1 and v2.3 is a development version.

- Current Stable Release
- Current Stable Release:

- :doc:`/release-notes/2.2`

- Previous Stable Releases
- Previous Stable Releases:

- :doc:`/release-notes/2.0`
- :doc:`/release-notes/1.8`

- Current Development Release (v2.3-series)
- Current Development Release (v2.3-series:)

- :doc:`/release-notes/2.4`
13 changes: 13 additions & 0 deletions source/tutorial.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,19 @@ documents, you can refer to the introductory :wiki:`MongoDB Tutorial
<>`. If there is a process or pattern that you would like to see
included here, please open a :issue:`Jira Case <DOCS>`.

Getting Started
---------------

..toctree::

- :doc:`/tutorial/install-mongodb-on-linux`
- :doc:`/tutorial/install-mongodb-on-red-hat-centos-or-fedora-linux`
- :doc:`/tutorial/install-mongodb-on-debian`
- :doc:`/tutorial/install-mongodb-on-ubuntu`
- :doc:`/tutorial/install-mongodb-on-os-x`
- :doc:`/tutorial/install-mongodb-on-windows`
- :doc:`/tutorial/getting-started`

.. index:: tutorials; administration
.. index:: administration tutorials
.. _tutorials-administration:
Expand Down
File renamed without changes.

0 comments on commit 2d5f9f4

Please sign in to comment.