File tree 1 file changed +30
-4
lines changed
1 file changed +30
-4
lines changed Original file line number Diff line number Diff line change @@ -111,6 +111,32 @@ Defines contents of home hero section when `layout` is set to `home`. More detai
111
111
112
112
Defines items to display in features section when ` layout ` is set to ` home ` . More details in [Default Theme: Home Page](./default-theme-home-page).
113
113
114
+ ### navbar <Badge type="info" text="default theme only" />
115
+
116
+ - Type: ` boolean `
117
+ - Default: ` true `
118
+
119
+ Whether to display [navbar](./default-theme-nav).
120
+
121
+ ` ` ` yaml
122
+ ---
123
+ navbar : false
124
+ ---
125
+ ` ` `
126
+
127
+ ### sidebar <Badge type="info" text="default theme only" />
128
+
129
+ - Type: ` boolean `
130
+ - Default: ` true `
131
+
132
+ Whether to display [sidebar](./default-theme-sidebar).
133
+
134
+ ` ` ` yaml
135
+ ---
136
+ sidebar : false
137
+ ---
138
+ ` ` `
139
+
114
140
### aside <Badge type="info" text="default theme only" />
115
141
116
142
- Type: ` boolean | ' left' `
@@ -140,7 +166,7 @@ The levels of header in the outline to display for the page. It's same as [confi
140
166
- Type: ` boolean `
141
167
- Default: ` true `
142
168
143
- Whether to display [Last Updated ](./default-theme-last-updated) text in the footer of the current page.
169
+ Whether to display [last updated ](./default-theme-last-updated) text in the footer of the current page.
144
170
145
171
` ` ` yaml
146
172
---
@@ -153,7 +179,7 @@ lastUpdated: false
153
179
- Type: ` boolean `
154
180
- Default: ` true `
155
181
156
- Whether to display [Edit Link ](./default-theme-edit-link) in the footer of the current page.
182
+ Whether to display [edit link ](./default-theme-edit-link) in the footer of the current page.
157
183
158
184
` ` ` yaml
159
185
---
@@ -166,10 +192,10 @@ editLink: false
166
192
- Type: ` boolean `
167
193
- Default: ` true `
168
194
169
- Whether to display [Footer ](./default-theme-footer) in the footer of the current page .
195
+ Whether to display [footer ](./default-theme-footer).
170
196
171
197
` ` ` yaml
172
198
---
173
199
footer : false
174
200
---
175
- ` ` `
201
+ ` ` `
You can’t perform that action at this time.
0 commit comments