-
Notifications
You must be signed in to change notification settings - Fork 455
CDRIVER-5565 remove non-API docs #1600
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
Conversation
The API and APM docs are linked to from mongodb.com.
The index page only shows one entry for `mongoc_kms_credentials_provider_callback_fn`.
The API docs are linked to from mongodb.com.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, with some recommended tweaks (at your discretion).
Co-authored-by: Roberto C. Sánchez <[email protected]>
Co-authored-by: Roberto C. Sánchez <[email protected]>
Merging. The
I expect it is unrelated to this PR. |
* libmongoc: remove links to content moved to mongodb.com The API and APM docs are linked to from mongodb.com. * libmongoc: remove no-longer-referenced files * libmongoc: remove `genindex` The index page only shows one entry for `mongoc_kms_credentials_provider_callback_fn`. * libmongoc: link to `MongoDB C Driver` page * libmongoc: fix links to `queryable-encryption` * libmongoc: fix links to `authentication` * libmongoc: fix links to `bulk` * libmongoc: fix links to `client-side-field-level-encryption` * libmongoc: fix links to `configuring_tls` * libmongoc: fix links to `connection-pooling` * libmongoc: fix links to `in-use-encryption` * libmongoc: fix links to `manage-collection-indexes` * libmongoc: fix links to ``setting_collation_order` * libmongoc: fix links to `tutorial_crud_operations` * libmongoc: fix link to `bulk_operation_bypassing_document_validation` * libmongoc: fix links to `cursors_tailable` * libbson: remove links to content moved to mongodb.com The API docs are linked to from mongodb.com. * libbson: link to `MongoDB C Driver` page * libbson: remove no-longer-referenced files * libbson: fix links to `errors` * libmongoc: fix links to `bson:errors` * libmongoc: fix links to `bson:lifetimes` * homepage: link to `MongoDB C Driver` page * libmongoc: remove no-longer-used images * libmongoc: remove unreferenced include * update links in README * update link in CONTRIBUTING.md * fix links to community forums * add missing "the" Co-authored-by: Roberto C. Sánchez <[email protected]> * fix `setting_collation_order_` links Co-authored-by: Roberto C. Sánchez <[email protected]> * fix `setting_collation_order_` in `generate-opts.py` --------- Co-authored-by: Roberto C. Sánchez <[email protected]>
Yeah, that failure looks completely unrelated. I will take a look at the task status on the waterfall and confirm. |
Summary
Rendered pages for the libmongoc and libbson projects are viewable from the Files tab of the make-docs Evergreen task.
Background & Motivation
Documentation has been migrated as part of DOCSP-29036. The DBX C/C++ team is expected to continue owning the API documentation.
CONTRIBUTING.md describes building docs with poetry. I use
sphinx-autobuild
, which starts a local server and auto-reloads: