This directory is the GitHub Pages publish root for opencode-vim.
It is separate from the product docs in packages/web/src/content/docs.
bun run build:siteThis runs docs/build.ts and writes the static landing page to docs/index.html.
Preview:
python3 -m http.server 8000 -d docs