Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I updated the search section to explain that search is an object and … #315

Merged
merged 2 commits into from
Oct 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions settings/global.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,16 @@ settings. Learn more about the [properties](#properties) or from an
</Expandable>
</ResponseField>

<ResponseField name="search" type={'"side" | "top"'}>
The location of the search bar entry.
<ResponseField name="search" type="Search">
The location options for the search bar.
<Expandable title="Search">
<ResponseField
name="location"
type={'"side" | "top"'}
>
The location of the search bar.
</ResponseField>
</Expandable>
</ResponseField>

<ResponseField name="rounded" type={'"default" | "sharp"'}>
Expand Down