Skip to content

Commit 52ac811

Browse files
committed
Use heading.
1 parent 37ed65e commit 52ac811

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

DOCUMENTATION.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1121,26 +1121,26 @@ be processed).
11211121

11221122
### Common Issues
11231123

1124-
**"Gem not found" error:**
1124+
#### "Gem not found" error
11251125

11261126
```bash
11271127
bundle install
11281128
bundle exec screenkit ...
11291129
```
11301130

1131-
**"Schema validation failed":**
1131+
#### Schema validation failed
11321132

11331133
- Check YAML syntax
11341134
- Verify required fields are present
11351135
- Use schema hints with `yaml-language-server`
11361136

1137-
**Missing resources:**
1137+
#### Missing resources
11381138

11391139
- Check `resources_dir` configuration
11401140
- Verify file paths are relative to resource directories
11411141
- Use absolute paths for system resources
11421142

1143-
**TTS not working:**
1143+
#### TTS not working
11441144

11451145
- For ElevenLabs: Set `--tts-api-key`
11461146
- For macOS `say`: Verify voice name with `say -v ?`

0 commit comments

Comments
 (0)