Skip to content

Mitii-dev/mitii-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

mitii ai agent docs

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors