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: on:
push: push:
branches:
- dev
paths: paths:
- 'apps/www/**' - 'apps/www/**'
pull_request: pull_request:
branches:
- dev
paths: paths:
- 'apps/www/**' - 'apps/www/**'

View File

@ -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: [],
}, },
{ {