Skip to content

[Rust] Add monorepo notification #198

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

Merged
merged 1 commit into from
Jul 28, 2025
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,17 +1,4 @@
# Pull Request Info
The source for the Rust Driver documentation has been moved to the docs-mongodb-internal repo:
https://github.com/10gen/docs-mongodb-internal/tree/main/content/rust

[PR Reviewing Guidelines](https://github.com/mongodb/docs-rust/blob/master/REVIEWING.md)

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)?
This repo is being maintained for archival reasons only.
25 changes: 3 additions & 22 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,23 +1,4 @@
=================================
MongoDB Rust Driver Documentation
=================================
The source for the Rust Driver documentation has been moved to the docs-mongodb-internal repo:
https://github.com/10gen/docs-mongodb-internal/tree/main/content/rust

This repository contains documentation for the MongoDB Rust Driver.

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

Please file issue reports or requests at 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/>`_.

The MongoDB Documentation Project is governed by the terms of the
`MongoDB Contributor Agreement
<https://www.mongodb.com/legal/contributor-agreement>`_.

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