Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 3 additions & 16 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,5 @@
# Pull Request Info
The source for the C Driver has been moved to the monorepo:
https://github.com/10gen/docs-mongodb-internal/tree/main/content/c-driver

[PR Reviewing Guidelines](https://github.com/mongodb/docs-golang/blob/master/REVIEWING.md)
This repo is being maintained for archival reasons only.

JIRA - <https://jira.mongodb.org/browse/DOCSP-NNNNN>

### Staging Links

<!-- start insert-links --><!-- end insert-links -->

## Self-Review Checklist

- [ ] Is this free of any warnings or errors in the RST?
- [ ] Did you run a spell-check?
- [ ] Did you run a grammar-check?
- [ ] Are all the links working?
- [ ] Are the [facets and meta keywords](https://wiki.corp.mongodb.com/display/DE/Docs+Taxonomy) accurate?
- [ ] Are the page titles greater than 20 characters long and [SEO relevant](https://docs.google.com/spreadsheets/d/1Wkt0-5z04KmcMNscN5bjUKnzwWAtMq9VESp-Lz6r2o8/edit?usp=sharing)?
23 changes: 3 additions & 20 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,21 +1,4 @@
==============================
MongoDB C Driver Documentation
==============================
The source for the C Driver has been moved to the monorepo:
https://github.com/10gen/docs-mongodb-internal/tree/main/content/c-driver

This repository contains documentation for the MongoDB C Driver.

File JIRA Tickets
-----------------

To file issues or requests regarding the documentation, go to the `Documentation Jira Project <https://jira.mongodb.org/browse/DOCS>`_.

Licenses
--------

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

If you have any questions, please contact `docs@mongodb.com
<mailto:docs@mongodb.com>`_.

-- The MongoDB Documentation Team
This repo is being maintained for archival reasons only.
Loading