diff --git a/apps/web/AGENTS.md b/apps/web/AGENTS.md index 398b2e8c..9d5e04bd 100644 --- a/apps/web/AGENTS.md +++ b/apps/web/AGENTS.md @@ -36,7 +36,7 @@ src/ ├── router.ts # Route definitions, auth guard, chunk error recovery ├── style.css # Tailwind imports (delegates to @memohai/ui/style.css) ├── i18n.ts # vue-i18n configuration -├── assets/ # Static assets (logo.png) +├── assets/ # Static assets (logo.svg) ├── components/ # Shared components │ ├── sidebar/ # Bot list sidebar (collapsible, bot items, settings link) │ │ ├── index.vue # Sidebar with bot list + settings gear footer diff --git a/apps/web/index.html b/apps/web/index.html index b9285d79..78df5cca 100644 --- a/apps/web/index.html +++ b/apps/web/index.html @@ -2,7 +2,7 @@
- +
diff --git a/docs/docs/.vitepress/config.ts b/docs/docs/.vitepress/config.ts
index 2388c8c5..ab16a530 100644
--- a/docs/docs/.vitepress/config.ts
+++ b/docs/docs/.vitepress/config.ts
@@ -9,7 +9,7 @@ export default defineConfig({
description: 'Multi-Member, Structured Long-Memory, Containerized AI Agent System.',
head: [
- ['link', { rel: 'icon', href: '/logo.png' }]
+ ['link', { rel: 'icon', href: '/logo.svg' }]
],
base: '/',
@@ -39,7 +39,7 @@ export default defineConfig({
],
logo: {
- src: '/logo.png',
+ src: '/logo.svg',
alt: 'Memoh'
},
diff --git a/docs/docs/index.md b/docs/docs/index.md
index 29d755bb..25931eca 100644
--- a/docs/docs/index.md
+++ b/docs/docs/index.md
@@ -20,7 +20,3 @@ Memoh(/ˈmemoʊ/) is a multi-member, structured long-memory, containerized AI ag
- **[MCP](/getting-started/mcp)** — Configure tool servers, OAuth, probing, import/export.
- **[Memory](/getting-started/memory)** — Long-term memory providers and memory compaction.
- **[Context Compaction](/getting-started/compaction)** — Reduce active session context size without changing stored memory.
-
-## Chinese Entry
-
-- **[简体中文入口](/zh/)** — Chinese landing page with translated concepts and links to key guides.
diff --git a/docs/docs/public/logo.png b/docs/docs/public/logo.png
deleted file mode 100644
index 7d6543cb..00000000
Binary files a/docs/docs/public/logo.png and /dev/null differ
diff --git a/docs/docs/public/logo.svg b/docs/docs/public/logo.svg
new file mode 100644
index 00000000..d29cacc7
--- /dev/null
+++ b/docs/docs/public/logo.svg
@@ -0,0 +1,25 @@
+
+
\ No newline at end of file