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
51 changes: 3 additions & 48 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,31 +15,13 @@
"global": {
"anchors": [
{
"anchor": "Hypermode Graphs (preview)",
"icon": "chart-network",
"anchor": "Hypermode Agents (beta)",
"icon": "robot",
"color": {
"light": "#FF00EE",
"dark": "#CC00BE"
},
"href": "https://hypermode.com/login"
},
{
"anchor": "Dgraph Cloud",
"icon": "cloud",
"color": {
"light": "#FF00EE",
"dark": "#CC00BE"
},
"href": "https://cloud.dgraph.io"
},
{
"anchor": "Agents Bootcamp",
"icon": "calendar",
"color": {
"light": "#FF00EE",
"dark": "#CC00BE"
},
"href": "https://docs.hypermode.com/agents/30-days-of-agents/overview"
}
]
},
Expand All @@ -57,8 +39,7 @@
"first-hypermode-agent",
"first-sales-agent",
"first-operations-agent",
"agents/knowledge-graph-extraction",
"semantic-search"
"agents/knowledge-graph-extraction"
]
}
]
Expand Down Expand Up @@ -172,32 +153,6 @@
"agents/faq"
]
},
{
"group": "Apps",
"pages": [
"apps/overview",
"apps/create-app",
"apps/connect-app",
"apps/develop-app",
"apps/deploy-app"
]
},
{
"group": "Graphs",
"pages": [
"graphs/overview",
"graphs/provision",
"graphs/connect",
"graphs/manage-schema",
"graphs/manage-data",
"graphs/manage-graph",
"graphs/graph-mcp"
]
},
{
"group": "Tools",
"pages": ["model-router", "hyp-cli"]
},
{
"group": "Resources",
"pages": ["security", "community-and-support", "hypermode-docs-mcp"]
Expand Down
15 changes: 0 additions & 15 deletions introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,6 @@ Hypermode is a complete workbench for rapidly building agents with natural
language. When you're ready to embed an agent into your app, eject to code and
manage it as a backend service.

<CardGroup cols={2}>
<Card title="Agents" icon="robot" href="agents/introduction">
Craft powerful agents in natural language with access to your tools and data
</Card>
<Card title="Apps" icon="code" href="modus/overview">
Build and deploy agents, flows, and AI-enabled services with more control
</Card>
<Card title="Graphs" icon="chart-network" href="graphs/overview">
Organize your knowledge in a natural structure of nodes and relationships
</Card>
<Card title="Models" icon="cube" href="/model-router">
Experiment rapidly with the most popular open source and commercial models
</Card>
</CardGroup>

## Built on open source

Hypermode leads and builds on a strong foundation of open source projects:
Expand Down