Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.28 KB

File metadata and controls

44 lines (29 loc) · 1.28 KB

Mitii Docs

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.

Setup as its own repo

# 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 main

Development

npm install
npm run dev      # http://localhost:5173
npm run build    # output → docs/.vitepress/dist
npm run preview

Branding

Edit brand.ts at the repo root. Keep in sync with:

  • mitii-website/brand.ts
  • thunder-ai-agent/src/shared/brand.ts (extension)

Deploy

Build output: docs/.vitepress/dist

Point docs.mitii.dev at this static output (Cloudflare Pages, Netlify, Vercel, GitHub Pages).

Theme

Monochrome black & white. Dark mode is the default (appearance: 'dark' in VitePress config). Styles live in docs/.vitepress/theme/custom.css.