-
Notifications
You must be signed in to change notification settings - Fork 34
DOCSP-41950: Landing page #150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
norareidy
merged 10 commits into
mongodb:php-standardization
from
norareidy:DOCSP-41950-landing
Sep 25, 2024
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
769bbae
DOCSP-41950: Landing page
norareidy 8a54840
fix build errors
norareidy 189a314
fixes, data formats
norareidy a6e34bf
toc
norareidy 6e0fb61
fix
norareidy 29f110a
data formats folder
norareidy 76cb126
RR feedback
norareidy ac74278
fix
norareidy 8a63ade
Merge remote-tracking branch 'upstream/php-standardization' into DOCS…
norareidy 3aa2059
remove file
norareidy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
.. _php-data-formats: | ||
|
||
======================== | ||
Specialized Data Formats | ||
======================== | ||
|
||
.. contents:: On this page | ||
:local: | ||
:backlinks: none | ||
:depth: 1 | ||
:class: singlecol | ||
|
||
.. facet:: | ||
:name: genre | ||
:values: reference | ||
|
||
.. meta:: | ||
:keywords: store, bson, codec | ||
|
||
.. toctree:: | ||
:titlesonly: | ||
:maxdepth: 1 | ||
|
||
/data-formats/custom-types | ||
/data-formats/codecs | ||
/data-formats/decimal128 | ||
/data-formats/modeling-bson-data | ||
|
||
|
||
Overview | ||
-------- | ||
|
||
You can use several types of specialized data formats in your {+library-short+} | ||
application. To learn how to work with these data formats, see the following | ||
guides: | ||
|
||
- :ref:`php-custom-types` | ||
- :ref:`php-codecs` | ||
- :ref:`php-decimal128` | ||
- :ref:`php-bson` |
File renamed without changes.
2 changes: 2 additions & 0 deletions
2
source/tutorial/custom-types.txt → source/data-formats/custom-types.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
.. _php-custom-types: | ||
|
||
================= | ||
Custom Data-Types | ||
================= | ||
|
2 changes: 2 additions & 0 deletions
2
source/tutorial/decimal128.txt → source/data-formats/decimal128.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
.. _php-decimal128: | ||
|
||
========== | ||
Decimal128 | ||
========== | ||
|
2 changes: 2 additions & 0 deletions
2
source/tutorial/modeling-bson-data.txt → source/data-formats/modeling-bson-data.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
.. _php-bson: | ||
|
||
================== | ||
Modeling BSON Data | ||
================== | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
.. _php-faq: | ||
|
||
========================== | ||
Frequently Asked Questions | ||
========================== | ||
|
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
S: should we rename "driver-short"? Line 37