Documentation for Mitii AI Agent — deployed at docs.mitii.dev.
This is a standalone repository. The VS Code extension lives in thunder-ai-agent. The marketing site lives in mitii-website.
# If this folder is still inside thunder-ai-agent, move it out first:
# mv mitii-docs ../mitii-docs && cd ../mitii-docs
git init
git add .
git commit -m "Initial Mitii docs site"
git remote add origin https://github.com/codewithshinde/mitii-docs.git
git push -u origin mainnpm install
npm run dev # http://localhost:5173
npm run build # output → docs/.vitepress/dist
npm run previewEdit brand.ts at the repo root. Keep in sync with:
mitii-website/brand.tsthunder-ai-agent/src/shared/brand.ts(extension)
Build output: docs/.vitepress/dist
Point docs.mitii.dev at this static output (Cloudflare Pages, Netlify, Vercel, GitHub Pages).
Monochrome black & white. Dark mode is the default (appearance: 'dark' in VitePress config). Styles live in docs/.vitepress/theme/custom.css.