GitHub - mongodb/docs-ruby: MongoDB Ruby Documentation (original) (raw)

MongoDB Ruby Driver Documentation

This repository contains documentation regarding MongoDB Ruby Driver.

Build Locally

To build the documentation locally,

The generated HTML will be placed in build/master/html/.

Note: The build process invokes Sphinx and expects Sphinx's various binaries to be in PATH.

Changing Active Versions

This is done in mongodb/docs-tools repo, seehttps://github.com/mongodb/docs-tools/commit/6765172dbe5cb60fafd511be000dd99d653ab038and https://github.com/mongodb/docs-tools/commit/240dac304afbdcfc5c698ebb6a7d260bd14cd48b.

Contribute

To contribute to the documentation,

See the following documents that provide an overview of the documentation style and process:

File JIRA Tickets

File issue reports or requests at the Documentation Jira Project.

Ruby Driver Branch List

The branch list as well as which is the current one is maintained here: https://github.com/mongodb/docs-tools/blob/master/data/ruby-driver-published-branches.yaml

Licenses

All documentation is available under the terms of a Creative Commons License.

The MongoDB Documentation Project is governed by the terms of theMongoDB Contributor Agreement.

-- The MongoDB Docs Team