Skip to content

Commit 189a314

Browse files
committed
fixes, data formats
1 parent 8a54840 commit 189a314

File tree

7 files changed

+53
-6
lines changed

7 files changed

+53
-6
lines changed

snooty.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ toc_landing_pages = [
2222
"/reference/class/MongoDBModelDatabaseInfo",
2323
"/reference/class/MongoDBModelIndexInfo",
2424
"/get-started",
25+
"/databases-collections",
2526
"/write",
26-
"/indexes"
27+
"/indexes",
28+
"/data-formats"
2729
]
2830

2931
sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"

source/data-formats.txt

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
.. _php-data-formats:
2+
3+
========================
4+
Specialized Data Formats
5+
========================
6+
7+
.. contents:: On this page
8+
:local:
9+
:backlinks: none
10+
:depth: 1
11+
:class: singlecol
12+
13+
.. facet::
14+
:name: genre
15+
:values: reference
16+
17+
.. meta::
18+
:keywords: store, bson, codec
19+
20+
.. toctree::
21+
:titlesonly:
22+
:maxdepth: 1
23+
24+
/data-formats/codecs
25+
/data-formats/custom-types
26+
/data-formats/decimal128
27+
/data-formats/modeling-bson-data
28+
29+
30+
Overview
31+
--------
32+
33+
You can use several types of specialized data formats in your {+driver-short+}
34+
application. To learn how to work with these data formats, see the following
35+
guides:
36+
37+
- :ref:`php-custom-types`
38+
- :ref:`php-codecs`
39+
- :ref:`php-decimal128`
40+
- :ref:`php-modeling-bson-data`

source/index.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ MongoDB PHP Library
1818
/indexes
1919
/monitoring
2020
/security
21+
/data-formats
2122
/compatibility
2223
/whats-new
2324
FAQ </faq>
@@ -89,6 +90,12 @@ Secure Your Data
8990
Learn about ways you can authenticate your application and encrypt your data in
9091
the :ref:`php-security` section.
9192

93+
Specialized Data Formats
94+
------------------------
95+
96+
Learn how to work with specialized data formats and custom types in the
97+
:ref:`php-data-formats` section.
98+
9299
Compatibility
93100
-------------
94101

source/tutorial/codecs.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
:orphan:
2-
31
.. _php-codecs:
42

53
======

source/tutorial/custom-types.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:orphan:
1+
.. _php-custom-types:
22

33
=================
44
Custom Data-Types

source/tutorial/decimal128.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:orphan:
1+
.. _php-decimal128:
22

33
==========
44
Decimal128

source/tutorial/modeling-bson-data.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:orphan:
1+
.. _php-bson:
22

33
==================
44
Modeling BSON Data

0 commit comments

Comments
 (0)