bigwolfeman commited on
Commit
31e4259
Β·
1 Parent(s): 8d83edd
backend/src/services/seed.py CHANGED
@@ -17,9 +17,9 @@ DEMO_NOTES = [
17
  "path": "00-Index.md",
18
  "title": "00-Index",
19
  "tags": ["index", "navigation", "overview"],
20
- "body": """# πŸ“š Document-MCP: Your AI-Native Knowledge Vault
21
 
22
- **Document-MCP** is where documentation meets intelligence. It's an Obsidian-like vault that lives in the cloud, talks to AI agents through MCP, renders beautifully in ChatGPT, and lets humans read, write, and explore knowledge with joy.
23
 
24
  Think of it as **shared memory for humans and AIs**β€”a place where planning agents write architecture docs, execution agents log their work, and you discover connections through an interactive graph.
25
 
 
17
  "path": "00-Index.md",
18
  "title": "00-Index",
19
  "tags": ["index", "navigation", "overview"],
20
+ "body": """# πŸ“š Vault.MCP: Your AI-Native Knowledge Vault
21
 
22
+ **Vault.MCP** is where documentation meets intelligence. It's an Obsidian-like vault that lives in the cloud, talks to AI agents through MCP, renders beautifully in ChatGPT, and lets humans read, write, and explore knowledge with joy.
23
 
24
  Think of it as **shared memory for humans and AIs**β€”a place where planning agents write architecture docs, execution agents log their work, and you discover connections through an interactive graph.
25
 
frontend/src/pages/MainApp.tsx CHANGED
@@ -538,11 +538,9 @@ export function MainApp() {
538
 
539
  {/* Top bar */}
540
  <div className="border-b border-border p-4 animate-fade-in">
541
- <div className="flex items-center justify-between gap-2">
542
- <div className="flex items-center justify-center">
543
- <img src={vaultLogo} alt="Vault.MCP" className="w-12 h-12" />
544
- </div>
545
- <div className="flex gap-2">
546
  {isDemoMode && (
547
  <Button
548
  variant="default"
 
538
 
539
  {/* Top bar */}
540
  <div className="border-b border-border p-4 animate-fade-in">
541
+ <div className="relative flex items-center justify-center">
542
+ <img src={vaultLogo} alt="Vault.MCP" className="w-14 h-14" />
543
+ <div className="absolute right-0 flex gap-2">
 
 
544
  {isDemoMode && (
545
  <Button
546
  variant="default"