We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f935cf commit fd40799Copy full SHA for fd40799
scripts/generateSearch.js
@@ -134,7 +134,7 @@ async function run() {
134
await Content.deleteMany({ version });
135
let count = 0;
136
for (const content of contents) {
137
- if (version === '7.x') {
+ if (version === '8.x') {
138
let url = content.url.startsWith('/') ? content.url : `/${content.url}`;
139
if (!url.startsWith('/docs')) {
140
url = '/docs' + url;
0 commit comments