From e1debb09f1ae62a38ecf7557b801068bd1b6b373 Mon Sep 17 00:00:00 2001 From: fengjessica Date: Tue, 26 Aug 2025 15:41:35 -0700 Subject: [PATCH 1/5] Update introduction.mdx --- introduction.mdx | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/introduction.mdx b/introduction.mdx index f0033053..739829e8 100644 --- a/introduction.mdx +++ b/introduction.mdx @@ -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. - - - Craft powerful agents in natural language with access to your tools and data - - - Build and deploy agents, flows, and AI-enabled services with more control - - - Organize your knowledge in a natural structure of nodes and relationships - - - Experiment rapidly with the most popular open source and commercial models - - - ## Built on open source Hypermode leads and builds on a strong foundation of open source projects: From cfaab4800687882adc259986e6afebd7cb273438 Mon Sep 17 00:00:00 2001 From: fengjessica Date: Tue, 26 Aug 2025 15:44:40 -0700 Subject: [PATCH 2/5] Update docs.json --- docs.json | 26 ++------------------------ 1 file changed, 2 insertions(+), 24 deletions(-) diff --git a/docs.json b/docs.json index 4db14137..66db12cc 100644 --- a/docs.json +++ b/docs.json @@ -172,31 +172,9 @@ "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"] + "pages": ["hyp-cli"] }, { "group": "Resources", From 61fe9310cae516de5ab368e4e3012943ee8eabdb Mon Sep 17 00:00:00 2001 From: fengjessica Date: Tue, 26 Aug 2025 16:21:32 -0700 Subject: [PATCH 3/5] update --- docs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.json b/docs.json index 66db12cc..5c4547a8 100644 --- a/docs.json +++ b/docs.json @@ -172,7 +172,7 @@ "agents/faq" ] }, - { + { "group": "Tools", "pages": ["hyp-cli"] }, From 1cd5a17c3cc282a8a03c17a88dd7196e30a1da72 Mon Sep 17 00:00:00 2001 From: William Lyon Date: Wed, 27 Aug 2025 07:56:38 -0600 Subject: [PATCH 4/5] Remove tools group and semantic search tutorial --- docs.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/docs.json b/docs.json index 5c4547a8..91b2261a 100644 --- a/docs.json +++ b/docs.json @@ -57,8 +57,7 @@ "first-hypermode-agent", "first-sales-agent", "first-operations-agent", - "agents/knowledge-graph-extraction", - "semantic-search" + "agents/knowledge-graph-extraction" ] } ] @@ -172,10 +171,6 @@ "agents/faq" ] }, - { - "group": "Tools", - "pages": ["hyp-cli"] - }, { "group": "Resources", "pages": ["security", "community-and-support", "hypermode-docs-mcp"] From f4f146135308ce4531e39413050c902900a9ee99 Mon Sep 17 00:00:00 2001 From: William Lyon Date: Wed, 27 Aug 2025 08:01:42 -0600 Subject: [PATCH 5/5] Rename anchor and update navigation in docs.json --- docs.json | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/docs.json b/docs.json index 91b2261a..834cdb65 100644 --- a/docs.json +++ b/docs.json @@ -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" } ] },