Skip to content
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
13 changes: 0 additions & 13 deletions config/intersphinx.yaml

This file was deleted.

14 changes: 8 additions & 6 deletions config/redirects
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ raw: ${prefix}/ -> ${base}/current/
raw: ${prefix}/stable -> ${base}/current/
raw: ${prefix}/master -> ${base}/upcoming/

# General redirects
[v9.0-*]: ${prefix}/${version}/whats-new/ -> ${base}/${version}/reference/release-notes/
[v9.0-*]: ${prefix}/${version}/compatibility/ -> ${base}/${version}/reference/compatibility/

# Redirects for standardized (new) page URLs in old docs
[*-v8.1]: ${prefix}/${version}/compatibility/ -> ${base}/${version}/reference/compatibility/
[*-v8.1]: ${prefix}/${version}/configuration/ -> ${base}/${version}/reference/configuration/
[*-v8.1]: ${prefix}/${version}/integrations-tools/rails-integration/ -> ${base}/${version}/reference/rails-integration/
[*-v8.1]: ${prefix}/${version}/quick-start-sinatra/ -> ${base}/${version}/tutorials/getting-started-sinatra/
Expand All @@ -32,14 +35,13 @@ raw: ${prefix}/master -> ${base}/upcoming/
[*-v8.1]: ${prefix}/${version}/interact-data/nested-attributes/ -> ${base}/${version}/reference/nested-attributes/
[*-v8.1]: ${prefix}/${version}/data-modeling/callbacks/ -> ${base}/${version}/reference/callbacks/
[*-v8.1]: ${prefix}/${version}/interact-data/transaction/ -> ${base}/${version}/reference/transactions/
[*-v8.1]: ${prefix}/${version}/whats-new/ -> ${base}/${version}/release-notes/mongoid-9.0/
[*-v8.1]: ${prefix}/${version}/reference/release-notes/ -> ${base}/${version}/release-notes/mongoid-9.0/
[*-v8.1]: ${prefix}/${version}/code-documentation/ -> ${base}/${version}/contributing/code-documentation/
[*-v8.1]: ${prefix}/${version}/issues-and-help/ -> ${base}/${version}/contributing/contributing-guidelines/
[*-v8.1]: ${prefix}/${version}/integrations-tools/external-resources/ -> ${base}/${version}/ecosystem/

# Redirects for old page URLs in standardized (new) docs
[v9.0-*]: ${prefix}/${version}/installation/ -> ${base}/${version}/#quick-start
[v9.0-*]: ${prefix}/${version}/reference/compatibility/ -> ${base}/${version}/compatibility/
[v9.0-*]: ${prefix}/${version}/reference/configuration/ -> ${base}/${version}/configuration/
[v9.0-*]: ${prefix}/${version}/reference/rails-integration/ -> ${base}/${version}/integrations-tools/rails-integration/
[v9.0-*]: ${prefix}/${version}/tutorials/ -> ${base}/${version}/
Expand All @@ -66,9 +68,9 @@ raw: ${prefix}/master -> ${base}/upcoming/
[v9.0-*]: ${prefix}/${version}/reference/callbacks/ -> ${base}/${version}/data-modeling/callbacks/
[v9.0-*]: ${prefix}/${version}/reference/sessions/ -> ${base}/${version}/interact-data/transaction/
[v9.0-*]: ${prefix}/${version}/reference/transactions/ -> ${base}/${version}/interact-data/transaction/
[v9.0-*]: ${prefix}/${version}/release-notes/upgrading/ -> ${base}/${version}/whats-new/
[v9.0-*]: ${prefix}/${version}/release-notes/mongoid-9.0/ -> ${base}/${version}/whats-new/
[v9.0-master]: ${prefix}/${version}/release-notes/mongoid-8.0/ -> ${base}/${version}/whats-new/
[v9.0-*]: ${prefix}/${version}/release-notes/upgrading/ -> ${base}/${version}/reference/release-notes/
[v9.0-*]: ${prefix}/${version}/release-notes/mongoid-9.0/ -> ${base}/${version}/reference/release-notes/
[v9.0-*]: ${prefix}/${version}/release-notes/mongoid-8.0/ -> ${base}/${version}/reference/release-notes/
[v9.0-*]: ${prefix}/${version}/contributing/code-documentation/ -> ${base}/${version}/code-documentation/
[v9.0-*]: ${prefix}/${version}/contributing/contributing-guidelines/ -> ${base}/${version}/issues-and-help/
[v9.0-*]: ${prefix}/${version}/additional-resources/ -> ${base}/${version}/integrations-tools/external-resources/
Expand Down
10 changes: 4 additions & 6 deletions source/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@
Secure Your Data </security>
Integrations & Tools </integrations-tools>
API Documentation </api-docs>
Compatibility </compatibility>
What's New </whats-new>
Reference </reference>
Issues & Help </issues-and-help>
View the Source <https://github.com/mongodb/mongoid>

Introduction
------------
Expand Down Expand Up @@ -92,11 +90,11 @@ To learn about the versions of the {+mdb-server+}, the {+language+}
language, the {+ruby-driver+}, and {+ror+} framework that are compatible
with each version of {+odm+}, see :ref:`mongoid-compatibility`.

What's New
----------
Release Notes
-------------

To view a list of new features and changes in each version, see the
:ref:`mongoid-whats-new` section.
:ref:`mongoid-release-notes` section.

Issues & Help
-------------
Expand Down
4 changes: 2 additions & 2 deletions source/legacy-files/upgrading.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ The following outlines our recommended procedure to upgrade to a new Mongoid ver
If you haven't yet enabled the latest behavior on your current version, you should do so
prior to upgrading.

3. Review the :ref:`Release Notes <release-notes>` carefully when upgrading.
3. Review the :ref:`Release Notes <mongoid-release-notes>` carefully when upgrading.

4. Test your app on the new version.

Expand Down Expand Up @@ -110,7 +110,7 @@ time to time. To do so, Mongoid may take one or more of the following actions:

- Add a log warning if the deprecated functionality is used.

- Inform of the deprecation in the :ref:`Release Notes <release-notes>`.
- Inform of the deprecation in the :ref:`Release Notes <mongoid-release-notes>`.

Mongoid may then remove the deprecated functionality in the next major version
release.
Expand Down
20 changes: 20 additions & 0 deletions source/reference.txt
Copy link
Contributor

Choose a reason for hiding this comment

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

Q: Did you want this page to be clickable? Just checking, fine if not!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

no, didnt want this page to be in the TOC!

Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
.. _mongoid-reference-landing:

=========
Reference
=========

.. meta::
:description: Find reference materials about Mongoid compatibility and new features.

.. toctree::
:titlesonly:
:maxdepth: 1

Release Notes </reference/release-notes>
Compatibility </reference/compatibility>
View the Source <https://github.com/mongodb/mongoid>

- :ref:`Release Notes <mongoid-release-notes>`
- :ref:`Compatibility <mongoid-compatibility>`
- `{+odm+} Source Repository <https://github.com/mongodb/mongoid>`__
File renamed without changes.
9 changes: 5 additions & 4 deletions source/whats-new.txt → source/reference/release-notes.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
.. _mongoid-whats-new:
.. _mongoid-release-notes:

==========
What's New
==========
=============
Release Notes
=============

.. contents:: On this page
:local:
:backlinks: none
:depth: 1
:depth: 2
:class: singlecol

Learn what's new in:
Expand Down
Loading