diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts
index c6d7c7bd..87ca1398 100644
--- a/docs/.vitepress/config.ts
+++ b/docs/.vitepress/config.ts
@@ -119,6 +119,7 @@ export default withMermaid(defineConfig({
{ text: 'Workflow', link: '/commands/claude/workflow' },
{ text: 'Session', link: '/commands/claude/session' },
{ text: 'Issue', link: '/commands/claude/issue' },
+ { text: 'IDAW', link: '/commands/claude/idaw' },
{ text: 'Memory', link: '/commands/claude/memory' },
{ text: 'CLI', link: '/commands/claude/cli' },
{ text: 'UI Design', link: '/commands/claude/ui-design' }
@@ -378,6 +379,7 @@ export default withMermaid(defineConfig({
{ text: '工作流', link: '/zh/commands/claude/workflow' },
{ text: '会话管理', link: '/zh/commands/claude/session' },
{ text: 'Issue', link: '/zh/commands/claude/issue' },
+ { text: 'IDAW', link: '/zh/commands/claude/idaw' },
{ text: 'Memory', link: '/zh/commands/claude/memory' },
{ text: 'CLI', link: '/zh/commands/claude/cli' },
{ text: 'UI 设计', link: '/zh/commands/claude/ui-design' }
diff --git a/docs/.vitepress/theme/components/HeroAnimation.vue b/docs/.vitepress/theme/components/HeroAnimation.vue
index 024d59d2..3112028e 100644
--- a/docs/.vitepress/theme/components/HeroAnimation.vue
+++ b/docs/.vitepress/theme/components/HeroAnimation.vue
@@ -39,14 +39,22 @@
-
+
-
-
-
-
+
CCW
diff --git a/docs/.vitepress/theme/components/ThemeLogo.vue b/docs/.vitepress/theme/components/ThemeLogo.vue
index 846621ba..1cdb022a 100644
--- a/docs/.vitepress/theme/components/ThemeLogo.vue
+++ b/docs/.vitepress/theme/components/ThemeLogo.vue
@@ -1,52 +1,47 @@
-
-
@@ -56,9 +51,4 @@ onUnmounted(() => {
height: 24px;
color: var(--vp-c-text-1);
}
-
-.theme-logo circle {
- fill: var(--vp-c-primary);
- transition: fill 0.3s ease;
-}
diff --git a/docs/.vitepress/theme/composables/useDynamicIcon.ts b/docs/.vitepress/theme/composables/useDynamicIcon.ts
index 92094aab..36941526 100644
--- a/docs/.vitepress/theme/composables/useDynamicIcon.ts
+++ b/docs/.vitepress/theme/composables/useDynamicIcon.ts
@@ -77,17 +77,22 @@ export function getStatusColor(isDark: boolean): string {
}
/**
- * Generate favicon SVG with dynamic colors (line style)
+ * Generate favicon SVG with orbital design
*/
export function generateFaviconSvg(theme: ThemeName, isDark: boolean): string {
- const lineColor = getThemeColor(theme, isDark)
- const dotColor = getThemeColor(theme, isDark) // Dot follows theme color
+ const orbitColor = getThemeColor(theme, isDark)
- return `