site_name: "MongoDB PHP library" site_url: http://mongodb.github.io/mongo-php-library repo_url: https://github.com/mongodb/mongo-php-library theme: readthedocs pages: - 'Home': 'index.md' - 'Getting Started': 'getting-started.md' - 'Upgrade Guide': 'upgrade-guide.md' - Tutorial: - 'BSON Conversion': 'tutorial/bson.md' - 'CRUD Operations': 'tutorial/crud.md' - 'Database Commands': 'tutorial/commands.md' - 'Indexes': 'tutorial/indexes.md' - 'Example Data': 'tutorial/example-data.md' - Classes: - 'Client': 'classes/client.md' - 'Database': 'classes/database.md' - 'Collection': 'classes/collection.md' markdown_extensions: - def_list - fenced_code - smarty - toc: permalink: true