Skip to content

Commit 7f935cf

Browse files
committed
chore: use 8.x as default search version
1 parent db7a983 commit 7f935cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/js/search.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
const root = 'https://mongoosejs.azurewebsites.net/api';
44

5-
const defaultVersion = '7.x';
5+
const defaultVersion = '8.x';
66
const versionFromUrl = window.location.pathname.match(/^\/docs\/(\d+\.x)/);
77
const version = versionFromUrl ? versionFromUrl[1] : defaultVersion;
88

0 commit comments

Comments
 (0)