mirror of
https://github.com/jamiepine/voicebox.git
synced 2026-09-15 12:50:42 -07:00
- Introduced Docker support with CPU-only and GPU-enabled configurations via Dockerfiles and docker-compose files. - Added a .dockerignore file to exclude unnecessary files from Docker images. - Updated bun.lock and package.json to include new dependencies for icon handling. - Enhanced README with Docker usage instructions and deployment options. - Refactored components to utilize new icon libraries for improved UI consistency.
18 lines
273 B
JSON
18 lines
273 B
JSON
{
|
|
"title": "Developer",
|
|
"pages": [
|
|
"setup",
|
|
"architecture",
|
|
"contributing",
|
|
"building",
|
|
"autoupdater",
|
|
"voice-profiles",
|
|
"tts-generation",
|
|
"history",
|
|
"stories",
|
|
"transcription",
|
|
"audio-channels",
|
|
"model-management"
|
|
]
|
|
}
|