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

Sweep: in projects/demo/src/modules/app/pages.ts find object with the "Amount" title, move it in array "subpages" of section "tools" with title "pipes" in this file #7118

Merged
merged 9 commits into from
Mar 28, 2024
14 changes: 7 additions & 7 deletions projects/demo/src/modules/app/pages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -977,13 +977,6 @@ export const pages: TuiDocPages = [
keywords: 'чек, радио, ввод, форма, form, checkbox, radio, toggle',
route: '/experimental/radio',
},
{
section: 'Pipes',
title: 'Amount',
keywords:
'amount, money, деньги, сумма, количество, cash, копейки, рубли, доллары, евро',
route: '/pipes/amount',
},
{
section: 'Components',
title: 'Appearance',
Expand Down Expand Up @@ -1480,6 +1473,13 @@ export const pages: TuiDocPages = [
'string, tostring, content, polymorpheus, мап, преобразование, пайп, pipe',
route: '/pipes/stringify-content',
},
{
section: 'Tools',
title: 'Amount',
keywords:
'amount, money, деньги, сумма, количество, cash, копейки, рубли, доллары, евро',
route: '/pipes/amount',
},
],
},
{
Expand Down
Loading