Skip to content

Commit 8c59d34

Browse files
committed
added section about search
1 parent 68ac791 commit 8c59d34

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

packages/styleguide/src/lib/Meta/Usage Guide.mdx

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ import { AboutHeader, ImageWrapper, LinkTo } from '~styleguide/blocks';
55
export const parameters = {
66
id: 'Usage Guide',
77
title: 'Usage Guide',
8-
subtitle: 'A guide to using Storybook effectively with tips and tricks.',
8+
subtitle:
9+
'Tips and tricks to using the Gamut Storybook as a user and developer.',
910
status: 'static',
1011
};
1112

@@ -17,6 +18,16 @@ export const parameters = {
1718

1819
### As a user
1920

21+
#### Search
22+
23+
The search bar is located at the top right of the page, right below the Gamut icon. It allows you to quickly find stories, components, and documentation. You can search by component name, story name, or relevant keywords.
24+
25+
<ImageWrapper
26+
src="./meta/search.png"
27+
alt="The search bar at the top of the page."
28+
height="auto"
29+
/>
30+
2031
#### Toolbar
2132

2233
On each page is a toolbar located on the top:
8.73 KB
Loading

0 commit comments

Comments
 (0)