Skip to content

Commit

Permalink
docs: clean up schematypes.html mixup (Fix #3843)
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Feb 4, 2016
1 parent c84034f commit 4149b52
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion docs/includes/nav.jade
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,13 @@ ul
| contributing
li
a(href="./harmony.html")
| ES6 integration
| ES2015 integration
li
a(href="./browser.html")
| schemas in the browser
li
a(href="./customschematypes.html")
| custom schema types
li
a(href="./compatibility.html")
| MongoDB Version Compatibility
Expand Down
2 changes: 1 addition & 1 deletion docs/source/acquit.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var files = [
},
{
input: 'test/docs/schematypes.test.js',
output: 'schematypes.html',
output: 'customschematypes.html',
title: 'Custom Schema Types'
}
];
Expand Down

0 comments on commit 4149b52

Please sign in to comment.