Skip to content

Commit 967c2a9

Browse files
committed
Menus
1 parent 4ee2e38 commit 967c2a9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

web/scripts/build.mjs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,10 @@ async function build() {
191191
versionsMenu = await buildVersionMenu(uniqueVersions, version);
192192
}
193193
if (isDocs) {
194-
mobileBlogMenu = blogMenu;
194+
mobileDocsMenu = blogMenu;
195+
}
196+
if (isBlog) {
197+
mobileBlogMenu = docsMenu;
195198
}
196199
htmlFileName = mdPath.replace(docsDir, '').replace(/\.md$/i, '.html');
197200
const htmlFilePath = path.join(resultDir, htmlFileName);

0 commit comments

Comments
 (0)