Skip to content

Commit

Permalink
[feat](docs): add new components to docs search
Browse files Browse the repository at this point in the history
  • Loading branch information
BeeMargarida committed Jul 18, 2023
1 parent 61f7fcd commit f16d671
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/docs/src/lib/components/TopBar/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export const searchLinks = [
{ title: 'AppShell', link: `${base}/core/app-shell`, section: 'Components' },
{ title: 'AspectRatio', link: `${base}/core/aspect-ratio`, section: 'Components' },
{ title: 'Badge', link: `${base}/core/badge`, section: 'Components' },
{ title: 'Blockquote', link: `${base}/core/blockquote`, section: 'Components' },
{ title: 'Box', link: `${base}/core/box`, section: 'Components' },
{ title: 'Burger', link: `${base}/core/burger`, section: 'Components' },
{ title: 'Button', link: `${base}/core/button`, section: 'Components' },
Expand All @@ -59,8 +60,9 @@ export const searchLinks = [
{ title: 'Grid', link: `${base}/core/grid`, section: 'Components' },
{ title: 'Group', link: `${base}/core/group`, section: 'Components' },
{ title: 'Image', link: `${base}/core/image`, section: 'Components' },
{ title: 'InputWrapper', link: `${base}/core/input-wrapper`, section: 'Components' },
{ title: 'Input', link: `${base}/core/input`, section: 'Components' },
{ title: 'InputWrapper', link: `${base}/core/input-wrapper`, section: 'Components' },
{ title: 'JsonInput', link: `${base}/core/json-input`, section: 'Components' },
{ title: 'Kbd', link: `${base}/core/kbd`, section: 'Components' },
{ title: 'Loader', link: `${base}/core/loader`, section: 'Components' },
{ title: 'MediaQuery', link: `${base}/core/media-query`, section: 'Components' },
Expand All @@ -72,6 +74,7 @@ export const searchLinks = [
{ title: 'ObserverRender', link: `${base}/core/observer-render`, section: 'Components' },
{ title: 'Overlay', link: `${base}/core/overlay`, section: 'Components' },
{ title: 'Paper', link: `${base}/core/paper`, section: 'Components' },
{ title: 'PasswordInput', link: `${base}/core/password-input`, section: 'Components' },
{ title: 'Popper', link: `${base}/core/popper`, section: 'Components' },
{ title: 'Portal', link: `${base}/core/portal`, section: 'Components' },
{ title: 'Progress', link: `${base}/core/progress`, section: 'Components' },
Expand Down

0 comments on commit f16d671

Please sign in to comment.