Skip to content

Fix a typo in the ensureIndex reference. #202

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
Sep 10, 2012
Merged

Fix a typo in the ensureIndex reference. #202

merged 1 commit into from
Sep 10, 2012

Conversation

kreuter
Copy link

@kreuter kreuter commented Sep 9, 2012

The ensureIndex reference uses the name "ensureIndexes", which does not exist.

@tychoish tychoish merged commit fffff1b into mongodb:master Sep 10, 2012
mongo-cr-bot pushed a commit that referenced this pull request Jan 4, 2022
mongodb-server-docs-sync-bot bot pushed a commit that referenced this pull request May 22, 2025
* DOCSP-33885 Fix Server Version Requirement References

* *

* typos

* AB feedback

* AV feedback

* *
mongodb-server-docs-sync-bot bot pushed a commit that referenced this pull request Jun 2, 2025
* DOCSP-22047 Clarify edit autoload

* DOCSP-22047 Clarify edit autoload

* Review updates
mongodb-server-docs-sync-bot bot pushed a commit that referenced this pull request Jun 6, 2025
mongodb-server-docs-sync-bot bot pushed a commit that referenced this pull request Jun 16, 2025
mongodb-server-docs-sync-bot bot pushed a commit that referenced this pull request Jul 1, 2025
<!-- Add a description of your PR here (optional) -->

- [DOCSP-39184](https://jira.mongodb.org/browse/DOCSP-39184)
-
[STAGING](https://preview-mongodbkanchanamongodb.gatsbyjs.io/ops-manager/DOCSP-39184/release-notes/application/)
- [LATEST BUILD
LOG](https://workerpool-boxgs.mongodbstitch.com/pages/job.html?collName=queue&jobId=664cd2a0cf5bec1c296cf824)

### Self-Review Checklist

- [ ]
[Define](https://wiki.corp.mongodb.com/display/DE/Taxonomy+tagging+instructions)
taxonomy
[values](https://wiki.corp.mongodb.com/display/DE/Docs+Taxonomy) at top
of page.
- [ ] Add genre facets (tutorial or reference), as in this [example
PR](10gen/cloud-docs#5042).
- [ ] Add programmingLanguage (if necessary).
- [ ] Add meta keywords (if necessary).
- [ ] Resolve any new warnings or errors in the build.
- [ ] Proofread for spelling and grammatical errors.
- [ ] Check staging for rendering issues.
- [ ] Confirm links are working.
mongodb-server-docs-sync-bot bot pushed a commit that referenced this pull request Jul 1, 2025
…es (#202) (#216)

<!-- Add a description of your PR here (optional) -->

- [DOCSP-39856](https://jira.mongodb.org/browse/DOCSP-39856)
-
[STAGING](https://preview-mongodbkanchanamongodb.gatsbyjs.io/ops-manager/DOCSP-39856/release-notes/application/)
- [LATEST BUILD
LOG](https://workerpool-boxgs.mongodbstitch.com/pages/job.html?collName=queue&jobId=664cd523cf5bec1c296dfde7)

### Self-Review Checklist

- [ ]
[Define](https://wiki.corp.mongodb.com/display/DE/Taxonomy+tagging+instructions)
taxonomy
[values](https://wiki.corp.mongodb.com/display/DE/Docs+Taxonomy) at top
of page.
- [ ] Add genre facets (tutorial or reference), as in this [example
PR](10gen/cloud-docs#5042).
- [ ] Add programmingLanguage (if necessary).
- [ ] Add meta keywords (if necessary).
- [ ] Resolve any new warnings or errors in the build.
- [ ] Proofread for spelling and grammatical errors.
- [ ] Check staging for rendering issues.
- [ ] Confirm links are working.
mongodb-server-docs-sync-bot bot pushed a commit that referenced this pull request Jul 11, 2025
mongodb-server-docs-sync-bot bot pushed a commit that referenced this pull request Jul 17, 2025
* fix title

* remove settings file

(cherry picked from commit 4e88041)

Co-authored-by: Rachel Mackintosh <[email protected]>
mongodb-server-docs-sync-bot bot pushed a commit that referenced this pull request Jul 23, 2025
* PHPORM-216 Remove $collection setting from DocumentModel and Connection::collection(). Use $table and Connection::table() instead (#3104)

* PHPORM-227 Fix single document upsert (#3100)

* DOCSP-42818: wherelike and wherenotlike docs (#3114)

* DOCSP-42818: wherelike and wherenotlike docs

* heading fix

* move section

* wip

* add cross link

* PHPORM-229 Make Query\Builder return objects instead of array to match Laravel's behavior (#3107)

* version bump

* DOCSP-42794: Laravel Passport (#3113)

Adds a section to the User Authentication page that describes Laravel Passport.

* Update PR template (#3121)

* PHPORM-231 Remove MongoFailedJobProvider (#3122)

* Remove MongoDBQueueServiceProvider in composer.json (#3131)

Class "MongoDB\Laravel\MongoDBQueueServiceProvider" not found  due to being removed in this commit
mongodb/laravel-mongodb@a0b6134

* Remove support for Laravel 10 (#3123)

* PHPORM-234 Convert dates in DB Query results (#3119)

Use the current timezone when reading an UTCDateTime

* PHPORM-157 Remove Blueprint::background() (#3132)

* PHPORM-235 Remove custom DatabaseTokenRepository (#3124)

* DOCSP-43158: carbon date values db query results (#3133)

* DOCSP-43158: carbon date values db query results

* add to upgrade guide

* wip

* PHPORM-236 Remove _id from query results (#3136)

* DOCSP-41335: Id field alias (#3042)

Adds information and an example of the ID field alias.
---------

Co-authored-by: norareidy <[email protected]>
Co-authored-by: rustagir <[email protected]>

* PHPORM-56 Replace Collection proxy class with Driver monitoring (#3137)

* Modernize code with rector (#3139)

* DOCSP-43172: Remove DatabaseTokenRepository class (#3130)

* DOCSP-43172: Remove DatabaseTokenRepository class

* JT feedback

* edit

* JT feedback 2

* DOCSP-43159: QB returns objects (#3135)

* DOCSP-43159: QB returns objects

* add to upgrade guide

* add depth layer

* JT tech review 2

* wip

* DOCSP-42956: Remove $collection support (#3138)

Adds a note about removed $collection and collection() support to the upgrade guide.

* DOCSP-42957: DateTimeInterface in queries (#3140)

Adds information & a code example about automatic conversion from DateTimeInterface to UTCDateTime in queries.

* Add options to countDocuments method (#3142)

* Update merge-up config for new branch pattern (#3143)

* Update changelog (#3144)

* Update changelog (#3144) (#3147)

Co-authored-by: Jérôme Tamarelle <[email protected]>

* Re-enable support for Laravel 10 (#3148)

* DOCSP-43539: v5 release (#3154)

* DOCSP-43539: v5 release

* toc reshuffle

* DOCSP-43530: Id field in query results (#3149)

Adds information about ID field representation in query builder results

* PHPORM-241 Add return type to CommandSubscriber (#3157)

* PHPORM-205: Automate branch creation when releasing (#3145)

* Automate branch creation when releasing

* Apply feedback from code review

* PHPORM-241 Add return type to CommandSubscriber (#3158)

* PHPORM-239 Convert `_id` and `UTCDateTime` in results of `Model::raw()` before hydratation (#3152)

* PHPORM-243 Alias `_id` to `id` in `Schema::getColumns()` (#3160)

* PHPORM-243 Alias _id to id in Schema::getColumns

* Support hasColumn for nested id

* Owner key for morphTo relations (#3162)

* Remove changelog, use release notes instead (#3164)

* DOCSP-43806: getColumns id alias (#3165)

* DOCSP-43806: getColumns id alias

* JT tech review 1

* PHPORM-248 register command subscriber only when logs are enabled (#3167)

* Fix `Query\Builder::pluck()` with `ObjectId` as key (#3169)

Conversion of ObjectId to string is done in Laravel

https://github.com/laravel/framework/blob/646520ad682d98b5211c6e26092259cfbe130b5c/src/Illuminate/Collections/Arr.php#L562

---------

Co-authored-by: Jérôme Tamarelle <[email protected]>

* PHPORM-207 Convert arrow notation -> to dot . (#3170)

* DOCSP-43615: raw() field conversions (#3172)

* DOCSP-43615: raw() ID conversion

* utcdatetime

* wording

* DOCSP-44172: Laravel Herd (#3171)

Adds information about Laravel Herd to the quick start

* Docs changes v5.1 (#3174)

Adds raw() field conversions and Laravel Herd information

* DOCSP-44158: Convert arrow to dot notation (#3173)

Adds information about dot and arrow notation conversion in v5.1

* DOCSP-44177: 5.1 compatibility (#3177)

Compatibility table updates for v5.1

* Typo in upgrade doc (#3180)

* DOCSP-44610: fix php links (#3185)

* DOCSP-44610: fix php links

* use php directive

* Don't add invalid regions to SARIF report (#3193)

* PHPORM-259 Register MongoDB Session Handler with `SESSION_DRIVER=mongodb` (#3192)

* PHPORM-259 Register MongoDB Session Handler with SESSION_DRIVER=mongodb
* Explicit dependency to symfony/http-foundation

* DOCSP-42964: Remove nested component (#3198)

* Disable mongoc_client reuse between connections (#3197)

* Increase connection timeouts to allow using Atlas shared clusters (#3206)

* PHPORM-263 Fix deprecation message for collection/table config in MongoDBQueueServiceProvider (#3209)

* DOCSP-45411: qb options (#3208)

* DOCSP-45411: qb options

* link

* NR PR fixes 1

* DOCSP-44949 TOC Relabel (#3204)

* DOCSP-44949 TOC Relabel

* indent

* DOCSP-42020: queues feedback (#3221)

* DOCSP-42020: queues feedback

* JS small fix

* DOCSP-42020: queues feedback 5.0 (#3222)

* DOCSP-42020: queues feedback

(cherry picked from commit 830ba9f2ab00f637c30e1f2526ea4b18ddc4ab0c)

* DOCSP-42020: queues feedback - 5.0+

* JS small fix

* replace cxn with db in tables

* PHPORM-274 List search indexes in `Schema::getIndexes()` introspection method (#3233)

* PHPORM-273 Add schema helpers to create search and vector indexes (#3230)

* Fix tests on Schema index helpers (#3236)

Add helpers for index exists/not-exists

* PHPORM-266 Run tests on Atlas Local (#3216)

* PHPORM-283 Add `Schema::dropSearchIndex()` (#3235)

* Update param types in docblocks (#3237)

* PHPORM-275 PHPORM-276 Add `Query\Builder::search()` and `autocomplete()` (#3232)

* PHPORM-277 Add `Builder::vectorSearch()` (#3242)

* PHPORM-286 Add `Query::countByGroup()` and other `aggregateByGroup()` functions (#3243)

* PHPORM-286 Add Query::countByGroup and other aggregateByGroup functions
* Support counting distinct values with aggregate by group
* Disable fail-fast due to Atlas issues

* PHPORM-209 Add query builder helper to set read preference (#3244)

* PHPORM-209 Add query builder helper to set read preference
* Support query timeout as decimal number of seconds

* PHPORM-28 Add Scout engine to index into MongoDB Search (#3205)

* Split Atlas tests into a distinct workflow matrix (#3245)

* DOCSP-45877: txn parallel ops not supported (#3247)

* DOCSP-45877: txn parallel ops not supported

* small fix

* DOCSP-45877: txn parallel ops not supported (#3247) (#3250)

* DOCSP-45877: txn parallel ops not supported

* small fix

(cherry picked from commit b89a52eef5910b1a56ec3d4c322cf320582fcaae)

* DOCSP-45877: txn parallel ops not supported (#3247) (#3249)

* DOCSP-45877: txn parallel ops not supported

* small fix

(cherry picked from commit b89a52eef5910b1a56ec3d4c322cf320582fcaae)

* DOCSP-45065: sessions documentation (#3254)

* DOCSP-45065: sessions documentation

* MW PR fixes 1

* JT tech review 1

* small fix error in build

* DOCSP-45065: sessions page quick fix (#3256)

* DOCSP-45065: sessions documentation

* MW PR fixes 1

* JT tech review 1

* small fix error in build

* DOCSP-45065: quick fix to full PR

* Add template types to relation classes (#3262)

* Add tests on doesntExist (#3257)

* DOCSP-38327: add Query Builder examples to usage examples (#3259)

* DOCSP-38327: add qb examples to usage exs

* add imports

* wip

* formatting

* wip

* fix tests?

* fix tests?

* wip

* wip

* wip:

* formatting

* formatting

* formatting

* fix tests

* fix tests

* small text changes

* fix error

* JS PR fixes 1

* add extra tests for each type of query

* formatting

* remove sort from deleteOne

* fix CI error

* Update output based on return type

* DOCSP-46438: Read preference (#3260)

* DOCSP-46438: Read preference

* edits

* tip

* fix test

* fix

* code

* JS feedback

* Switch example to SECONDARY_PREFERRED

* JT feedback

* apply phpcbf formatting

* tests

---------

Co-authored-by: Jérôme Tamarelle <[email protected]>

* PHPORM-295 VectorSearch path cannot be an array (#3263)

* DOCSP-46269: atlas search & atlas vector search pages (#3255)

* DOCSP-46269: as & avs

* wip

* wip

* wip

* JT small fix

* wip

* wip

* link fix

* merge upstream and make some changes from last PR

* revert changes to sessions page - will separate into another PR

* LM PR fixes 1

* small note

* filename change

* LM PR fixes 2

* wip

* wip

* fix term links

* fixes

* JT small fixes

* indentation fix

* DOCSP-35943: write operations reorg (#3275)

* DOCSP-35943: write operations reorg

* reusability

* wip

* NR PR fixes 1

* title fix

* DOCSP-46269 Fix doc examples on atlas search (#3279)

* PHPORM-296 Enable support for Scout v10 (#3280)

* PHPORM-268 Add configuration for scout search indexes (#3281)

* DOCSP-38130: Time series collections (#3274)

* DOCSP-38130: Time sereies collections

* apply phpcbf formatting

* fix

* build error

* JT feedback

* apply phpcbf formatting

* fixes

* apply phpcbf formatting

* JT feedback 2

* PHPORM-302 Compatibility with spatie/laravel-query-builder v6 (#3285)

* PHPORM-303 Require mongodb library v1.21 with aggregation builder (#3287)

* PHPORM-299 Enable PHPUnit 11 (#3286)

* DOCSP-46230: atlas search index mgmt (#3270)

* DOCSP-46230: atlas search index mgmt

* fix

* fix

* small fix

* wip

* wip

* wip

* wip

* test php link

* test php link

* RM PR fixes 1

* JT suggestion - move code to tests

* DOCSP-44554: add more aggregation examples (#3272)

* DOCSP-44554: add more agg exs

* import model fps

* fix formatting

* CI errors

* language formatting

* MW PR fixes 1

* JT small fix

* PHPORM-278 Introduce `Connection::getDatabase()` and `getClient` (#3289)

Deprecate getMongoDB and get MongoClient
Replace selectDatabase with getDatabase

* Rename Connection::getMongoDB to getDatabase

* Jerome suggestion

* DOCSP-35945: read operations reorg (#3293)

* DOCSP-35945: read operations reorg

* skip

* small fixes

* small fixes

* fixes - RM and moved a section

* link fic

* PHPORM-289 Support Laravel 12 (#3283)

* Remove suggestion of archived package mongodb/builder (#3296)

Now part of the mongodb/mongodb package

* Fix releasing from development branch (#3299)

* DOCSP-48028: v5.2 release (#3297)

* DOCSP-48028: v5.2 release

* wip

* wip

* add keyword

* Merges the read operation reorganization into 5.2 (#3301)

* DOCSP-35945: read operations reorg (#3293)

* DOCSP-35945: read operations reorg

* skip

* small fixes

* small fixes

* fixes - RM and moved a section

* link fic

* Fix releasing from development branch (#3299)

---------

Co-authored-by: MongoDB PHP Bot <[email protected]>
Co-authored-by: Andreas Braun <[email protected]>

* DOCSP-46479: document Scout integration (#3261)

* DOCSP-46479: document Scout integration

* NR PR fixes 1

* fix spacing

* fix spacing

* fix spacing

* fix spacing

* NR PR fixes 2

* JT tech comment

* fix spacing

* JT tech review 1

* JT tech review 1

* custom index

* link to atlas doc

* DOCSP-48018: laravel 12 feature compat (#3304)

* DOCSP-48018: laravel 12 feature compat

* small fixes

* JT fix

* DOCSP-47950: Fix all operator section (#3308)

* DOCSP-47950: Fix all operator section

* review feedback

* Remove link to builder package/repo (#3312)

* Bump ramsey/composer-install from 3.0.0 to 3.1.0 (#3317)

Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/ramsey/composer-install/releases)
- [Commits](ramsey/composer-install@3.0.0...3.1.0)

---
updated-dependencies:
- dependency-name: ramsey/composer-install
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix line spacing in feature compat doc (#3315)

* PHPORM-306 Test with MongoDB Driver v2 (#3319)

* Remove manual dirty _id check when updating a model (#3329)

* DOCSP-48956: replace tutorial link (#3333)

* PHPORM-311 Fix Update of numeric field name (#3336)

* PHPORM-311 Fix Update of numeric field name
* Use array_replace where keys must be preserved

* DOCSP-48817: php v2 extension compat (#3339)

* DOCSP-48817: php v2 extension compat

* small fix

* PHPORM-255 Enable disabling the `id` to `_id` field rename in embedded documents (#3332)

* Use stable version of mongodb extension v2 (#3343)

* Fixes: getting immutable_datetime property fails if `Date::use(CarbonImmutable::class)` is set (#3342)

* DOCSP-49236: v5.3 release (#3344)

* DOCSP-49217: disable id alias conversion in embedded docs (#3346)

* DOCSP-49217: disable id alias conversion in embedded docs

* add cross link

* typo fix

* JT tech review comment

* JT tech review comment 2

* PHPORM-320 Fix aliasing .id field path to ._id (#3353)

* PHPORM-310 Create dedicated session handler (#3348)

* DOCSP-49293: feature compatibility joins (#3355)

* Fix namespace of test classes (#3361)

Spotted with composer dump-autoload --strict-psr --optimize

* PHPORM-325 Add `getViews` and categorize table types (#3327)

* DOCSP-49324: dedicated session handler (#3364)

* Replaced a too strict assertion in DatabaseSessionHandler that prevented to use the sessions at all with a more simple sanity check (#3366)

Set zend.assertions=1

---------

Co-authored-by: Toni Vega <[email protected]>
Co-authored-by: Jérôme Tamarelle <[email protected]>

* Replaced a too strict assertion in DatabaseSessionHandler that prevented to use the sessions at all with a more simple sanity check (#3366) (#3368)

Set zend.assertions=1

---------

Co-authored-by: Toni Vega <[email protected]>

* Remove usage of deprecated getMongoDB method (#3367)

* Validate PSR namespaces in CI (#3363)

* PHPORM-331 Fix test on query payload (#3375)

New properties added by laravel/framework#55529

* PHPORM-330 Fix: Convert query duration time to milliseconds (#3374)

* Convert query duration time to milliseconds

* Test that query time is expressed in milliseconds

---------

Co-authored-by: Jérôme Tamarelle <[email protected]>

* DOCSP-49784: View file typo (#3376) (#3378)

* DOCSP-49784: View file typo (#3376)

(cherry picked from commit 0dc4a99819f2efad886dab7f6aa7c9a01fd2ddd3)

* fix test

* Fix database name extraction from DSN containing a CA file path (#3381)

* DOCSP-50023: remove eol server version mentions (#3387)

* [docs] add limitation to transactions page (#3389)

* Bump ramsey/composer-install from 3.1.0 to 3.1.1 (#3393)

Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/ramsey/composer-install/releases)
- [Commits](ramsey/composer-install@3.1.0...3.1.1)

---
updated-dependencies:
- dependency-name: ramsey/composer-install
  dependency-version: 3.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Extract duplicated collection methods in `Builder`

The logic for fetching views and collections are very nearly the
same bar aggregation support.

* Add collation to `getCollections` and `getViews`

Although it's not displayed anywhere other than `db:table` for now, the `collation`
column is present in some of laravel's artisan dabase commands.

* Add Pauline as a maintainer

* Change string literals in `SchemaTest` to constants

* Add conditional return type to `Builder::raw()` (#3395)

for both the Eloquent and the Query builder, so that developers can
understand that the return type will either be a `Collection` or an
`Expression` based on the argument that's passed to `raw()`

* DOCSP-48860: DOCS+ tutorial - Laravel MongoDB backend (#3386)

* DOCSP-48860: DOCS+ tutorial WIP

* wip

* add to toc

* LM PR fixes 1

* fix spacing

* LM PR fixes 2

* Support adding schema validation (#3397)

To support the '$jsonSchema' operation on collections

* DOCSP-50472: schema validation (#3400)

* DOCSP-50472: schema validation

* apply phpcbf formatting

* small wording fix

* fixes

* log error

* fix int type

* wip

* PV tech review 1

* PHPORM-351 `QueryBuilder` multiply and divide support (#3373)

* DOCSP-43518: logging (#3316)

* DOCSP-43518: query logging

* formatting

* remove controller

* tests

* tests

* tests

* tests

* test

* test

* test

* test

* test

* formatting

* Fix test on output

---------

Co-authored-by: Jérôme Tamarelle <[email protected]>

* Bump PHP to 8.2 in Docker test container (#3399)

* DOCSP-50607: multiply/divide QB methods (#3403)

* DOCSP-50607: multiply/divide QB methods

* separate mul & div examples

* add versioning

* wip

* Bump stefanzweifel/git-auto-commit-action from 5 to 6 (#3409)

Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 5 to 6.
- [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases)
- [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md)
- [Commits](stefanzweifel/git-auto-commit-action@v5...v6)

---
updated-dependencies:
- dependency-name: stefanzweifel/git-auto-commit-action
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Limit CI workflows to supported branches (#3411)

* Fix YAML indentation

* Limit CI workflows to supported branches

* Run CI for feature branches

* Improve error handling on unsupported hybrid queries (#3404)

Hybrid belongs-to-many relationships are not supported for query
constraints. However, the support check was done downstream of a bunch
of Eloquent stuff, resulting in the user getting an exception that
didn't tell them anything about the usage being unsupported.

This moves that check further up the chain so that the user is alerted
to the lack of support before we do anything else.

* DOCSP-50781: Update SoftDeletes references (#3413)

* Deprecate Mongo soft deletes trait (#3408)

In favor of the Laravel one. Ours is now obsolete; the SoftDeletes trait
is only necessary to remove the call to qualifyColumn in the parent
trait. But the DocumentModel::qualifyColumn is already disabled

* Add Mongo builder mixin to `DocumentModel` (#3417)

It helps with autocompletion as IDEs will recognize Mongo builder
methods that are not present on the base builder.

* PHPORM-361 Remove autocommit of CS fixes (#3420)

* PHPORM-146: Add override attribute everywhere (#3412)

* Add `#[Override]` attributes to `Query\Builder`

to keep track of the methods we're overriding on the base builder

* Add `#[Override]` attribute to `MongoBatchRepository`

* Add `#[Override]` attribute to `MongoLock`

* Add  attribute to Eloquent builder

* Add `#[Override]` attribute to `MongoQueue`

* Add `#[Override]` attribute to relationship classes

* Add `#[Override]` attribute to `Schema` namespace classes

* Add  attribute to session handler

* Add `#[Override]` attribute to Validation namespace

* Add `#[Override]` attribute to `CommandSubscriber`

* Add `#[Override] attribute to `Connection`

* Add `#[Override]` attribute to `ServiceProvider` implementations

* DOCSP-51402: schema-flexible terminology (#3424)

* PHPORM-361 Remove autocommit of CS fixes (#3420)

* DOCSP-51402: schema-flexible terminology (#3424)

* DOCSP-50960: Install PHP ext with pie (#3419)

* DOCSP-50960: Install PHP ext with pie (#3419) (#3426)

(cherry picked from commit a77aa60df132a8ec0d3f18c0bae652e5ee5a969a)

* PHPORM-369: Fix ID handling when using insert method instead of save (#3429)

* Fix ID handling when using insert method instead of save

* Add test with non-incrementing model

* Clean repo root

* add content

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: MongoDB PHP Bot <[email protected]>
Co-authored-by: Jérôme Tamarelle <[email protected]>
Co-authored-by: Rea Rustagi <[email protected]>
Co-authored-by: Mike Woofter <[email protected]>
Co-authored-by: Nora Reidy <[email protected]>
Co-authored-by: Jason <[email protected]>
Co-authored-by: norareidy <[email protected]>
Co-authored-by: rustagir <[email protected]>
Co-authored-by: JaeYeong Choi <[email protected]>
Co-authored-by: Andreas Braun <[email protected]>
Co-authored-by: Mohammad Mortazavi <[email protected]>
Co-authored-by: Fuyuki <[email protected]>
Co-authored-by: lindseymoore <[email protected]>
Co-authored-by: Barış Kartal <[email protected]>
Co-authored-by: Brad Miller <[email protected]>
Co-authored-by: Michael Morisi <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ivan Todorovic <[email protected]>
Co-authored-by: Sainesh Mamgain <[email protected]>
Co-authored-by: Toni Vega <[email protected]>
Co-authored-by: Toni Vega <[email protected]>
Co-authored-by: Amir Reza Mehrbakhsh <[email protected]>
Co-authored-by: fergusean <[email protected]>
Co-authored-by: Pauline Vos <[email protected]>
Co-authored-by: Pauline Vos <[email protected]>
Co-authored-by: Faissal Wahabali <[email protected]>
mongodb-server-docs-sync-bot bot pushed a commit that referenced this pull request Jul 25, 2025
mongodb-server-docs-sync-bot bot pushed a commit that referenced this pull request Jul 28, 2025
* DOCSP-47289 -- Removed mentions of service accounts as a preview feature

* DOCS-16995: fix broken link (#153)

* (DOCSP-48626) four small final review changes. (#154)

* Merge solutions library content (#249)

* (DOCSP-47913) Fixes card bugs on Security page (#121) (#122)

* Release (#127)

* (DOCSP-47913) Fixes card bugs on Security page (#121)

* (DOCSP-47879) SEO improvements (#126)

* (DOCSP-47879) SEO improvements

* Changes Features and Recommendations to Guidance for pages that have both

* Lengthens pillar page titles

* (DOCSP-48128) Replaces landing image with shorter version (#130) (#131)

* (DOCSP-48128) Replaces landing image with shorter version

* Tries smaller width

* DOCSP-49175-IS-section (#165)

* DOCSP-49175-IS-section

* updates

* edit

* Draft commit

* Draft commit

* Test build

* Edits

* Added to TOC

* Moved to subfolder

* DOCSP-49158-IS-content-migration-4

* add folder and toctree

* fix links

* ref link

* make all links the same

* fix link for real

* ugh link

* link madness

* one last time

* headings

* rename file

* fix meta error

* Image test

* More images, removing metadata file

* Indentation

* DOCSP-49157-audio-article

* DOCSP-49157-audio-article

* help

* DOCSP-49157-audio-article

* adding photos

* move image

* Internal review feedback

* Title case on page

* DOCSP-49157-audio-article

* DOCSP-49157-audio-article

* edits

* fix error

* DOCSP-49154-IS-content-migration-pdf-search (#166)

* DOCSP-49154-IS-content-migration-pdf-search

* first draft

* add images

* fix meta build error

* add svg dimensions

* add svg dimensions

* DOCSP-49157 copy edits

* DOCSP-49157 copy edits

* warning

* space

* back to normal ig

* DOCSP-49157-2 fixing build (#175)

* DOCSP-49157-2 fixing build

* DOCSP-4957-fixing-image-build

* DOCSP-49155-claim-management-llms (#174)

* DOCSP-49155-claim-management-llms

* build errors + add to toc

* add image

* internal review fix

* DOCSP-49333-solutions-library-landing-page (#176)

* DOCSP-49333-solutions-library-landing-page

* add cards

* layout and links

* render and order

* finish cards

* typo

* add correct icons

* fix warnings

* .

* group things correctly

* fix links

* try to fix link

* test

* revert :/

* DOCSP-49429-sl-landing-page-skeleton (#184)

* DOCSP-49429-sl-landing-page-skeleton

* rename to solutions library, add all tabs and subheaders

* card spacing

* toc skeleton & landing pages

* try 1 redirect

* comment out ununsed industry subtabs

* try ref with card

* fix comments

* try redirect

* try redirect

* add include of solutions lib landing page into industry landing pages

* try redirect

* try card link

* .

* revert

* fix links

* try linking to anchor hash

* add iot anchor hash link

* try anchor hash

* copy landing page into fin services

* remove slash

* try

* .

* testing

* test

* add target label

* test

* test

* toc test

* toc test

* fix error from comments

* test

* test content

* clean up & test

* update snooty file

* try anchor hash

* try anchor hash

* anchor hash permutations

* fin services landing page

* try anchor hash

* add all industries w articles

* industry-specific landing pages

* make drawers

* build error fix

* add staging links to cards for demo purposes

* fix file structure

* fix staging links

* add L3 headings

* fix media

* hide unused heading

* media

* Migration SL - rapid ai framework (#187)

* finished first draft

* added image ai-agent.svg

* testing updates

* some updates

* removed text for testing

* updated url AWS Bedrock

* fixed format issues

* fixed format issues

* added image and fixed format

* added image and fixed format

* fixed format

* fixed format

* fixed format and images

* fixed format and images

* fixed format

* fixed format

* fixed format

* fixed format

* fixed format

* fixed format

* changed name for index

* tested references

* updated format

* added meta description

* added additional files

* changed deployed version

* changed the structure for media personalization

* changed url for Gen AI card

* reviewed pull request observations

* updated code structure

* fixed indentation

* fixed indentation

* fixed image size

* fixed bullets

* Docs Migration - Event driven inventory system (#191)

* add event-driven-inventory solutions library

* added file to appropriate structure

* added files for correct structure

* added solutions overview section

* added video

* added images into Architecture

* added card to solutions library page

* added urls

* added reference architecture section

* added data model section

* added key learnings, technologies and authors

* redeployed asset

* added building the solution section

* changed index name for the SL

* changed order sl alphabetically

* updated index name

* updated index name

* updated index name

* changed files names

* updated url

* added path to retail-catalog

* updated path

* updated path

* changed url change streams

* updated file name for this solution

* added image sizes to figures

* addressed git review suggestions

* changed headings solutions overview

* removed punctuation from figures

* resolved conflicts

* SL Migration - Product Descriptions with Gen AI (#197)

* generated new project for product description

* added card information

* added card

* updated solutions overview section

* added reference architecture section

* added building the solution section

* added key learnings, technologies and authors sections

* updated minor erros

* added format changes to the solution

* changed formats and tone

* changed key learning messaging

* changed key learning messaging

* fixed description indentation

* removed space from meta

* replaced description into one line

* changed h2 titles in technologies and products

* removed punctuation from figures

* changed order

* changed index name

* added punctuation

* changed index names

* added capslock to titles

* added capslock to titles

* added capslock to event driven inventory

* SL Migration - Predictive maintenance (#210)

* set up framework for predictive maintenance asset

* added url to card

* added header section

* added images files

* added solutions overview section

* added reference architecture

* fixing solutions overview

* fixing solutions overview

* added reference architecture

* added reference architectures section

* added reference architecture section

* updated numeration

* updated technologies and partners section

* updated enumeration

* updated numeration

* added key learnings

* updated enumeration

* added changes

* added first step

* added first step

* added building the solution section;

* updated building section

* updated grammar

* changed index names

* changed format issues

* resolved comments

* added capslock in procedure

* resolved conflicts

* changed gen AI icon

* changed icon

* SL Migration - Automotive diagnostics (#204)

* staged initial draft

* added image width and height

* added use case section

* set card information

* added solutions overview

* added reference architecture

* added referenc architecture

* added remaining sections

* updated url for audio embeddings

* added solutions video

* removed punctuation from figures

* added capslock to instructions

* changed capitalization

* removed index additional spaces

* corrected description cards

* changed icos

* added capslock

* changed order cards

* AI video summarization (#217)

* AI Video Summarization Draft

* Gen AI-powered video draft

* Gen AI-powered video draft

* Added Github

* Added Cards

* Incorporated Suggestions and fetched updated Solutions POC

* Added Cards

* Added Cards

* To this end spacing issue resolved

* To this end spacing issue resolved

* Update solutions-library.txt

Removed Extra card

* Gamingmanagement (#202)

* Global Gaming Management Draft

* Streamline global gaming management first draft

* Streamline global gaming management first draft with IOT

* Streamline global gaming management first draft with IOT

* Streamline global gaming management first draft with IOT

* Streamline global gaming management first draft with IOT

* Streamline global gaming management first draft with IOT

* Added Github

* Added Github

* Added Github

* Added Github

* Added Github

* Added Github

* Added Github

* Added Github

* GamingManagement Updated

* GamingManagement Updated

* GamingManagement Updated

* GamingManagement Updated

* GamingManagement Updated

* Update source/solutions-library/Streamline-global-gaming-management.txt

Co-authored-by: Jeff Allen <[email protected]>

---------

Co-authored-by: Jeff Allen <[email protected]>

* add svg dimensions to fix build warnings (#226)

* init

* add svg dimensions to fix build warnings

* SL Migration - Omnichannel ordering (#216)

* deployed initial draft

* added capslock to a missing title

* added images

* added url to card

* capitalized cards

* changed url

* resolved heading

* resolved card header

* changed card info

* changed name for index

* addes first sections

* updated image

* finished solutions setup

* changed typo

* changed text

* changed text

* changed text

* changed text

* changed punctuation

* changed capslock in image

* changed text

* resolved indentation

* changed text

* changed text

* changed punctuation

* added card

* added gen AI card

* added changes

* added capslock

* added capslock

* changed card names

* added capslock

* changed url

* SL Migration - Unified Namespace (#221)

* set initial commit

* added card

* added use case section

* added solutions overview

* added architecture image

* added reference architecture

* added building the solution

* added image

* added title h3

* correct code indentation

* implemented all sections

* bolding key learning

* resolved conflicts

* added capslock to solution

* changed javascript language

* Retail - As-you-type suggestions SL migration (#194)

* test

* update

* update2

* update3

* update4

* update5

* update6

* card

* card2

* changed images location to folder industry-solutions

* resolve conflicts

* Ashley's comments

* Card error

* Card error 2

* Retail - AI product search SL migration (#209)

* update SL content: text, images, code and references.

* fix conflicts

* fix retail.txt

* fix code to show solution in deploy preview pt2

* fix code to show solution in deploy preview pt3

* fix code to show solution in deploy preview pt4

* page fixes

* Updated solution library content

Syntax fix.

* syntax fix

* syntax fix pt3

* add url to card

* add url to card pt2

* fixed typos and format

* fixed typos and format pt 2

* Ashley's comments

* Fixed cards

* Fixed card name

* Fixed card by alphabetical order

* Fix conflicts and Ashley's log fixes

* Fix conflicts and log fixes, image size

* Fix conflicts and log fixes, image size

* Insurance - image search SL migration (#213)

* added solution info, images, code and links

* publish solution in SL >> insurance >> gen AI

* fix error on code to display new file

* fixes

* fix code blocks

* fix video url

* fixes

* fixes

* fixes

* video fix test

* video fix test

* video fix test, add correct link

* video fix test, video title

* video fix and card

* fix title capitalization

* fix comments

* change card order and name

* change card capitalization

* change card order

* keywords and image size fixes

* SL Migration - Car Assistant (#223)

* initial commit

* added card

* set initial layout

* added introduction

* added solutions overview

* changed solutions overvies

* added architecture

* corrected image

* added changes

* added building the solution

* added new solution

* added data model approach

* added sections

* changed error

* removed point

* SL Migration - Telco Ops (#227)

* initial commit

* solved intro typos

* fix index

* added url

* gen ai card

* added genAI card retail

* added changes

* added images

* changed card headline

* added mongodb

* added telecoms header

* added headers

---------

Co-authored-by: Jonathan Wilson <[email protected]>

* SL Migration - Call centers (#228)

* initial commit

* corrected latest merge issues

* added initial layout

* set up headlines

* added images

* added changes

* added changes overview

* added url to card

* added solution

* added changes

* added capslock

* corrected suggestions

* added suggestions

* added headings

* resolved merge conflicts

* corrected insurance index

* added headers to insurance

* changed insurance cards

* solved conflict

* added modernization title

* SL Migration - Rag Chatbot (#224)

* initial commit

* changed card

* changed card

* added images

* added solutions overview

* resolved merge

* capslock cards

* resolved conflicts;

* changed capslock

* added card

* completed solution

* changed vector search

* added changes

* added build the solution

* fixed procedure step

* fixed typos

* fixed typo

* removed additional genAI card

* solved conflicts

* SL Migration - Fleet management (#233)

* initial commit

* changed url

* indentation issues fixed

* added changes

* removed punctuations

* added bold

* Retail - Dynamic Pricing SL Migration (#232)

* Update solution library info

* Created card and fixes some errors with the bullets

* Fixed bullet indent and minor code errors

* Fixed table and created card

* Fixed card link to solution preview

* Fixed capitalization in a subtitle

* Final Draft for  IoT Datahub Smart Manufacturing Solution (#195)

* Final Draft for IoT SmartHub

* Merged with Upstream

* Removed Depricated features

* Removed Depricated features

* Streamline global gaming management first draft with IOT

* Streamline global gaming management first draft with IOT

* Streamline global gaming management first draft with IOT

* Streamline global gaming management first draft with IOT

* Removed Depricated features

* Added Github

* Removed Depricated features

* Added Github

* GamingManagement Updated

* GamingManagement Updated

* GamingManagement Updated

* Resolved conflicts

* IOT Datahub

* IOT Datahub

* Resolved errors

* Resolved errors

* Added new cards

* Updated Solutions Lib

* Update IoT-datahub-manufacturing.txt

* Update solutions-library.txt

Arranged cards

* Update manufacturing-iot.txt

* Update IoT-datahub-manufacturing.txt

* Update solutions-library.txt

* Update solutions-library.txt

* Update IoT-datahub-manufacturing.txt

Figures text change

* Update Azure Smart IoT Hub - Ref Arch After state.svg

Size changes

* Update Azure Smart IoT Hub - Ref Arch Before state.svg

* Update Azure Smart IoT Hub - Solution Overview 2.svg

* SL Migration - AI healthcare (#238)

* initial commit

* added changes to main file

* changed card orders

* changed icon

* images trial

* added image

* added image size

* added images

* deployed changes

* added correct indentation

* added indentation

* added changes

* added line

* changed punctuation

* fixed gaming image log error

* added gaming image

* fixed typo

* Automating Digital Underwriting with Machine Learning (#235)

* V2 Branch for Underwriting

* V2 Branch for Underwriting Removed Depricated services

* V2 Branch for Underwriting Removed Conflicts

* Diego Reviewed changes

* Diego Reviewed changes

* Added Images

* Added Image Refs

* Partner tech change

* Update source/includes/images/industry-solutions/Writing Fig1.svg

Co-authored-by: Jeff Allen <[email protected]>

---------

Co-authored-by: Jeff Allen <[email protected]>

* AI realtime pricing (#199)

* AI Driven Real Time Pricing Draft

* AI Driven Real Time Pricing Draft

* AI Driven Real Time Pricing Draft for Manufacturing

* AI Driven Real Time Pricing Draft Sub Bullets

* AI Driven Real Time Pricing Final

* Added Github

* Added Github

* Added Github

* Added Github

* Added Github

* Added Github

* Added Github

* Added Github

* Added Github

* Added Github

* Added Github

* Added Github

* Added Github

* Added Github

* Added Github

* Added Github

* Added Github

* Added Cards

* RealTime Pricing Updated

* RealTime Pricing Updated

* RealTime Pricing Updated

* RealTime Pricing Updated

* Updated Solutions Lib

* Updated Solutions Lib

* Updated Solutions Lib

* Updated Files

* Updated Files

* Updated Files

* Updated Files

* Updated Files

* Updated SVG files

* Updated SVG files

* Deleted avif pictures

* SL Migration - Rocket Launch (#234)

* initial commit

* rocket-launch

* changed image number

* added data approach

* finished data model approach

* added technologies and products

* added changes

* added missing character

* corrected steps titles

* rephrased the key learnings

* added capslock to as you type

* changed gaming figure

* added suggestions

* SL Migration - RFID Tracking (#236)

* initial commit

* added Solutions Overview

* added architecture reference

* added headers

* changed introductory phrase

* changed introduction

* adapted introduction

* add bold in introduction

* added RFID meaning

* changed headers

* added header

* header

* changed headers

* added headers

* make bold

* changed headers

* arranged headers

* added key changes

* setup initial building the solution

* changed introduction

* arranged indentation

* added headers in building the solution

* added building the solution

* changed introduction reference architecture

* simplified language

* simplified language

* simplified language

* simplified language

* simplified language

* update code space

* added capslock to a prior solution

* Fin-services - Agentic Portfolio SL Migration  (#239)

* Update SL with corresponding info

* Updated images and fixed finservicesgenai to show solution

* Updated order, switched Why MongoDB after Building the solution, deleted gif, and fixed a couple of typos

* Fixed typos and minor code errors

* Fixed syntax on Figure titles, and index-card title

* Two tiny fixes, remove comma and break before list.

* Power Smart Meter Analysis with MongoDB (#214)

* Added Github

* Added Github

* SmartMeter Draft 1

* SmartMeter Draft 2

* SmartMeter Draft 3

* SmartMeter Draft 4

* Updated Solutions Lib

* Updated Solutions Lib

* Updated Solutions Lib

* Updated Solutions Lib

* Updated Files

* Updated Files

* Updated Files

* Updated Files

* Updated Files

* Updated Files

* Updated Files

* Update smart-meter.txt

Added '.'

* Leafy Airlines (#222)

* Added Github

* Airline Draft 1

* Airline Draft 2

* Airline Draft 3

* Airline Draft 4

* Airline Draft 5

* Airline Draft 6

* Airline Draft 7

* Airline Draft 7

* Airline Draft 8

* Airline Draft 8

* Airline Draft 8

* Airline Draft 9

* Airline Draft 9

* Airline Draft 9

* Updated Files

* Updated Files

* Updated test files

* Added test files and Arranged cards

* Arranged cards

* Updated Code text

* Figure 1

* DOCSP-49594 -- Migration of financial services docs (#193)

* DOCSP-49594 -- First draft of credit-card-application-with-generative-ai.txt. Not ready

* DOCSP-49594 -- Fixed link

* DOCSP-49594 -- Test with inter-repo links

* Second try with inter-repo links

* DOCSP-49597 -- Formatted entire document. Metadata and rendering details pending

* DOCSP-49597 -- Added card. Fixed links.

* DOCSP-49597 -- added snooty variables

* DOCSP-49597 -- fixed errors

* DOCSP-49597 - Fixed errors

* DOCSP-49597 - Embedded video

* DOCSP-49597 - Embedded video 2nd try

* DOCSP-49597 - Removed video alt option

* DOCSP-49597 - Fixed link in new card in /solutions-library.txt

* DOCSP-49597 - Fixed link again

* DOCSP-49598 -- First draft of /assessing-business-loan-risks-with-generative-ai.txt

* DOCSP-49598 -- Added caption

* DOCSP-49598 -- Removed caption

* DOCSP-49598 -- Added images

* DOCSP-49598 -- Added card in landing page

* DOCSP-49598 -- Added loan risk assessment doc to toctree

* DOCSP-49598 -- Added snooty constants and replacements

* DOCSP-49598 -- Fixed render errors

* DOCSP-49598 -- Fixed errors

* DOCSP-49598 -- Fixed incorrect image

* DOCSP-49599 -- First draft for source/solutions-library/ai-driven-interactive-banking.txt

* DOCSP-49599 -- Added interactive banking doc to toctree and corresponding card to landing page. Added snooty varaibles.

* DOCSP-49599 -- Fixed typo. 2nd try with video

* DOCSP-49599 -- 3rd try with local video

* DOCSP-49599 -- 4th try with local video

* DOCSP-49599 -- Fixed indentation

* DOCSP-49599 -- Another try with .svg image

* DOCSP-49599 -- Changed mp4 to gif file

* DOCSP-49600 -- Added source/solutions-library/fraud-prevention.txt

* DOCSP-49600 -- Added card for fraud-prevention.txt in solutions library

* DOCSP-49600 -- Fixed indentation in solutions library

* DOCSP-49600 -- Fixed errors

* DOCSP-49600 -- Fixed spacing

* DOCSP-49600 -- Added snooty items

* DOCSP-49600 -- Changed doctree files

* DOCSP-49600 -- Added title case

* DOCSP-49600 -- Added title case x2

* DOCSP-49600 -- First draft for source/solutions-library/card-fraud-solution.txt

* DOCSP-49600 -- Added snooty substitutions and constants

* DOCSP-49600 -- Fixed errors

* DOCSP-49600 -- Fixed errors 2

* DOCSP-49600 -- Fixed errors 3

* DOCSP-49600 -- Fixed link

* DOCSP-49600 -- Fixed link 2

* DOCSP-49601 -- First draft for source/includes/images/industry-solutions/vector-search-fraud-prevention.txt

* DOCSP-49601 -- Corrected file location

* DOCSP-49601 -- Fixed errors

* DOCSP-49601 -- Added snooty variables

* DOCSP-49601 -- Added snooty variables 2

* DOCSP-49603 -- First draft for source/solutions-library/open-finance-data-store.txt

* DOCSP-49603 -- Fixed errors

* DOCSP-49603 -- Fixed errors 2

* DOCSP-49603 -- 2nd draft of source/solutions-library/open-finance-data-store.txt

* DOCSP-49604 -- First draft source/solutions-library/hasura-fintech-services.txt

* DOCSP-49604 -- Added card to lansing page. Snooty replacements, corrected code block include.

* DOCSP-49605 -- first draft for source/solutions-library/payments-solution

* DOCSP-49605 -- fixed bug. changed icons in cards

* DOCSP-49605 -- fixed bug x2

* DOCSP-45597 -- Fixed errors and warnings in log

* DOCSP-45597 -- Fixed errors and warnings in log 2

* DOCSP-45597 -- Fixed errors and warnings in log 3

* Update source/solutions-library/ai-driven-interactive-banking.txt

Co-authored-by: Nick Villahermosa <[email protected]>

* Update source/solutions-library/open-finance-data-store.txt

Co-authored-by: Nick Villahermosa <[email protected]>

* Update source/solutions-library/credit-card-application-with-generative-ai.txt

Co-authored-by: Nick Villahermosa <[email protected]>

* Update source/solutions-library/credit-card-application-with-generative-ai.txt

Co-authored-by: Nick Villahermosa <[email protected]>

* Update source/solutions-library/open-finance-data-store.txt

Co-authored-by: Nick Villahermosa <[email protected]>

* Update source/solutions-library/credit-card-application-with-generative-ai.txt

Co-authored-by: Nick Villahermosa <[email protected]>

* Update source/solutions-library/credit-card-application-with-generative-ai.txt

Co-authored-by: Nick Villahermosa <[email protected]>

* Update source/solutions-library/credit-card-application-with-generative-ai.txt

Co-authored-by: Nick Villahermosa <[email protected]>

* DOCSP-49597 -- Fixed substitutions mistakes and corrected numbered list on credit-card-application-with-generative-ai.txt

* DOCSP-49597 -- Further changes to bulleted list

* Update source/solutions-library/assessing-business-loan-risks-with-generative-ai.txt

Co-authored-by: Nick Villahermosa <[email protected]>

* DOCSP-49597, 49598, 49599, and 49600 -- Fixed errors based on feedback.

* DOCSP-49601 -- Fixed errors based on feedback

* DOCSP-49602 -- Fixed errors based on feedback

* DOCSP-49603 -- Fixed errors based on feedback

* DOCSP-49603 -- Added json defintion to codeblocks

* DOCSP-49604 -- Fixed errors based on feedback

* DOCSP-49605 -- Fixed errors based on feedback

* Fixed indentation to avoid warning in log

* DOCSP-49599 -- Warning in log persists. Small change in /ai-driven-interactive-banking.txt to test

* DOCSP-49599 -- Warning in log persists. 2nd  change in /ai-driven-interactive-banking.txt to test

* DOCSP-49605 -- Corrected capitalization in heading to match other headings in article

* DOCSP-49603 -- Corrected indenting and spacing in a list

* DOCSP-49603 -- Corrected indenting on list again. Original version has bullets inside of bullets. This version removes 2nd level bullets to render correctly.

* DOCSP-49603 -- Added blank lines in list

* DOCSP-49602 -- Corrected line in last section

* DOCSP-49600 -- Fixed spacing in Technologies and Products section

* DOCSP-49600 -- Fixed spacing in Technologies and Products section x2

* DOCSP-49597 -- corrected incorrect title

* DOCSP-49597 -- Matched capitalization to other headings in the doc

* Update leafy-bank-in-aws.svg

* Update open-finance-architecture.svg. Added width and height

* Update leafy-bank-in-aws.svg. Modified width and height values

* Update leafy-bank-in-aws.svg. Modified width and height values.

* Update leafy-bank-in-aws.svg. Modified values again.

* Update open-finance-architecture.svg Modified height and values. Erased duplicated ones at the end of the code.

* Update open-finance-architecture.svg. Modified values again.

* Update open-finance-architecture.svg. Removed previously added height and weight values. They solve the build warning, but fail at rendering.

* Update source/solutions-library/assessing-business-loan-risks-with-generative-ai.txt

Co-authored-by: Nick Villahermosa <[email protected]>

* DOCSP-49598 -- Further changes based on feedback.

* DOCSP-49599 -- Further changes based on feedback.

* DOCSP-49600 -- Changed link in app services to doc that indicates the product is deprecated

* DOCSP-49600 -- Added newline

* DOCSP-49602 -- Fixed spacing and line breaks based on feedback

* DOCSP-49603 -- Added missing newline

* DOCSP-49604 -- Added missing paragraph and corrected indentation problem in json example

* DOCSP-49605 -- Added missing line and deleted unnecesary constant

---------

Co-authored-by: Nick Villahermosa <[email protected]>

* Fin-services - MongoDB + Fireworks SL Migration (#240)

* Create solution with relevant information

* Fix some typos and figure 2

* Fix some typos, card link, table column size

* Fixed bullet points and card typos

* Fixed use cases and industries, and aligned titles to standard structure

* Fireworks solution updates and fixes

* link fixes and added to index

* added model tuning link and fixed diagram

* fixed diagram

* fixes

* fixes

* fixes

* fixes

* fixes

* fixes

* Sarah's suggestions

* Sarah's suggestions

* Sarah's suggestions

* Sarah's suggestions

* Sarah's suggestions

* Ordered list, hardcoded...

* Control PR - Review Content (#243)

* review format

* formated agentic-portfolio

* formated flight-management

* added punctuation flight management

* modified fleet-management format

* reviewed fleet-management format

* reviewed automotive-diagnostics

* reviewed agentic-ai

* reviewed predictive maintenance

* reviewed car-assistant

* reviewed predictive-maintenance

* reviewed IoT dathub

* reviewed smart-meters;

* reviewed audio-based-ai

* reviewed rocket-lauch

* reviewed unified namespace

* reviewed AI-healthcare

* reviewed AI-healthcare

* integrated FSI solutions

* reviewed call-centers

* reviewed digitial-underwriting

* reviewed ai-healthcare again

* reviewed digitial underwriting

* reviewed solutions libraries

* reviewed AI-Enhanced claim adjustment

* reviewed gen ai insurance solutions

* reviewed gen ai insurance solutions

* reviewed insurance

* reviewed telco solution

* reviewed streamline global gaming

* reviewed ai-driven personalization

* reviewed ai-dirven personalization

* reviewed gen-ai video

* reviewed gen ai-powered video

* reviewed video-summarization

* reviewed video-summarization

* reviewed video-summarization

* reviewed as you type suggestions

* reviewed inventory system

* reviewed omnichannel ordering

* reviewed omnichannel ordering

* reviewed rfid solution

* reviewed product-search

* reviewed product-search

* reviewed product descriptions

* reviewed agentic rag

* reviewed agentic rag

* reviewed gen ai retail

* reviewed real time pricing

* reviewed dynamic pricing

* reviewed real-time pricing

* changes personalizaiton retail

* reviewed retail section

* changed manufacturing order

* changes to cards

* change to cards

* changes cards

* changed cards

* changed cards

* adapted icons

* changed icons

* changed icons

* changed icons

* changed order fsi

* changed FSI order

* changed FSI index

* reviewed Hasura solution

* reviewed Hasura solution

* reviewed open finance

* reviewed open finance

* reviewed open finance

* reviewed card fraud solution

* reviewed card fraud solution

* reviewed fraud detection accelerator

* reviewed vector search fraud

* reviewed fraud prevention

* reviewed fraud section

* reviewed agentic

* reviewed ai-driven banking

* reviewed assess loan

* reviewed credit card application

* reviewed fireworks

* solutions-review

* reviewed rag applications;

* reviewed payments modernization

* reviewed payments modernization accelerator

* reviewed agentic

* reviewed agentic solution

* reviewed fsi

* reviewed fsi

* reviewed cards

* changed indexes

* last check FSI

* reviewed insurance

* reviewed manufacturing

* reviewed FSI

* added solution information fsi

* reviewed

* general review

* resolved suggestions

* Build error fixes (#246)

* init

* fix build errors

* DOCSP-49527-add-article-urls-to-cards (#248)

* DOCSP-49527-add-article-urls-to-cards

* shorten URL to just file path

* replac full URLs with file paths in cards & fix file path names

* standardize naming

* fix build errors

* build errors

* ^

* release notes

* retry build

---------

Co-authored-by: Sarah Simpers <[email protected]>
Co-authored-by: Nick Villahermosa <[email protected]>
Co-authored-by: Grace Miller <[email protected]>
Co-authored-by: Lauren Tran <[email protected]>
Co-authored-by: ltran-mdb2 <[email protected]>
Co-authored-by: gmiller-mdb <[email protected]>
Co-authored-by: Alison Huh <[email protected]>
Co-authored-by: amalhotra-mdb <[email protected]>
Co-authored-by: Diego Canales <[email protected]>
Co-authored-by: Rakshit1798 <[email protected]>
Co-authored-by: andreaalaman <[email protected]>
Co-authored-by: Jonathan Wilson <[email protected]>
Co-authored-by: Javier Armendáriz <[email protected]>

---------

Co-authored-by: Javier Armendariz <[email protected]>
Co-authored-by: John Williams <[email protected]>
Co-authored-by: Javier Armendáriz <[email protected]>
Co-authored-by: Evelyn Rabil <[email protected]>
Co-authored-by: Sarah Simpers <[email protected]>
Co-authored-by: Nick Villahermosa <[email protected]>
Co-authored-by: Grace Miller <[email protected]>
Co-authored-by: Lauren Tran <[email protected]>
Co-authored-by: ltran-mdb2 <[email protected]>
Co-authored-by: gmiller-mdb <[email protected]>
Co-authored-by: Alison Huh <[email protected]>
Co-authored-by: amalhotra-mdb <[email protected]>
Co-authored-by: Diego Canales <[email protected]>
Co-authored-by: Rakshit1798 <[email protected]>
Co-authored-by: andreaalaman <[email protected]>
Co-authored-by: Jonathan Wilson <[email protected]>
mongodb-server-docs-sync-bot bot pushed a commit that referenced this pull request Jul 28, 2025
* DOCSP-47289 -- Removed mentions of service accounts as a preview feature

* DOCS-16995: fix broken link (#153)

* (DOCSP-48626) four small final review changes. (#154)

* Merge solutions library content (#249)

* (DOCSP-47913) Fixes card bugs on Security page (#121) (#122)

* Release (#127)

* (DOCSP-47913) Fixes card bugs on Security page (#121)

* (DOCSP-47879) SEO improvements (#126)

* (DOCSP-47879) SEO improvements

* Changes Features and Recommendations to Guidance for pages that have both

* Lengthens pillar page titles

* (DOCSP-48128) Replaces landing image with shorter version (#130) (#131)

* (DOCSP-48128) Replaces landing image with shorter version

* Tries smaller width

* DOCSP-49175-IS-section (#165)

* DOCSP-49175-IS-section

* updates

* edit

* Draft commit

* Draft commit

* Test build

* Edits

* Added to TOC

* Moved to subfolder

* DOCSP-49158-IS-content-migration-4

* add folder and toctree

* fix links

* ref link

* make all links the same

* fix link for real

* ugh link

* link madness

* one last time

* headings

* rename file

* fix meta error

* Image test

* More images, removing metadata file

* Indentation

* DOCSP-49157-audio-article

* DOCSP-49157-audio-article

* help

* DOCSP-49157-audio-article

* adding photos

* move image

* Internal review feedback

* Title case on page

* DOCSP-49157-audio-article

* DOCSP-49157-audio-article

* edits

* fix error

* DOCSP-49154-IS-content-migration-pdf-search (#166)

* DOCSP-49154-IS-content-migration-pdf-search

* first draft

* add images

* fix meta build error

* add svg dimensions

* add svg dimensions

* DOCSP-49157 copy edits

* DOCSP-49157 copy edits

* warning

* space

* back to normal ig

* DOCSP-49157-2 fixing build (#175)

* DOCSP-49157-2 fixing build

* DOCSP-4957-fixing-image-build

* DOCSP-49155-claim-management-llms (#174)

* DOCSP-49155-claim-management-llms

* build errors + add to toc

* add image

* internal review fix

* DOCSP-49333-solutions-library-landing-page (#176)

* DOCSP-49333-solutions-library-landing-page

* add cards

* layout and links

* render and order

* finish cards

* typo

* add correct icons

* fix warnings

* .

* group things correctly

* fix links

* try to fix link

* test

* revert :/

* DOCSP-49429-sl-landing-page-skeleton (#184)

* DOCSP-49429-sl-landing-page-skeleton

* rename to solutions library, add all tabs and subheaders

* card spacing

* toc skeleton & landing pages

* try 1 redirect

* comment out ununsed industry subtabs

* try ref with card

* fix comments

* try redirect

* try redirect

* add include of solutions lib landing page into industry landing pages

* try redirect

* try card link

* .

* revert

* fix links

* try linking to anchor hash

* add iot anchor hash link

* try anchor hash

* copy landing page into fin services

* remove slash

* try

* .

* testing

* test

* add target label

* test

* test

* toc test

* toc test

* fix error from comments

* test

* test content

* clean up & test

* update snooty file

* try anchor hash

* try anchor hash

* anchor hash permutations

* fin services landing page

* try anchor hash

* add all industries w articles

* industry-specific landing pages

* make drawers

* build error fix

* add staging links to cards for demo purposes

* fix file structure

* fix staging links

* add L3 headings

* fix media

* hide unused heading

* media

* Migration SL - rapid ai framework (#187)

* finished first draft

* added image ai-agent.svg

* testing updates

* some updates

* removed text for testing

* updated url AWS Bedrock

* fixed format issues

* fixed format issues

* added image and fixed format

* added image and fixed format

* fixed format

* fixed format

* fixed format and images

* fixed format and images

* fixed format

* fixed format

* fixed format

* fixed format

* fixed format

* fixed format

* changed name for index

* tested references

* updated format

* added meta description

* added additional files

* changed deployed version

* changed the structure for media personalization

* changed url for Gen AI card

* reviewed pull request observations

* updated code structure

* fixed indentation

* fixed indentation

* fixed image size

* fixed bullets

* Docs Migration - Event driven inventory system (#191)

* add event-driven-inventory solutions library

* added file to appropriate structure

* added files for correct structure

* added solutions overview section

* added video

* added images into Architecture

* added card to solutions library page

* added urls

* added reference architecture section

* added data model section

* added key learnings, technologies and authors

* redeployed asset

* added building the solution section

* changed index name for the SL

* changed order sl alphabetically

* updated index name

* updated index name

* updated index name

* changed files names

* updated url

* added path to retail-catalog

* updated path

* updated path

* changed url change streams

* updated file name for this solution

* added image sizes to figures

* addressed git review suggestions

* changed headings solutions overview

* removed punctuation from figures

* resolved conflicts

* SL Migration - Product Descriptions with Gen AI (#197)

* generated new project for product description

* added card information

* added card

* updated solutions overview section

* added reference architecture section

* added building the solution section

* added key learnings, technologies and authors sections

* updated minor erros

* added format changes to the solution

* changed formats and tone

* changed key learning messaging

* changed key learning messaging

* fixed description indentation

* removed space from meta

* replaced description into one line

* changed h2 titles in technologies and products

* removed punctuation from figures

* changed order

* changed index name

* added punctuation

* changed index names

* added capslock to titles

* added capslock to titles

* added capslock to event driven inventory

* SL Migration - Predictive maintenance (#210)

* set up framework for predictive maintenance asset

* added url to card

* added header section

* added images files

* added solutions overview section

* added reference architecture

* fixing solutions overview

* fixing solutions overview

* added reference architecture

* added reference architectures section

* added reference architecture section

* updated numeration

* updated technologies and partners section

* updated enumeration

* updated numeration

* added key learnings

* updated enumeration

* added changes

* added first step

* added first step

* added building the solution section;

* updated building section

* updated grammar

* changed index names

* changed format issues

* resolved comments

* added capslock in procedure

* resolved conflicts

* changed gen AI icon

* changed icon

* SL Migration - Automotive diagnostics (#204)

* staged initial draft

* added image width and height

* added use case section

* set card information

* added solutions overview

* added reference architecture

* added referenc architecture

* added remaining sections

* updated url for audio embeddings

* added solutions video

* removed punctuation from figures

* added capslock to instructions

* changed capitalization

* removed index additional spaces

* corrected description cards

* changed icos

* added capslock

* changed order cards

* AI video summarization (#217)

* AI Video Summarization Draft

* Gen AI-powered video draft

* Gen AI-powered video draft

* Added Github

* Added Cards

* Incorporated Suggestions and fetched updated Solutions POC

* Added Cards

* Added Cards

* To this end spacing issue resolved

* To this end spacing issue resolved

* Update solutions-library.txt

Removed Extra card

* Gamingmanagement (#202)

* Global Gaming Management Draft

* Streamline global gaming management first draft

* Streamline global gaming management first draft with IOT

* Streamline global gaming management first draft with IOT

* Streamline global gaming management first draft with IOT

* Streamline global gaming management first draft with IOT

* Streamline global gaming management first draft with IOT

* Added Github

* Added Github

* Added Github

* Added Github

* Added Github

* Added Github

* Added Github

* Added Github

* GamingManagement Updated

* GamingManagement Updated

* GamingManagement Updated

* GamingManagement Updated

* GamingManagement Updated

* Update source/solutions-library/Streamline-global-gaming-management.txt

Co-authored-by: Jeff Allen <[email protected]>

---------

Co-authored-by: Jeff Allen <[email protected]>

* add svg dimensions to fix build warnings (#226)

* init

* add svg dimensions to fix build warnings

* SL Migration - Omnichannel ordering (#216)

* deployed initial draft

* added capslock to a missing title

* added images

* added url to card

* capitalized cards

* changed url

* resolved heading

* resolved card header

* changed card info

* changed name for index

* addes first sections

* updated image

* finished solutions setup

* changed typo

* changed text

* changed text

* changed text

* changed text

* changed punctuation

* changed capslock in image

* changed text

* resolved indentation

* changed text

* changed text

* changed punctuation

* added card

* added gen AI card

* added changes

* added capslock

* added capslock

* changed card names

* added capslock

* changed url

* SL Migration - Unified Namespace (#221)

* set initial commit

* added card

* added use case section

* added solutions overview

* added architecture image

* added reference architecture

* added building the solution

* added image

* added title h3

* correct code indentation

* implemented all sections

* bolding key learning

* resolved conflicts

* added capslock to solution

* changed javascript language

* Retail - As-you-type suggestions SL migration (#194)

* test

* update

* update2

* update3

* update4

* update5

* update6

* card

* card2

* changed images location to folder industry-solutions

* resolve conflicts

* Ashley's comments

* Card error

* Card error 2

* Retail - AI product search SL migration (#209)

* update SL content: text, images, code and references.

* fix conflicts

* fix retail.txt

* fix code to show solution in deploy preview pt2

* fix code to show solution in deploy preview pt3

* fix code to show solution in deploy preview pt4

* page fixes

* Updated solution library content

Syntax fix.

* syntax fix

* syntax fix pt3

* add url to card

* add url to card pt2

* fixed typos and format

* fixed typos and format pt 2

* Ashley's comments

* Fixed cards

* Fixed card name

* Fixed card by alphabetical order

* Fix conflicts and Ashley's log fixes

* Fix conflicts and log fixes, image size

* Fix conflicts and log fixes, image size

* Insurance - image search SL migration (#213)

* added solution info, images, code and links

* publish solution in SL >> insurance >> gen AI

* fix error on code to display new file

* fixes

* fix code blocks

* fix video url

* fixes

* fixes

* fixes

* video fix test

* video fix test

* video fix test, add correct link

* video fix test, video title

* video fix and card

* fix title capitalization

* fix comments

* change card order and name

* change card capitalization

* change card order

* keywords and image size fixes

* SL Migration - Car Assistant (#223)

* initial commit

* added card

* set initial layout

* added introduction

* added solutions overview

* changed solutions overvies

* added architecture

* corrected image

* added changes

* added building the solution

* added new solution

* added data model approach

* added sections

* changed error

* removed point

* SL Migration - Telco Ops (#227)

* initial commit

* solved intro typos

* fix index

* added url

* gen ai card

* added genAI card retail

* added changes

* added images

* changed card headline

* added mongodb

* added telecoms header

* added headers

---------

Co-authored-by: Jonathan Wilson <[email protected]>

* SL Migration - Call centers (#228)

* initial commit

* corrected latest merge issues

* added initial layout

* set up headlines

* added images

* added changes

* added changes overview

* added url to card

* added solution

* added changes

* added capslock

* corrected suggestions

* added suggestions

* added headings

* resolved merge conflicts

* corrected insurance index

* added headers to insurance

* changed insurance cards

* solved conflict

* added modernization title

* SL Migration - Rag Chatbot (#224)

* initial commit

* changed card

* changed card

* added images

* added solutions overview

* resolved merge

* capslock cards

* resolved conflicts;

* changed capslock

* added card

* completed solution

* changed vector search

* added changes

* added build the solution

* fixed procedure step

* fixed typos

* fixed typo

* removed additional genAI card

* solved conflicts

* SL Migration - Fleet management (#233)

* initial commit

* changed url

* indentation issues fixed

* added changes

* removed punctuations

* added bold

* Retail - Dynamic Pricing SL Migration (#232)

* Update solution library info

* Created card and fixes some errors with the bullets

* Fixed bullet indent and minor code errors

* Fixed table and created card

* Fixed card link to solution preview

* Fixed capitalization in a subtitle

* Final Draft for  IoT Datahub Smart Manufacturing Solution (#195)

* Final Draft for IoT SmartHub

* Merged with Upstream

* Removed Depricated features

* Removed Depricated features

* Streamline global gaming management first draft with IOT

* Streamline global gaming management first draft with IOT

* Streamline global gaming management first draft with IOT

* Streamline global gaming management first draft with IOT

* Removed Depricated features

* Added Github

* Removed Depricated features

* Added Github

* GamingManagement Updated

* GamingManagement Updated

* GamingManagement Updated

* Resolved conflicts

* IOT Datahub

* IOT Datahub

* Resolved errors

* Resolved errors

* Added new cards

* Updated Solutions Lib

* Update IoT-datahub-manufacturing.txt

* Update solutions-library.txt

Arranged cards

* Update manufacturing-iot.txt

* Update IoT-datahub-manufacturing.txt

* Update solutions-library.txt

* Update solutions-library.txt

* Update IoT-datahub-manufacturing.txt

Figures text change

* Update Azure Smart IoT Hub - Ref Arch After state.svg

Size changes

* Update Azure Smart IoT Hub - Ref Arch Before state.svg

* Update Azure Smart IoT Hub - Solution Overview 2.svg

* SL Migration - AI healthcare (#238)

* initial commit

* added changes to main file

* changed card orders

* changed icon

* images trial

* added image

* added image size

* added images

* deployed changes

* added correct indentation

* added indentation

* added changes

* added line

* changed punctuation

* fixed gaming image log error

* added gaming image

* fixed typo

* Automating Digital Underwriting with Machine Learning (#235)

* V2 Branch for Underwriting

* V2 Branch for Underwriting Removed Depricated services

* V2 Branch for Underwriting Removed Conflicts

* Diego Reviewed changes

* Diego Reviewed changes

* Added Images

* Added Image Refs

* Partner tech change

* Update source/includes/images/industry-solutions/Writing Fig1.svg

Co-authored-by: Jeff Allen <[email protected]>

---------

Co-authored-by: Jeff Allen <[email protected]>

* AI realtime pricing (#199)

* AI Driven Real Time Pricing Draft

* AI Driven Real Time Pricing Draft

* AI Driven Real Time Pricing Draft for Manufacturing

* AI Driven Real Time Pricing Draft Sub Bullets

* AI Driven Real Time Pricing Final

* Added Github

* Added Github

* Added Github

* Added Github

* Added Github

* Added Github

* Added Github

* Added Github

* Added Github

* Added Github

* Added Github

* Added Github

* Added Github

* Added Github

* Added Github

* Added Github

* Added Github

* Added Cards

* RealTime Pricing Updated

* RealTime Pricing Updated

* RealTime Pricing Updated

* RealTime Pricing Updated

* Updated Solutions Lib

* Updated Solutions Lib

* Updated Solutions Lib

* Updated Files

* Updated Files

* Updated Files

* Updated Files

* Updated Files

* Updated SVG files

* Updated SVG files

* Deleted avif pictures

* SL Migration - Rocket Launch (#234)

* initial commit

* rocket-launch

* changed image number

* added data approach

* finished data model approach

* added technologies and products

* added changes

* added missing character

* corrected steps titles

* rephrased the key learnings

* added capslock to as you type

* changed gaming figure

* added suggestions

* SL Migration - RFID Tracking (#236)

* initial commit

* added Solutions Overview

* added architecture reference

* added headers

* changed introductory phrase

* changed introduction

* adapted introduction

* add bold in introduction

* added RFID meaning

* changed headers

* added header

* header

* changed headers

* added headers

* make bold

* changed headers

* arranged headers

* added key changes

* setup initial building the solution

* changed introduction

* arranged indentation

* added headers in building the solution

* added building the solution

* changed introduction reference architecture

* simplified language

* simplified language

* simplified language

* simplified language

* simplified language

* update code space

* added capslock to a prior solution

* Fin-services - Agentic Portfolio SL Migration  (#239)

* Update SL with corresponding info

* Updated images and fixed finservicesgenai to show solution

* Updated order, switched Why MongoDB after Building the solution, deleted gif, and fixed a couple of typos

* Fixed typos and minor code errors

* Fixed syntax on Figure titles, and index-card title

* Two tiny fixes, remove comma and break before list.

* Power Smart Meter Analysis with MongoDB (#214)

* Added Github

* Added Github

* SmartMeter Draft 1

* SmartMeter Draft 2

* SmartMeter Draft 3

* SmartMeter Draft 4

* Updated Solutions Lib

* Updated Solutions Lib

* Updated Solutions Lib

* Updated Solutions Lib

* Updated Files

* Updated Files

* Updated Files

* Updated Files

* Updated Files

* Updated Files

* Updated Files

* Update smart-meter.txt

Added '.'

* Leafy Airlines (#222)

* Added Github

* Airline Draft 1

* Airline Draft 2

* Airline Draft 3

* Airline Draft 4

* Airline Draft 5

* Airline Draft 6

* Airline Draft 7

* Airline Draft 7

* Airline Draft 8

* Airline Draft 8

* Airline Draft 8

* Airline Draft 9

* Airline Draft 9

* Airline Draft 9

* Updated Files

* Updated Files

* Updated test files

* Added test files and Arranged cards

* Arranged cards

* Updated Code text

* Figure 1

* DOCSP-49594 -- Migration of financial services docs (#193)

* DOCSP-49594 -- First draft of credit-card-application-with-generative-ai.txt. Not ready

* DOCSP-49594 -- Fixed link

* DOCSP-49594 -- Test with inter-repo links

* Second try with inter-repo links

* DOCSP-49597 -- Formatted entire document. Metadata and rendering details pending

* DOCSP-49597 -- Added card. Fixed links.

* DOCSP-49597 -- added snooty variables

* DOCSP-49597 -- fixed errors

* DOCSP-49597 - Fixed errors

* DOCSP-49597 - Embedded video

* DOCSP-49597 - Embedded video 2nd try

* DOCSP-49597 - Removed video alt option

* DOCSP-49597 - Fixed link in new card in /solutions-library.txt

* DOCSP-49597 - Fixed link again

* DOCSP-49598 -- First draft of /assessing-business-loan-risks-with-generative-ai.txt

* DOCSP-49598 -- Added caption

* DOCSP-49598 -- Removed caption

* DOCSP-49598 -- Added images

* DOCSP-49598 -- Added card in landing page

* DOCSP-49598 -- Added loan risk assessment doc to toctree

* DOCSP-49598 -- Added snooty constants and replacements

* DOCSP-49598 -- Fixed render errors

* DOCSP-49598 -- Fixed errors

* DOCSP-49598 -- Fixed incorrect image

* DOCSP-49599 -- First draft for source/solutions-library/ai-driven-interactive-banking.txt

* DOCSP-49599 -- Added interactive banking doc to toctree and corresponding card to landing page. Added snooty varaibles.

* DOCSP-49599 -- Fixed typo. 2nd try with video

* DOCSP-49599 -- 3rd try with local video

* DOCSP-49599 -- 4th try with local video

* DOCSP-49599 -- Fixed indentation

* DOCSP-49599 -- Another try with .svg image

* DOCSP-49599 -- Changed mp4 to gif file

* DOCSP-49600 -- Added source/solutions-library/fraud-prevention.txt

* DOCSP-49600 -- Added card for fraud-prevention.txt in solutions library

* DOCSP-49600 -- Fixed indentation in solutions library

* DOCSP-49600 -- Fixed errors

* DOCSP-49600 -- Fixed spacing

* DOCSP-49600 -- Added snooty items

* DOCSP-49600 -- Changed doctree files

* DOCSP-49600 -- Added title case

* DOCSP-49600 -- Added title case x2

* DOCSP-49600 -- First draft for source/solutions-library/card-fraud-solution.txt

* DOCSP-49600 -- Added snooty substitutions and constants

* DOCSP-49600 -- Fixed errors

* DOCSP-49600 -- Fixed errors 2

* DOCSP-49600 -- Fixed errors 3

* DOCSP-49600 -- Fixed link

* DOCSP-49600 -- Fixed link 2

* DOCSP-49601 -- First draft for source/includes/images/industry-solutions/vector-search-fraud-prevention.txt

* DOCSP-49601 -- Corrected file location

* DOCSP-49601 -- Fixed errors

* DOCSP-49601 -- Added snooty variables

* DOCSP-49601 -- Added snooty variables 2

* DOCSP-49603 -- First draft for source/solutions-library/open-finance-data-store.txt

* DOCSP-49603 -- Fixed errors

* DOCSP-49603 -- Fixed errors 2

* DOCSP-49603 -- 2nd draft of source/solutions-library/open-finance-data-store.txt

* DOCSP-49604 -- First draft source/solutions-library/hasura-fintech-services.txt

* DOCSP-49604 -- Added card to lansing page. Snooty replacements, corrected code block include.

* DOCSP-49605 -- first draft for source/solutions-library/payments-solution

* DOCSP-49605 -- fixed bug. changed icons in cards

* DOCSP-49605 -- fixed bug x2

* DOCSP-45597 -- Fixed errors and warnings in log

* DOCSP-45597 -- Fixed errors and warnings in log 2

* DOCSP-45597 -- Fixed errors and warnings in log 3

* Update source/solutions-library/ai-driven-interactive-banking.txt

Co-authored-by: Nick Villahermosa <[email protected]>

* Update source/solutions-library/open-finance-data-store.txt

Co-authored-by: Nick Villahermosa <[email protected]>

* Update source/solutions-library/credit-card-application-with-generative-ai.txt

Co-authored-by: Nick Villahermosa <[email protected]>

* Update source/solutions-library/credit-card-application-with-generative-ai.txt

Co-authored-by: Nick Villahermosa <[email protected]>

* Update source/solutions-library/open-finance-data-store.txt

Co-authored-by: Nick Villahermosa <[email protected]>

* Update source/solutions-library/credit-card-application-with-generative-ai.txt

Co-authored-by: Nick Villahermosa <[email protected]>

* Update source/solutions-library/credit-card-application-with-generative-ai.txt

Co-authored-by: Nick Villahermosa <[email protected]>

* Update source/solutions-library/credit-card-application-with-generative-ai.txt

Co-authored-by: Nick Villahermosa <[email protected]>

* DOCSP-49597 -- Fixed substitutions mistakes and corrected numbered list on credit-card-application-with-generative-ai.txt

* DOCSP-49597 -- Further changes to bulleted list

* Update source/solutions-library/assessing-business-loan-risks-with-generative-ai.txt

Co-authored-by: Nick Villahermosa <[email protected]>

* DOCSP-49597, 49598, 49599, and 49600 -- Fixed errors based on feedback.

* DOCSP-49601 -- Fixed errors based on feedback

* DOCSP-49602 -- Fixed errors based on feedback

* DOCSP-49603 -- Fixed errors based on feedback

* DOCSP-49603 -- Added json defintion to codeblocks

* DOCSP-49604 -- Fixed errors based on feedback

* DOCSP-49605 -- Fixed errors based on feedback

* Fixed indentation to avoid warning in log

* DOCSP-49599 -- Warning in log persists. Small change in /ai-driven-interactive-banking.txt to test

* DOCSP-49599 -- Warning in log persists. 2nd  change in /ai-driven-interactive-banking.txt to test

* DOCSP-49605 -- Corrected capitalization in heading to match other headings in article

* DOCSP-49603 -- Corrected indenting and spacing in a list

* DOCSP-49603 -- Corrected indenting on list again. Original version has bullets inside of bullets. This version removes 2nd level bullets to render correctly.

* DOCSP-49603 -- Added blank lines in list

* DOCSP-49602 -- Corrected line in last section

* DOCSP-49600 -- Fixed spacing in Technologies and Products section

* DOCSP-49600 -- Fixed spacing in Technologies and Products section x2

* DOCSP-49597 -- corrected incorrect title

* DOCSP-49597 -- Matched capitalization to other headings in the doc

* Update leafy-bank-in-aws.svg

* Update open-finance-architecture.svg. Added width and height

* Update leafy-bank-in-aws.svg. Modified width and height values

* Update leafy-bank-in-aws.svg. Modified width and height values.

* Update leafy-bank-in-aws.svg. Modified values again.

* Update open-finance-architecture.svg Modified height and values. Erased duplicated ones at the end of the code.

* Update open-finance-architecture.svg. Modified values again.

* Update open-finance-architecture.svg. Removed previously added height and weight values. They solve the build warning, but fail at rendering.

* Update source/solutions-library/assessing-business-loan-risks-with-generative-ai.txt

Co-authored-by: Nick Villahermosa <[email protected]>

* DOCSP-49598 -- Further changes based on feedback.

* DOCSP-49599 -- Further changes based on feedback.

* DOCSP-49600 -- Changed link in app services to doc that indicates the product is deprecated

* DOCSP-49600 -- Added newline

* DOCSP-49602 -- Fixed spacing and line breaks based on feedback

* DOCSP-49603 -- Added missing newline

* DOCSP-49604 -- Added missing paragraph and corrected indentation problem in json example

* DOCSP-49605 -- Added missing line and deleted unnecesary constant

---------

Co-authored-by: Nick Villahermosa <[email protected]>

* Fin-services - MongoDB + Fireworks SL Migration (#240)

* Create solution with relevant information

* Fix some typos and figure 2

* Fix some typos, card link, table column size

* Fixed bullet points and card typos

* Fixed use cases and industries, and aligned titles to standard structure

* Fireworks solution updates and fixes

* link fixes and added to index

* added model tuning link and fixed diagram

* fixed diagram

* fixes

* fixes

* fixes

* fixes

* fixes

* fixes

* Sarah's suggestions

* Sarah's suggestions

* Sarah's suggestions

* Sarah's suggestions

* Sarah's suggestions

* Ordered list, hardcoded...

* Control PR - Review Content (#243)

* review format

* formated agentic-portfolio

* formated flight-management

* added punctuation flight management

* modified fleet-management format

* reviewed fleet-management format

* reviewed automotive-diagnostics

* reviewed agentic-ai

* reviewed predictive maintenance

* reviewed car-assistant

* reviewed predictive-maintenance

* reviewed IoT dathub

* reviewed smart-meters;

* reviewed audio-based-ai

* reviewed rocket-lauch

* reviewed unified namespace

* reviewed AI-healthcare

* reviewed AI-healthcare

* integrated FSI solutions

* reviewed call-centers

* reviewed digitial-underwriting

* reviewed ai-healthcare again

* reviewed digitial underwriting

* reviewed solutions libraries

* reviewed AI-Enhanced claim adjustment

* reviewed gen ai insurance solutions

* reviewed gen ai insurance solutions

* reviewed insurance

* reviewed telco solution

* reviewed streamline global gaming

* reviewed ai-driven personalization

* reviewed ai-dirven personalization

* reviewed gen-ai video

* reviewed gen ai-powered video

* reviewed video-summarization

* reviewed video-summarization

* reviewed video-summarization

* reviewed as you type suggestions

* reviewed inventory system

* reviewed omnichannel ordering

* reviewed omnichannel ordering

* reviewed rfid solution

* reviewed product-search

* reviewed product-search

* reviewed product descriptions

* reviewed agentic rag

* reviewed agentic rag

* reviewed gen ai retail

* reviewed real time pricing

* reviewed dynamic pricing

* reviewed real-time pricing

* changes personalizaiton retail

* reviewed retail section

* changed manufacturing order

* changes to cards

* change to cards

* changes cards

* changed cards

* changed cards

* adapted icons

* changed icons

* changed icons

* changed icons

* changed order fsi

* changed FSI order

* changed FSI index

* reviewed Hasura solution

* reviewed Hasura solution

* reviewed open finance

* reviewed open finance

* reviewed open finance

* reviewed card fraud solution

* reviewed card fraud solution

* reviewed fraud detection accelerator

* reviewed vector search fraud

* reviewed fraud prevention

* reviewed fraud section

* reviewed agentic

* reviewed ai-driven banking

* reviewed assess loan

* reviewed credit card application

* reviewed fireworks

* solutions-review

* reviewed rag applications;

* reviewed payments modernization

* reviewed payments modernization accelerator

* reviewed agentic

* reviewed agentic solution

* reviewed fsi

* reviewed fsi

* reviewed cards

* changed indexes

* last check FSI

* reviewed insurance

* reviewed manufacturing

* reviewed FSI

* added solution information fsi

* reviewed

* general review

* resolved suggestions

* Build error fixes (#246)

* init

* fix build errors

* DOCSP-49527-add-article-urls-to-cards (#248)

* DOCSP-49527-add-article-urls-to-cards

* shorten URL to just file path

* replac full URLs with file paths in cards & fix file path names

* standardize naming

* fix build errors

* build errors

* ^

* release notes

* retry build

---------

Co-authored-by: Sarah Simpers <[email protected]>
Co-authored-by: Nick Villahermosa <[email protected]>
Co-authored-by: Grace Miller <[email protected]>
Co-authored-by: Lauren Tran <[email protected]>
Co-authored-by: ltran-mdb2 <[email protected]>
Co-authored-by: gmiller-mdb <[email protected]>
Co-authored-by: Alison Huh <[email protected]>
Co-authored-by: amalhotra-mdb <[email protected]>
Co-authored-by: Diego Canales <[email protected]>
Co-authored-by: Rakshit1798 <[email protected]>
Co-authored-by: andreaalaman <[email protected]>
Co-authored-by: Jonathan Wilson <[email protected]>
Co-authored-by: Javier Armendáriz <[email protected]>

* Typo fix (#252)

* Typo fix

* Typo fix 2

* Typo fix 3

* Typo fix 4

* fix-customer-count-sols-library-landing-page (#253)

---------

Co-authored-by: Javier Armendariz <[email protected]>
Co-authored-by: John Williams <[email protected]>
Co-authored-by: Javier Armendáriz <[email protected]>
Co-authored-by: Evelyn Rabil <[email protected]>
Co-authored-by: Sarah Simpers <[email protected]>
Co-authored-by: Nick Villahermosa <[email protected]>
Co-authored-by: Grace Miller <[email protected]>
Co-authored-by: Lauren Tran <[email protected]>
Co-authored-by: ltran-mdb2 <[email protected]>
Co-authored-by: gmiller-mdb <[email protected]>
Co-authored-by: Alison Huh <[email protected]>
Co-authored-by: amalhotra-mdb <[email protected]>
Co-authored-by: Diego Canales <[email protected]>
Co-authored-by: Rakshit1798 <[email protected]>
Co-authored-by: andreaalaman <[email protected]>
Co-authored-by: Jonathan Wilson <[email protected]>
mongodb-server-docs-sync-bot bot pushed a commit that referenced this pull request Jul 30, 2025
* DOCSP-26194: CSOT

* AH PR fixes 1

* content placement
mongodb-server-docs-sync-bot bot pushed a commit that referenced this pull request Jul 30, 2025
* added new redirects

* typo fix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants