Skip to content

Commit

Permalink
chore: update meta for db (#9703)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirpotekhin authored and shiv9604 committed Nov 22, 2024
1 parent deabb6d commit 9f49f6b
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion projects/demo/src/modules/app/pages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@ export const pages: DocRoutePages = [
keywords:
'попап, модал, popup, dialog, диалог, modal, окно, шторка, overlay, sidebar, сайдбар',
route: DemoRoute.Drawer,
meta: {scheme: 'beaver', name: 'drawer'},
},
{
section: 'Components',
Expand Down Expand Up @@ -897,6 +898,10 @@ export const pages: DocRoutePages = [
title: 'Table',
keywords: 'таблица, data, cell, tr, th, td, row, col, grid, beaver',
route: DemoRoute.Table,
meta: [
{scheme: 'beaver', anchor: 'custom', name: 'table'},
{scheme: 'beaver', anchor: 'footer', name: 'pagination'},
],
},
],
},
Expand Down Expand Up @@ -937,7 +942,11 @@ export const pages: DocRoutePages = [
title: 'Cell',
keywords: 'cell, feed, item',
route: DemoRoute.Cell,
meta: [{name: 'tui-cell'}, {name: 'tui-cell-connected'}],
meta: [
{name: 'tui-cell'},
{name: 'tui-cell-connected'},
{name: 'list-item', scheme: 'beaver'},
],
},
{
section: 'Components',
Expand Down Expand Up @@ -1019,12 +1028,14 @@ export const pages: DocRoutePages = [
title: 'Navigation',
keywords: 'шапка, header, sidebar, aside, сайдбар, навигация, beaver',
route: DemoRoute.Navigation,
meta: {scheme: 'beaver', name: 'navigation'},
},
{
section: 'Layout',
title: 'Search',
keywords: 'шапка, header, filter, table, beaver, поиск, фильтр, таблица',
route: DemoRoute.Search,
meta: {scheme: 'beaver', name: 'filters'},
},
// Charts
{
Expand Down Expand Up @@ -1102,6 +1113,7 @@ export const pages: DocRoutePages = [
title: 'Breadcrumbs',
keywords: 'шаги, навигация, nav, хлебные, крошки, breadcrumbs',
route: DemoRoute.Breadcrumbs,
meta: {scheme: 'beaver', name: 'breadcrumbs'},
},
{
section: 'Navigation',
Expand Down

0 comments on commit 9f49f6b

Please sign in to comment.