initial commit.

This commit is contained in:
2025-05-03 21:15:13 +07:00
parent 474bc266c7
commit 3b3025ee3a
15 changed files with 260 additions and 0 deletions

9
.vscode/tooltips.code-snippets vendored Normal file
View File

@@ -0,0 +1,9 @@
{
"DocuTooltips": {
"prefix": "tooltips",
"body": [
"${1:What do you know about }<Tooltip text=\"${2:DocuBook}\" tip=\"${3:npx @docubook/create@latest}\" /> ${4:? Create interactive nested documentations using MDX.}",
],
"description": "Create a DocuTooltips component with version examples."
}
}