File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ settings. Learn more about the [properties](#properties) or from an
222222### Structure
223223
224224<ResponseField name = " navigation" type = " Navigation[]" required >
225- An array of groups with all the pages within that group
225+ An array of groups with all the pages within that group.
226226 <Expandable title = " Navigation" >
227227 <ResponseField name = " group" type = " string" >
228228 The name of the group.
@@ -245,12 +245,12 @@ settings. Learn more about the [properties](#properties) or from an
245245</ResponseField >
246246
247247<ResponseField name = " topbarLinks" type = " TopbarLink[]" >
248- Array of names and urls of links you want to include in the topbar
248+ Array of names and urls of links you want to include in the topbar.
249249 <Expandable title = " TopbarLink" >
250- <ResponseField name = " name" type = " string" >
250+ <ResponseField name = " name" type = " string" required >
251251 The name of the button.
252252 </ResponseField >
253- <ResponseField name = " url" type = " string" >
253+ <ResponseField name = " url" type = " string" required >
254254 The url once you click on the button. Example: ` https://mintlify.com/contact `
255255 </ResponseField >
256256
You can’t perform that action at this time.
0 commit comments