Skip to content

Commit 4d4ab47

Browse files
(DOCSP-23254): Restructure Views page (#1260)
* (DOCSP-23254): Restructure Views page * restructuring views content * formatting fix * update snooty.toml * add examples for modifying and dropping views * tweak language * move text * adjust text * restructring * reorder sections * reformatting * wip * change underline * wording * wording * add learn more section * start sub-pages * add view sub-pages to toc * in progress feedback * reformatting * typo * restructure * clarify disambiguation * clarify disambiguation * final edits * move behavior to concept page * remove behavior page * fix formatting * refactor createView method page * fix toc errors * add collation example to landing page * add introdctory sentence * more edits * final review feedback * formatting
1 parent 173fb19 commit 4d4ab47

15 files changed

+683
-776
lines changed

snooty.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ toc_landing_pages = [
9191
"/core/timeseries-collections",
9292
"/core/timeseries-collections/timeseries-shard-collection",
9393
"/core/transactions",
94+
"/core/views",
9495
"/core/wiredtiger",
9596
"/core/zone-sharding",
9697
"/core/zone-sharding",

source/core/materialized-views.txt

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _manual-materialized-views:
2+
13
============================
24
On-Demand Materialized Views
35
============================
@@ -8,10 +10,12 @@ On-Demand Materialized Views
810
:description: MongoDB on-demand materialized view
911
:keywords: MongoDB, materialized view
1012

11-
.. note::
13+
.. note:: Disambiguation
1214

13-
The following page discusses on-demand materialized views. For
14-
discussion of views, see :doc:`/core/views` instead.
15+
This page discusses on-demand materialized views, which are stored on
16+
and read from disk. For discussion of standard views, which are
17+
computed on-demand and not stored to disk, see
18+
:ref:`views-landing-page`.
1519

1620
Starting in version 4.2, MongoDB adds the :pipeline:`$merge` stage for
1721
the :doc:`aggregation pipeline </core/aggregation-pipeline>`. This
@@ -189,6 +193,3 @@ See :pipeline:`$merge` for:
189193
- Example: :ref:`merge-mat-view-refresh`
190194

191195
- Example: :ref:`merge-mat-view-insert-only`
192-
193-
194-

0 commit comments

Comments
 (0)