Skip to content

Commit

Permalink
Docsp 30082 v1.7 doc to ref (#272)
Browse files Browse the repository at this point in the history
* DOCSP-30082-v1.7-ref-with-geo

* DOCSP-30082:v1.7-ref-no-geo

* DOCSP-30082:v1.7-last-fix

* DOCSP-30082:v1.7-last-fix
  • Loading branch information
nickldp authored Jun 15, 2023
1 parent d521e8b commit a16bf70
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 17 deletions.
2 changes: 0 additions & 2 deletions source/fundamentals/collations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
Collations
==========

.. default-domain:: mongodb

.. contents:: On this page
:local:
:backlinks: none
Expand Down
5 changes: 1 addition & 4 deletions source/fundamentals/crud/read-operations/count.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
Count Documents
===============

.. default-domain:: mongodb

.. contents:: On this page
:local:
:backlinks: none
Expand Down Expand Up @@ -249,8 +247,7 @@ guides:
- :ref:`golang-skip`
- :ref:`golang-limit`
- :ref:`golang-aggregation`

.. - :doc:`Collations </fundamentals/collations>`
- :ref:`golang-collations`

API Documentation
~~~~~~~~~~~~~~~~~
Expand Down
4 changes: 1 addition & 3 deletions source/fundamentals/crud/read-operations/query-document.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
Specify a Query
===============

.. default-domain:: mongodb

.. contents:: On this page
:local:
:backlinks: none
Expand Down Expand Up @@ -444,7 +442,7 @@ Additional Information
----------------------

.. For information on specifying a geospatial query, see the guide on
.. :doc:`Geospatial Data </fundamentals/crud/read-operations/geospatial>`.
.. :ref:`Geospatial Data <golang-geo>`.

API Documentation
~~~~~~~~~~~~~~~~~
Expand Down
5 changes: 1 addition & 4 deletions source/fundamentals/crud/read-operations/text.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
Search Text
===========

.. default-domain:: mongodb

.. contents:: On this page
:local:
:backlinks: none
Expand Down Expand Up @@ -387,8 +385,7 @@ guides:
- :manual:`$text </reference/operator/query/text/>`
- :manual:`$meta </reference/operator/aggregation/meta/>`
- :ref:`golang-aggregation`

.. - :doc:`Indexes </fundamentals/crud/indexes>`
- :ref:`golang-indexes`

API Documentation
~~~~~~~~~~~~~~~~~
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
Change a Document
=================

.. default-domain:: mongodb

.. contents:: On this page
:local:
:backlinks: none
Expand Down Expand Up @@ -126,8 +124,8 @@ the method selects and updates the first matched document. If no
documents match the query filter, the update operation makes no
changes.

.. See our :doc:`upsert guide </fundamentals/crud/write-operations/upsert>`
.. to learn how to insert a new document if no documents match the query filter.
See our :ref:`upsert guide <golang-upsert-guide>`
to learn how to insert a new document if no documents match the query filter.

Example
```````
Expand Down

0 comments on commit a16bf70

Please sign in to comment.