Skip to content

update CTAs and Graphs dev preview note #112

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Mar 27, 2025
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
38 changes: 32 additions & 6 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,37 @@
},
"favicon": "favicon.png",
"navigation": {
"global": {
"anchors": [
{
"anchor": "Hypermode Agents (waitlist)",
"icon": "code-simple",
"color": {
"light": "#FF00EE",
"dark": "#CC00BE"
},
"href": "https://hypermode.typeform.com/agentswaitlist"
},
{
"anchor": "Hypermode Graphs (preview)",
"icon": "chart-network",
"color": {
"light": "#FF00EE",
"dark": "#CC00BE"
},
"href": "https://hypermode.com/sign-in"
},
{
"anchor": "Dgraph Cloud",
"icon": "cloud",
"color": {
"light": "#FF00EE",
"dark": "#CC00BE"
},
"href": "https://cloud.dgraph.io"
}
]
},
"tabs": [
{
"tab": "Hypermode",
Expand Down Expand Up @@ -437,12 +468,7 @@
"label": "Blog",
"href": "https://hypermode.com/blog"
}
],
"primary": {
"type": "button",
"label": "Start free",
"href": "https://hypermode.com/sign-up"
}
]
},
"footer": {
"socials": {
Expand Down
5 changes: 5 additions & 0 deletions graphs/connect.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ title: Connect to Graph
description: Connect to your graph from a SDK, IDE, or Modus
---

<Info>
Graphs on Hypermode is currently in developer preview. New features are
shipping weekly.
</Info>

## Connection strings

A connection string is a URL that contains all of the necessary information to
Expand Down
5 changes: 5 additions & 0 deletions graphs/deploy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ title: Deploy Graph
description: Deploy a new graph and configure its resources
---

<Info>
Graphs on Hypermode is currently in developer preview. New features are
shipping weekly.
</Info>

From your workspace home, click `Create new graph`. You are prompted to name
your graph and select the [region](./manage-graph#region-availability) for
deployment. Once deployed, your [connection string](./connect) is displayed.
Expand Down
5 changes: 5 additions & 0 deletions graphs/manage-data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ title: Manage Data
description: Query, mutate, and bulk manage data from your graph
---

<Info>
Graphs on Hypermode is currently in developer preview. New features are
shipping weekly.
</Info>

Querying (reading) and mutating (writing) data to your graph is simple using an
[IDE or SDK](./connect). For bulk operations, there are tools for importing,
exporting, and dropping data.
Expand Down
5 changes: 5 additions & 0 deletions graphs/manage-graph.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ title: Manage Graph
description: Manage your graph's resources and configuration
---

<Info>
Graphs on Hypermode is currently in developer preview. New features are
shipping weekly.
</Info>

## Region availability

Graphs on Hypermode are available in the following regions:
Expand Down
5 changes: 5 additions & 0 deletions graphs/manage-schema.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ title: Manage Schema
description: Load and update the schema of your graph
---

<Info>
Graphs on Hypermode is currently in developer preview. New features are
shipping weekly.
</Info>

When working with Dgraph, defining a schema is optional! Start schema-less and
layer on a DQL or GraphQL-based modeling approach when needed.

Expand Down
5 changes: 5 additions & 0 deletions graphs/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ mode: "wide"
sidebarTitle: Overview
---

<Info>
Graphs on Hypermode is currently in developer preview. New features are
shipping weekly.
</Info>

Graphs on Hypermode provides a fully managed [Dgraph](/dgraph) service for
building and deploying knowledge graphs. This service combines the power of
Dgraph's distributed graph database with Hypermode's AI development platform,
Expand Down