mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-22 23:41:07 +00:00
- 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.
6 lines
117 B
JSON
6 lines
117 B
JSON
{
|
|
"installCommand": "bundle install",
|
|
"buildCommand": "bundle exec jekyll build",
|
|
"outputDirectory": "_site"
|
|
}
|