Skip to content

Commit 1682f86

Browse files
fix: style property name instead of styling (#271)
1 parent 0a3dc01 commit 1682f86

File tree

1 file changed

+24
-12
lines changed

1 file changed

+24
-12
lines changed

settings/global.mdx

Lines changed: 24 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -66,22 +66,25 @@ settings. Learn more about the [properties](#properties) or from an
6666
</ResponseField>
6767

6868
<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:
7271
[Venus](https://starter-venus.mintlify.app),
7372
[Quill](https://starter-quill.mintlify.app),
7473
[Prism](https://starter-prism.mintlify.app)
7574
</ResponseField>
7675

77-
<ResponseField name="layout" type={'"topnav" | "sidenav" | "solidSidenav"'} default="topnav">
76+
<ResponseField
77+
name="layout"
78+
type={'"topnav" | "sidenav" | "solidSidenav"'}
79+
default="topnav"
80+
>
7881
The global layout style of the documentation.
7982
</ResponseField>
8083

8184
<ResponseField name="background" type="Background">
8285
Set a decorative background.
8386
<Expandable title="Background">
84-
<ResponseField name="styling" type={'"gradient" | "grid" | "windows"'}>
87+
<ResponseField name="style" type={'"gradient" | "grid" | "windows"'}>
8588
The style of the decorative background.
8689
</ResponseField>
8790
</Expandable>
@@ -147,13 +150,18 @@ settings. Learn more about the [properties](#properties) or from an
147150

148151
</CodeGroup>
149152
</ResponseField>
153+
150154
</Expandable>
151155
</ResponseField>
152156

153157
<ResponseField name="sidebar" type="Sidebar">
154158
Customize the styling of components within the sidebar.
155159
<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+
>
157165
The styling of the navigation item.
158166
</ResponseField>
159167
</Expandable>
@@ -162,7 +170,11 @@ settings. Learn more about the [properties](#properties) or from an
162170
<ResponseField name="topbar" type="Topbar">
163171
Styling configurations for the topbar.
164172
<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+
>
166178
The styling of the navigation item.
167179
</ResponseField>
168180
</Expandable>
@@ -216,13 +228,13 @@ settings. Learn more about the [properties](#properties) or from an
216228

217229
<ResponseField name="topbarCtaButton" type="Call to Action">
218230
<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.
221234
</ResponseField>
222235
<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.
226238
</ResponseField>
227239
<ResponseField name="name" type="string">
228240
Text inside the button. Only required if type is a link.

0 commit comments

Comments
 (0)