Skip to content

Commit a736eae

Browse files
committed
📸 Replace ASCII diagrams with screenshots in documentation
Add new screenshots documenting Studio's features and modes: - Chat modal and villain mode interactions - Help modal overlay - All six Studio modes - Studio overview visual Replace ASCII art representations with actual images throughout the Studio documentation for a more visual, accurate reference. Switch site logo from SVG to PNG format and add proper favicons including standard sizes and Apple touch icon. Fix markdown table formatting issues in CLI reference.
1 parent 3e1d58b commit a736eae

30 files changed

+90
-270
lines changed

docs/.vitepress/config.ts

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,21 @@ export default defineConfig({
66
base: '/git-iris/',
77

88
head: [
9-
['link', { rel: 'icon', type: 'image/svg+xml', href: '/logo.svg' }],
9+
['link', { rel: 'icon', type: 'image/x-icon', href: '/git-iris/favicon.ico' }],
10+
['link', { rel: 'icon', type: 'image/png', sizes: '32x32', href: '/git-iris/favicon-32.png' }],
11+
['link', { rel: 'icon', type: 'image/png', sizes: '16x16', href: '/git-iris/favicon-16.png' }],
12+
['link', { rel: 'apple-touch-icon', sizes: '180x180', href: '/git-iris/apple-touch-icon.png' }],
1013
['meta', { name: 'theme-color', content: '#e135ff' }],
1114
['meta', { property: 'og:type', content: 'website' }],
1215
['meta', { property: 'og:title', content: 'Git-Iris Documentation' }],
1316
['meta', { property: 'og:description', content: 'AI-powered Git workflows, beautifully crafted' }],
1417
],
1518

1619
themeConfig: {
17-
logo: '/logo.svg',
20+
logo: {
21+
src: '/logo.png',
22+
alt: 'Git-Iris'
23+
},
1824

1925
nav: [
2026
{ text: 'Guide', link: '/getting-started/' },
-49.8 KB
Loading
204 KB
Loading
244 KB
Loading

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ hero:
66
text: AI-Powered Git Workflows
77
tagline: Intelligent commit messages, code reviews, and release documentation — beautifully crafted
88
image:
9-
src: /logo.svg
9+
src: /logo.png
1010
alt: Git-Iris
1111
actions:
1212
- theme: brand

docs/public/apple-touch-icon.png

38.4 KB
Loading

docs/public/chat-modal.png

372 KB
Loading

docs/public/chat-villain-mode.png

469 KB
Loading

docs/public/favicon-16.png

1.31 KB
Loading

docs/public/favicon-32.png

2.63 KB
Loading

0 commit comments

Comments
 (0)