chore(cli): add title in docs template

This commit is contained in:
Benjamin Canac
2024-12-12 17:30:00 +01:00
parent 8d3f0fdc39
commit 33fb2cad0b

View File

@@ -170,6 +170,7 @@ const docs = ({ name, pro, primitive }) => {
return {
filename: `docs/content/3.components/${kebabName}.md`,
contents: `---
title: ${upperName}
description: ''${pro
? `
module: ui-pro`