Skip to content

Commit e1fda43

Browse files
committed
fix: add default layout for theme styling
Pages need layout: default for just-the-docs theme to apply its styling, sidebar, and navigation.
1 parent a90465b commit e1fda43

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

docs/_config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@ heading_anchors: true
4141
# External navigation links open in new tab
4242
nav_external_links_new_tab: true
4343

44+
# Default layout for all pages
45+
defaults:
46+
- scope:
47+
path: ""
48+
values:
49+
layout: default
50+
4451
# Exclude from processing
4552
exclude:
4653
- Gemfile

0 commit comments

Comments
 (0)