mirror of
https://github.com/jamiepine/voicebox.git
synced 2026-09-15 04:40:40 -07:00
- Created a new .npmrc file to enforce bun usage. - Bumped version numbers for multiple packages to 0.1.9 in bun.lock. - Added react-sound-visualizer dependency to enhance audio visualization features. - Introduced convert:assets script in package.json for asset optimization. - Updated CONTRIBUTING.md with instructions for converting assets to web formats. - Added documentation files for API endpoints and developer guidelines in the docs directory.
103 lines
2.2 KiB
JSON
103 lines
2.2 KiB
JSON
{
|
|
"$schema": "https://mintlify.com/schema.json",
|
|
"name": "Voicebox",
|
|
"logo": {
|
|
"light": "/logo/icon-light.png",
|
|
"dark": "/logo/icon-dark.png"
|
|
},
|
|
"favicon": "/favicon.png",
|
|
"colors": {
|
|
"primary": "#BF9E40",
|
|
"light": "#D4B560",
|
|
"dark": "#A68A35"
|
|
},
|
|
"styles": {
|
|
"css": ["/custom.css"]
|
|
},
|
|
"anchors": [
|
|
{
|
|
"name": "Overview",
|
|
"icon": "book-open",
|
|
"url": "overview"
|
|
},
|
|
{
|
|
"name": "API",
|
|
"icon": "code",
|
|
"url": "api"
|
|
},
|
|
{
|
|
"name": "Developer",
|
|
"icon": "book-open-cover",
|
|
"url": "developer"
|
|
},
|
|
{
|
|
"name": "GitHub",
|
|
"icon": "github",
|
|
"url": "https://github.com/jamiepine/voicebox"
|
|
}
|
|
],
|
|
"navigation": [
|
|
{
|
|
"group": "Getting Started",
|
|
"icon": "rocket",
|
|
"pages": ["overview/introduction", "overview/installation", "overview/quick-start"]
|
|
},
|
|
{
|
|
"group": "Features",
|
|
"icon": "sparkles",
|
|
"pages": [
|
|
"overview/voice-cloning",
|
|
"overview/stories-editor",
|
|
"overview/recording-transcription",
|
|
"overview/generation-history",
|
|
"overview/remote-mode"
|
|
]
|
|
},
|
|
{
|
|
"group": "User Guides",
|
|
"icon": "compass",
|
|
"pages": [
|
|
"overview/creating-voice-profiles",
|
|
"overview/generating-speech",
|
|
"overview/building-stories",
|
|
"overview/troubleshooting"
|
|
]
|
|
},
|
|
{
|
|
"group": "Development",
|
|
"icon": "wrench",
|
|
"pages": [
|
|
"developer/setup",
|
|
"developer/architecture",
|
|
"developer/contributing",
|
|
"developer/building",
|
|
"developer/autoupdater"
|
|
]
|
|
},
|
|
{
|
|
"group": "API Reference",
|
|
"icon": "code",
|
|
"pages": [
|
|
"api/overview",
|
|
"api/authentication",
|
|
"api/voice-profiles",
|
|
"api/generation",
|
|
"api/recordings"
|
|
]
|
|
},
|
|
{
|
|
"group": "Architecture",
|
|
"icon": "book-open-cover",
|
|
"pages": [
|
|
"developer/voice-profiles",
|
|
"developer/tts-generation",
|
|
"developer/history",
|
|
"developer/stories",
|
|
"developer/transcription",
|
|
"developer/audio-channels",
|
|
"developer/model-management"
|
|
]
|
|
}
|
|
]
|
|
}
|