chore: add new label

This commit is contained in:
zernonia 2023-09-15 16:14:20 +08:00
parent 5f9f1d45f9
commit c3ad3008c0
2 changed files with 6 additions and 0 deletions

View File

@ -2,9 +2,13 @@ name: Publish www
on:
push:
branches:
- dev
paths:
- 'apps/www/**'
pull_request:
branches:
- dev
paths:
- 'apps/www/**'

View File

@ -156,11 +156,13 @@ export const docsConfig: DocsConfig = {
{
title: 'Combobox',
href: '/docs/components/combobox',
label: 'New',
items: [],
},
{
title: 'Command',
href: '/docs/components/command',
label: 'New',
items: [],
},
{