Files
openclaw/docs/vercel.json
Buns Enchantress 447a3d66c0 feat: add docs chat prototype and related scripts
- Introduced a minimal documentation chatbot that builds a search index from markdown files and serves responses via an API.
- Added scripts for building the index and serving the chat API.
- Updated package.json with new commands for chat index building and serving.
- Created a new Vercel configuration file for deployment.
- Added a README for the docs chat prototype detailing usage and integration.
2026-02-03 01:09:17 -06:00

6 lines
117 B
JSON

{
"installCommand": "bundle install",
"buildCommand": "bundle exec jekyll build",
"outputDirectory": "_site"
}