Skip to content

DOCSP-41495: php v1.20 compat updates #90

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
merged 6 commits into from
Jul 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 11 additions & 24 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,36 +2,23 @@
MongoDB PHP Library Documentation
=================================

This repository contains documentation regarding the MongoDB PHP Library. This
documentation builds on the work of the `MongoDB
Manual <http://docs.mongodb.org/manual/>`_.
This repository contains documentation for the MongoDB PHP Library
component of the PHP Driver.

Building the documentation requires `giza
<https://pypi.python.org/pypi/giza/>`_.
File JIRA Tickets
-----------------

If you already have `giza <https://pypi.python.org/pypi/giza/>`_
installed, you can download and build this documentation locally with
the following command: ::
Please file issue reports or requests at the `Documentation Jira Project
<https://jira.mongodb.org/browse/DOCS>`_.

git clone git://github.com/mongodb/docs-php-library
cd docs-php-library/
make publish

View ``build/master/html/index.html`` to view your current build of the
documentation.

If you have not installed giza, you can do so with `pip`.

To contribute to the documentation, please fork this repository on
GitHub and issue a pull request. If you have not done so already,
please sign the `MongoDB/10gen Contributor Agreement
<https://www.mongodb.com/legal/contributor-agreement>`_.
Licenses
--------

All documentation is available under the terms of a `Creative Commons
License <http://creativecommons.org/licenses/by-nc-sa/3.0/>`_.
License <https://creativecommons.org/licenses/by-nc-sa/3.0/>`_.

The MongoDB Documentation Project is governed by the terms of the
`MongoDB/10gen Contributor Agreement
`MongoDB Contributor Agreement
<https://www.mongodb.com/legal/contributor-agreement>`_.

-- The MongoDB Docs Team
-- The MongoDB Docs Team
2 changes: 1 addition & 1 deletion mongo-php-library
Submodule mongo-php-library updated 176 files
3 changes: 3 additions & 0 deletions snooty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ toc_landing_pages = [

[substitutions]
php-library = "MongoDB PHP Library"

[constants]
php-library = "MongoDB PHP Library"