|
2 | 2 | MongoDB PHP Library Documentation |
3 | 3 | ================================= |
4 | 4 |
|
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. |
8 | 7 |
|
9 | | -Building the documentation requires `giza |
10 | | -<https://pypi.python.org/pypi/giza/>`_. |
| 8 | +File JIRA Tickets |
| 9 | +----------------- |
11 | 10 |
|
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>`_. |
15 | 13 |
|
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 | +-------- |
29 | 16 |
|
30 | 17 | 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/>`_. |
32 | 19 |
|
33 | 20 | The MongoDB Documentation Project is governed by the terms of the |
34 | | -`MongoDB/10gen Contributor Agreement |
| 21 | +`MongoDB Contributor Agreement |
35 | 22 | <https://www.mongodb.com/legal/contributor-agreement>`_. |
36 | 23 |
|
37 | | --- The MongoDB Docs Team |
| 24 | +-- The MongoDB Docs Team |
0 commit comments