File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Schemas
2
2
3
3
If you haven't yet done so, please take a minute to read the [ quickstart] ( index.html ) to get an idea of how Mongoose works.
4
- If you are migrating from 6 .x to 7 .x please take a moment to read the [ migration guide] ( migrating_to_7 .html) .
4
+ If you are migrating from 7 .x to 8 .x please take a moment to read the [ migration guide] ( migrating_to_8 .html) .
5
5
6
6
<ul class =" toc " >
7
7
<li ><a href =" #definition " >Defining your schema</a ></li >
Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ integrating Mongoose with external tools and frameworks.
50
50
51
51
## Migration Guides
52
52
53
+ * [ Mongoose 7.x to 8.x] ( migrating_to_8.html )
53
54
* [ Mongoose 6.x to 7.x] ( migrating_to_7.html )
54
55
* [ Mongoose 5.x to 6.x] ( migrating_to_6.html )
55
56
* [ Mongoose 4.x to 5.x] ( migrating_to_5.html )
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ html(lang='en')
133
133
li.pure-menu-item.sub-item
134
134
a.pure-menu-link ( href =` ${ versions .versionedPath } /docs/api/virtualtype.html` , class =outputUrl === `${versions.versionedPath} /docs /api /virtualtype.html` ? 'selected' : '' ) VirtualType
135
135
li.pure-menu-item
136
- a.pure-menu-link ( href =` ${ versions .versionedPath } /docs/migrating_to_7 .html` , class =outputUrl === `${versions.versionedPath} /docs /migrating_to_7 .html` ? 'selected' : '' ) Migration Guide
136
+ a.pure-menu-link ( href =` ${ versions .versionedPath } /docs/migrating_to_8 .html` , class =outputUrl === `${versions.versionedPath} /docs /migrating_to_8 .html` ? 'selected' : '' ) Migration Guide
137
137
li.pure-menu-item
138
138
a.pure-menu-link ( href =` ${ versions .versionedPath } /docs/compatibility.html` , class =outputUrl === `${versions.versionedPath} /docs /compatibility.html` ? 'selected' : '' ) Version Compatibility
139
139
li.pure-menu-item
You can’t perform that action at this time.
0 commit comments