mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-30 03:38:54 +01:00
chore(cli): add title in docs template
This commit is contained in:
@@ -170,6 +170,7 @@ const docs = ({ name, pro, primitive }) => {
|
|||||||
return {
|
return {
|
||||||
filename: `docs/content/3.components/${kebabName}.md`,
|
filename: `docs/content/3.components/${kebabName}.md`,
|
||||||
contents: `---
|
contents: `---
|
||||||
|
title: ${upperName}
|
||||||
description: ''${pro
|
description: ''${pro
|
||||||
? `
|
? `
|
||||||
module: ui-pro`
|
module: ui-pro`
|
||||||
|
|||||||
Reference in New Issue
Block a user