Upload Documentation
After generating your documentation using the /gen-docs command, you'll need to upload it to make it available to the ChatSDK.
Current Upload Process
- Generate documentation using the
/gen-docsClaude Code command - Create a zip file of your
./chat-docs/directory:bashzip -r chat-docs.zip chat-docs/ - Contact our team to upload your documentation via API
TIP
The generated documentation is stored in ./chat-docs/ and includes all chunks and the manifest file.
Web Upload Coming Soon
A web-based documentation upload interface is currently in development. Once available, you'll be able to upload documentation directly through our Admin UI.
Future Capabilities
Once available, you'll be able to:
- Upload markdown, PDF, or HTML documentation
- Process documentation through our RAG pipeline
- Index content in vector database
- Test documentation retrieval