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 4ee2e38 commit 967c2a9Copy full SHA for 967c2a9
web/scripts/build.mjs
@@ -191,7 +191,10 @@ async function build() {
191
versionsMenu = await buildVersionMenu(uniqueVersions, version);
192
}
193
if (isDocs) {
194
- mobileBlogMenu = blogMenu;
+ mobileDocsMenu = blogMenu;
195
+ }
196
+ if (isBlog) {
197
+ mobileBlogMenu = docsMenu;
198
199
htmlFileName = mdPath.replace(docsDir, '').replace(/\.md$/i, '.html');
200
const htmlFilePath = path.join(resultDir, htmlFileName);
0 commit comments