Complete documentation for VCTrain - Enhanced RVC Training System with full TypeScript stack.
docs/
├── wiki/ # GitHub Wiki pages (for github.com/wiki)
│ ├── Home.md
│ ├── Installation-Guide.md
│ ├── First-Training.md
│ ├── Colab-Setup.md
│ └── Architecture.md
│
├── guides/ # Technical guides and references
│ ├── Quickstart.md
│ ├── TypeScript-Stack.md
│ ├── Frontend-Fix.md
│ ├── Reorganization.md
│ ├── Changes-Summary.md
│ ├── Implementation-Complete.md
│ └── Wiki-Upload.md
│
└── README.md # This file
- [[Home|wiki/Home.md]] - Main documentation hub
- [[Installation Guide|wiki/Installation-Guide.md]] - Setup instructions
- [[First Training|wiki/First-Training.md]] - Your first voice model
- [[Quickstart|guides/Quickstart.md]] - Quick reference guide
- [[Colab Setup|wiki/Colab-Setup.md]] - Free GPU training guide
- [[Frontend Fix|guides/Frontend-Fix.md]] - Node.js 20 fix details
- [[Architecture|wiki/Architecture.md]] - System architecture
- [[TypeScript Stack|guides/TypeScript-Stack.md]] - Type safety details
- [[Reorganization|guides/Reorganization.md]] - Project structure changes
- [[Changes Summary|guides/Changes-Summary.md]] - Recent changes
- [[Implementation Complete|guides/Implementation-Complete.md]] - Feature completion
- [[Wiki Upload|guides/Wiki-Upload.md]] - How to upload wiki to GitHub
The wiki/ folder contains pages ready for GitHub Wiki:
| File | GitHub Wiki Title | Description |
|---|---|---|
Home.md |
Home | Main landing page |
Installation-Guide.md |
Installation-Guide | Setup guide |
First-Training.md |
First-Training | First training tutorial |
Colab-Setup.md |
Colab-Setup | Google Colab guide |
Architecture.md |
Architecture | Technical architecture |
# Clone wiki repository
git clone https://github.com/BF667-IDLE/VCTrain.wiki.git
cd VCTrain.wiki
# Copy wiki pages
cp ../docs/wiki/*.md .
# Upload
git add .
git commit -m "Add wiki pages from docs folder"
git pushSee [[Wiki Upload Guide|guides/Wiki-Upload.md]] for detailed instructions.
- Start at [[Home|wiki/Home.md]]
- Read [[Installation Guide|wiki/Installation-Guide.md]]
- Follow [[First Training|wiki/First-Training.md]]
- Try [[Colab Setup|wiki/Colab-Setup.md]] for free GPU
- Read [[Architecture|wiki/Architecture.md]]
- Study [[TypeScript Stack|guides/TypeScript-Stack.md]]
- Review [[Changes Summary|guides/Changes-Summary.md]]
- Check [[Quickstart|guides/Quickstart.md]]
- Read optimizer guides
- Explore [[Implementation Complete|guides/Implementation-Complete.md]]
| Category | Pages | Status |
|---|---|---|
| Wiki Pages | 5 | ✅ Complete |
| Technical Guides | 7 | ✅ Complete |
| Total Pages | 12 | ✅ Complete |
- GitHub Repository: https://github.com/BF667-IDLE/VCTrain
- GitHub Wiki: (coming soon - upload wiki pages)
- Issues: https://github.com/BF667-IDLE/VCTrain/issues
- Colab Notebook: https://colab.research.google.com/github/BF667-IDLE/VCTrain/blob/main/colab_typescript_fastapi.ipynb
Found a typo or want to add more guides?
- Edit files in
docs/folder - Submit a Pull Request
- Or upload to GitHub Wiki directly
# Create new wiki page in docs/wiki/
touch docs/wiki/Your-Topic.md
# Write content using Markdown
# See existing pages for formatting examples
# Commit and push
git add docs/wiki/Your-Topic.md
git commit -m "docs: Add Your Topic wiki page"
git pushDocumentation follows the same license as the VCTrain project.
Last Updated: April 12, 2026
Version: 0.4.1
Status: ✅ Production Ready