Skip to content

Commit

Permalink
Update docs/source/index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hasezoey authored Apr 6, 2023
1 parent ace37a3 commit c1ceb12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ docs['docs/change-streams.md'] = { title: 'MongoDB Change Streams in NodeJS with
docs['docs/lodash.md'] = { title: 'Using Mongoose with Lodash', markdown: true };
docs['docs/incompatible_packages.md'] = { title: 'Known Incompatible npm Packages', markdown: true };
docs['docs/check-version.md'] = { title: 'How to Check Your Mongoose Version', markdown: true };
docs['docs/version-support.md'] = { title: 'Version Support, markdown: true };
docs['docs/version-support.md'] = { title: 'Version Support', markdown: true };

for (const props of Object.values(docs)) {
props.jobs = jobs;
Expand Down

0 comments on commit c1ceb12

Please sign in to comment.