✨ Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
29 lines
601 B
JSON
29 lines
601 B
JSON
{
|
|
"title": "{{PROJECT_NAME}} - User Guide",
|
|
"sections": [
|
|
{
|
|
"heading": "\ud83d\udc4b Welcome",
|
|
"content": "{{WELCOME}}"
|
|
},
|
|
{
|
|
"heading": "\ud83d\ude80 Getting Started",
|
|
"content": "{{GETTING_STARTED}}"
|
|
},
|
|
{
|
|
"heading": "\ud83d\udcd6 Features",
|
|
"content": "{{FEATURES}}"
|
|
},
|
|
{
|
|
"heading": "\ud83c\udfaf How-To Guides",
|
|
"content": "{{HOW_TO}}"
|
|
},
|
|
{
|
|
"heading": "\u26a0\ufe0f Troubleshooting",
|
|
"content": "{{TROUBLESHOOTING}}"
|
|
},
|
|
{
|
|
"heading": "\u2753 FAQ",
|
|
"content": "{{FAQ}}"
|
|
}
|
|
]
|
|
} |