Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ export default defineConfig({
collapsed: true,
items: [
// Memo 144 K7 (T9): About FlowMCP merged in from the removed standalone group.
{ label: 'About FlowMCP', translations: { de: 'Ueber FlowMCP' }, slug: 'about' },
{ label: 'About', translations: { de: 'Ueber' }, slug: 'about' },
// Memo 060 PRD-016 (QS3): "Quickstart" -> "CLI Setup" (DE bewusst englisch, analog "Tag Search").
// Memo 142 (REMOVE): Hackathon Kit, Agent Creation, GTFS Pilot -> .trash/memo-142-reduction.
{ label: 'CLI Setup', translations: { de: 'CLI Setup' }, slug: 'quickstart/quickstart' },
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/about/index.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: About FlowMCP
title: About
description: What FlowMCP is, why it exists, and where it stands today.
---
{/* PAGEFIND-META-START */}
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/de/about/index.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Ueber FlowMCP
title: Ueber
description: Was FlowMCP ist, warum es existiert, und wo es heute steht.
---
{/* PAGEFIND-META-START */}
Expand Down
2 changes: 1 addition & 1 deletion src/templates/about/index.template.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: About FlowMCP
title: About
description: What FlowMCP is, why it exists, and where it stands today.
---
{/* PAGEFIND-META-START */}
Expand Down
2 changes: 1 addition & 1 deletion src/templates/de/about/index.template.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Ueber FlowMCP
title: Ueber
description: Was FlowMCP ist, warum es existiert, und wo es heute steht.
---
{/* PAGEFIND-META-START */}
Expand Down
Loading