Skip to content

Commit 634ea50

Browse files
author
Chris Cho
authored
DOCSP-35148: Convert docs to Snooty RST (mongodb#2704)
1 parent f708c90 commit 634ea50

17 files changed

+1449
-1261
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
* Move documentation to the mongodb.com domain at [https://www.mongodb.com/docs/drivers/php/laravel-mongodb/current/](https://www.mongodb.com/docs/drivers/php/laravel-mongodb/current/)
5+
46
## [4.1.0] - 2023-12-14
57

68
* PHPORM-100 Support query on numerical field names by [@GromNaN](https://github.com/GromNaN) in [#2642](https://github.com/mongodb/laravel-mongodb/pull/2642)

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ This package was renamed to `mongodb/laravel-mongodb` because of a transfer of o
1212
It is compatible with Laravel 10.x. For older versions of Laravel, please refer to the
1313
[old versions](https://github.com/mongodb/laravel-mongodb/tree/3.9#laravel-version-compatibility).
1414

15-
- [Installation](docs/install.md)
16-
- [Eloquent Models](docs/eloquent-models.md)
17-
- [Query Builder](docs/query-builder.md)
18-
- [Transactions](docs/transactions.md)
19-
- [User Authentication](docs/user-authentication.md)
20-
- [Queues](docs/queues.md)
21-
- [Upgrading](docs/upgrade.md)
15+
- [Installation](https://www.mongodb.com/docs/drivers/php/laravel-mongodb/current/install/)
16+
- [Eloquent Models](https://www.mongodb.com/docs/drivers/php/laravel-mongodb/current/eloquent-models/)
17+
- [Query Builder](https://www.mongodb.com/docs/drivers/php/laravel-mongodb/current/query-builder/)
18+
- [Transactions](https://www.mongodb.com/docs/drivers/php/laravel-mongodb/current/transactions/)
19+
- [User Authentication](https://www.mongodb.com/docs/drivers/php/laravel-mongodb/current/user-authentication/)
20+
- [Queues](https://www.mongodb.com/docs/drivers/php/laravel-mongodb/current/queues/)
21+
- [Upgrading](https://www.mongodb.com/docs/drivers/php/laravel-mongodb/current/upgrade/)
2222

2323
## Reporting Issues
2424

0 commit comments

Comments
 (0)