@@ -13,7 +13,7 @@ Specify Documents to Return
1313.. facet::
1414 :name: genre
1515 :values: reference
16-
16+
1717.. meta::
1818 :keywords: read, paginate, pagination, order, code example
1919
@@ -181,7 +181,7 @@ skipping the first ``10`` documents:
181181
182182 .. output::
183183 :visible: false
184-
184+
185185 Acqua
186186 Acqua Restaurant
187187 Acqua Santa
@@ -217,26 +217,4 @@ guide, see the following API documentation:
217217- `IFindFluent <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.IFindFluent-2.html>`_
218218- `Limit() <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.IFindFluent-2.Limit.html>`_
219219- `Sort() <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.IFindFluent-2.Sort.html>`_
220- - `Skip() <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.IFindFluent-2.Skip.html>`_
221-
222- .. TODO: integrate into existing page
223-
224- Sample Class
225- ------------
226-
227- The code examples in this guide demonstrate how you can use builders to
228- create types to interact with documents in the sample collection ``plants.flowers``.
229- Documents in this collection are modeled by the following ``Flower`` class:
230-
231- .. literalinclude:: /includes/fundamentals/code-examples/builders.cs
232- :language: csharp
233- :dedent:
234- :start-after: start-model
235- :end-before: end-model
236-
237- Each builder class takes a generic type parameter
238- ``TDocument`` which represents the type of document that you are working
239- with. In this guide, the ``Flower`` class is the document type used in
240- each builder class example.
241-
242- - `SortDefinitionBuilder <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.SortDefinitionBuilder-1.html>`__
220+ - `Skip() <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.IFindFluent-2.Skip.html>`_
0 commit comments