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 bf5ae75 commit 9de54eeCopy full SHA for 9de54ee
src/project/types/website/website-navigation.ts
@@ -152,7 +152,10 @@ export async function initWebsiteNavigation(project: ProjectContext) {
152
} = websiteNavigationConfig(
153
project,
154
);
155
- if (!navbar && !sidebars && !pageNavigation) {
+ if (
156
+ !navbar && !sidebars && !pageNavigation && !footer && !pageMargin &&
157
+ !bodyDecorators
158
+ ) {
159
return;
160
}
161
0 commit comments