Skip to content

Commit 0b3760d

Browse files
authored
Merge pull request #90 from rustagir/DOCSP-41495-php-server-eol
DOCSP-41495: php v1.20 compat updates
2 parents b35d8d8 + 958c057 commit 0b3760d

File tree

3 files changed

+15
-25
lines changed

3 files changed

+15
-25
lines changed

README.rst

Lines changed: 11 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,36 +2,23 @@
22
MongoDB PHP Library Documentation
33
=================================
44

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

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

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

16-
git clone git://github.com/mongodb/docs-php-library
17-
cd docs-php-library/
18-
make publish
19-
20-
View ``build/master/html/index.html`` to view your current build of the
21-
documentation.
22-
23-
If you have not installed giza, you can do so with `pip`.
24-
25-
To contribute to the documentation, please fork this repository on
26-
GitHub and issue a pull request. If you have not done so already,
27-
please sign the `MongoDB/10gen Contributor Agreement
28-
<https://www.mongodb.com/legal/contributor-agreement>`_.
14+
Licenses
15+
--------
2916

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

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

37-
-- The MongoDB Docs Team
24+
-- The MongoDB Docs Team

mongo-php-library

Submodule mongo-php-library updated 176 files

snooty.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,6 @@ toc_landing_pages = [
2121

2222
[substitutions]
2323
php-library = "MongoDB PHP Library"
24+
25+
[constants]
26+
php-library = "MongoDB PHP Library"

0 commit comments

Comments
 (0)