Files
blackroad-tools/templates/google-drive/TEMPLATE-DOC-USER-GUIDE.json
Alexa Louise 7365b6a512 feat: Sync latest templates from blackroad-sandbox
 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-12 01:38:04 -06:00

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}}"
}
]
}