@@ -66,22 +66,25 @@ settings. Learn more about the [properties](#properties) or from an
66
66
</ResponseField >
67
67
68
68
<ResponseField name = " theme" type = { ' "venus" | "quill" | "prism"' } >
69
- A preset theme configuration that changes the look and feel of the project. A theme is a set of default styling configurations.
70
-
71
- Examples:
69
+ A preset theme configuration that changes the look and feel of the project. A
70
+ theme is a set of default styling configurations. Examples:
72
71
[ Venus] ( https://starter-venus.mintlify.app ) ,
73
72
[ Quill] ( https://starter-quill.mintlify.app ) ,
74
73
[ Prism] ( https://starter-prism.mintlify.app )
75
74
</ResponseField >
76
75
77
- <ResponseField name = " layout" type = { ' "topnav" | "sidenav" | "solidSidenav"' } default = " topnav" >
76
+ <ResponseField
77
+ name = " layout"
78
+ type = { ' "topnav" | "sidenav" | "solidSidenav"' }
79
+ default = " topnav"
80
+ >
78
81
The global layout style of the documentation.
79
82
</ResponseField >
80
83
81
84
<ResponseField name = " background" type = " Background" >
82
85
Set a decorative background.
83
86
<Expandable title = " Background" >
84
- <ResponseField name = " styling " type = { ' "gradient" | "grid" | "windows"' } >
87
+ <ResponseField name = " style " type = { ' "gradient" | "grid" | "windows"' } >
85
88
The style of the decorative background.
86
89
</ResponseField >
87
90
</Expandable >
@@ -147,13 +150,18 @@ settings. Learn more about the [properties](#properties) or from an
147
150
148
151
</CodeGroup >
149
152
</ResponseField >
153
+
150
154
</Expandable >
151
155
</ResponseField >
152
156
153
157
<ResponseField name = " sidebar" type = " Sidebar" >
154
158
Customize the styling of components within the sidebar.
155
159
<Expandable title = " Sidebar" >
156
- <ResponseField name = " items" type = { ' "container" | "card" | "border" | "undecorated"' } default = " container" >
160
+ <ResponseField
161
+ name = " items"
162
+ type = { ' "container" | "card" | "border" | "undecorated"' }
163
+ default = " container"
164
+ >
157
165
The styling of the navigation item.
158
166
</ResponseField >
159
167
</Expandable >
@@ -162,7 +170,11 @@ settings. Learn more about the [properties](#properties) or from an
162
170
<ResponseField name = " topbar" type = " Topbar" >
163
171
Styling configurations for the topbar.
164
172
<Expandable title = " Topbar" >
165
- <ResponseField name = " styling" type = { ' "default" | "gradient"' } default = " default" >
173
+ <ResponseField
174
+ name = " style"
175
+ type = { ' "default" | "gradient"' }
176
+ default = " default"
177
+ >
166
178
The styling of the navigation item.
167
179
</ResponseField >
168
180
</Expandable >
@@ -216,13 +228,13 @@ settings. Learn more about the [properties](#properties) or from an
216
228
217
229
<ResponseField name = " topbarCtaButton" type = " Call to Action" >
218
230
<Expandable title = " Topbar Call to Action" >
219
- <ResponseField name = " type" type = { ' link or github' } default = " link" >
220
- Link shows a button. GitHub shows the repo information at the url provided including the number of GitHub stars.
231
+ <ResponseField name = " type" type = { " link or github" } default = " link" >
232
+ Link shows a button. GitHub shows the repo information at the url provided
233
+ including the number of GitHub stars.
221
234
</ResponseField >
222
235
<ResponseField name = " url" type = " string" >
223
- If type is a link: What the button links to.
224
-
225
- If type is a github: Link to the repository to load GitHub information from.
236
+ If type is a link: What the button links to. If type is a github: Link to
237
+ the repository to load GitHub information from.
226
238
</ResponseField >
227
239
<ResponseField name = " name" type = " string" >
228
240
Text inside the button. Only required if type is a link.
0 commit comments