chore: add new label
This commit is contained in:
parent
5f9f1d45f9
commit
c3ad3008c0
4
.github/workflows/publish.yaml
vendored
4
.github/workflows/publish.yaml
vendored
|
|
@ -2,9 +2,13 @@ name: Publish www
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- dev
|
||||||
paths:
|
paths:
|
||||||
- 'apps/www/**'
|
- 'apps/www/**'
|
||||||
pull_request:
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- dev
|
||||||
paths:
|
paths:
|
||||||
- 'apps/www/**'
|
- 'apps/www/**'
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -156,11 +156,13 @@ export const docsConfig: DocsConfig = {
|
||||||
{
|
{
|
||||||
title: 'Combobox',
|
title: 'Combobox',
|
||||||
href: '/docs/components/combobox',
|
href: '/docs/components/combobox',
|
||||||
|
label: 'New',
|
||||||
items: [],
|
items: [],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Command',
|
title: 'Command',
|
||||||
href: '/docs/components/command',
|
href: '/docs/components/command',
|
||||||
|
label: 'New',
|
||||||
items: [],
|
items: [],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user