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 docs/src/app/(home)/sections/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export function Hero() {
className="items-center"
tag="Open source"
headingClassName="sm:text-6xl text-5xl"
description="A rich text editor and knowledge base for you and your agents. Private, open source, and free."
description="A rich text editor and knowledge base for you and your agents."
>
{SITE_HEADLINE}
</SectionHeading>
Expand Down
8 changes: 3 additions & 5 deletions docs/src/app/(home)/sections/made-for-agents.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,17 @@ const features: Feature[] = [
{
icon: Hexagon,
title: 'Agent skills',
description:
'Your agents know how to navigate, edit and grow your knowledge base out of the box.',
description: 'Agents know how to navigate, edit and grow your knowledge base out of the box.',
},
{
icon: Plug,
title: 'Native MCP',
description: 'Plug your knowledge base straight into Claude, Cursor, Codex, and other agents.',
description: 'Plug your knowledge base into Claude, Cursor, Codex, and other agents.',
},
{
icon: Search,
title: 'Agentic Search',
description:
'Help agents find the right content with built-in embeddings and hierarchical RAG.',
description: 'Help agents find the right content with embeddings and hierarchical RAG.',
},
];

Expand Down
4 changes: 2 additions & 2 deletions docs/src/app/(home)/sections/put-it-to-work.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ const cards: UseCaseCard[] = [
visual: <KnowledgeBaseGraphic />,
title: 'Knowledge base',
description:
'A living wiki for your team — docs, notes, and decisions in plain markdown, kept current by everyone who works on them.',
'A living wiki for you and your team — skills, docs, notes in plain markdown, kept automatically in sync.',
},
{
visual: <EngSpecsGraphic />,
title: 'Engineering specs',
description:
'Specs, RFCs and runbooks living next to the code, edited by humans and coding agents in the same loop.',
'Specs, PRDs, and roadmaps living next to the code, edited by humans and coding agents in the same loop.',
},
];

Expand Down