Skip to content

Commit a8e5e73

Browse files
committed
docs: scaffold out shared-schemas re: #14082
1 parent 2d65e00 commit a8e5e73

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

docs/guides.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ integrating Mongoose with external tools and frameworks.
2525

2626
## Advanced Topics
2727

28+
* [Sharing Schemas Between Mongoose Projects](shared-schemas.html)
2829
* [Working with Dates](tutorials/dates.html)
2930
* [Custom Casting For Built-in Types](tutorials/custom-casting.html)
3031
* [Custom SchemaTypes](customschematypes.html)

docs/shared-schemas.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Sharing Schemas Between Mongoose Projects

docs/source/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ docs['docs/compatibility.md'] = {
8080
guide: true,
8181
markdown: true
8282
};
83+
docs['docs/shared-schemas.md'] = { guide: true, title: 'Sharing Schemas Between Mongoose Projects', markdown: true };
8384
docs['docs/field-level-encryption.md'] = { guide: true, title: 'Field Level Encryption', markdown: true };
8485
docs['docs/timestamps.md'] = { title: 'Mongoose Timestamps', markdown: true };
8586
docs['docs/search.pug'] = { title: 'Search' };

0 commit comments

Comments
 (0)