mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Remove description from pt docs
This commit is contained in:
parent
a1c854149b
commit
a1a3bdcee5
5 changed files with 3 additions and 16 deletions
|
@ -20,28 +20,24 @@ export default {
|
|||
docs: [
|
||||
{
|
||||
id: 'pt.image',
|
||||
label: 'Image',
|
||||
description: 'Pass Through Image',
|
||||
label: 'WireFrame',
|
||||
component: PTImage
|
||||
},
|
||||
{
|
||||
id: 'pt.doc.accordion',
|
||||
label: 'TabView PT Options',
|
||||
description: 'Pass Through TabView',
|
||||
component: DocApiTable,
|
||||
data: getPTOption('TabView')
|
||||
},
|
||||
{
|
||||
id: 'pt.doc.tab',
|
||||
label: 'TabPanel PT Options',
|
||||
description: 'Pass Through TabPanel',
|
||||
component: DocApiTable,
|
||||
data: getPTOption('TabPanel')
|
||||
},
|
||||
{
|
||||
id: 'pt.demo',
|
||||
label: 'Demo',
|
||||
description: 'Pass Through Demo',
|
||||
component: PtDoc
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue