Skip to content

Commit aeafb99

Browse files
authored
update CTAs and Graphs dev preview note (#112)
* . * Update docs.json * Update docs.json * Update docs.json * Update docs.json * Update docs.json
1 parent 1c52679 commit aeafb99

File tree

7 files changed

+62
-6
lines changed

7 files changed

+62
-6
lines changed

docs.json

Lines changed: 32 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,37 @@
99
},
1010
"favicon": "favicon.png",
1111
"navigation": {
12+
"global": {
13+
"anchors": [
14+
{
15+
"anchor": "Hypermode Agents (waitlist)",
16+
"icon": "code-simple",
17+
"color": {
18+
"light": "#FF00EE",
19+
"dark": "#CC00BE"
20+
},
21+
"href": "https://hypermode.typeform.com/agentswaitlist"
22+
},
23+
{
24+
"anchor": "Hypermode Graphs (preview)",
25+
"icon": "chart-network",
26+
"color": {
27+
"light": "#FF00EE",
28+
"dark": "#CC00BE"
29+
},
30+
"href": "https://hypermode.com/sign-in"
31+
},
32+
{
33+
"anchor": "Dgraph Cloud",
34+
"icon": "cloud",
35+
"color": {
36+
"light": "#FF00EE",
37+
"dark": "#CC00BE"
38+
},
39+
"href": "https://cloud.dgraph.io"
40+
}
41+
]
42+
},
1243
"tabs": [
1344
{
1445
"tab": "Hypermode",
@@ -437,12 +468,7 @@
437468
"label": "Blog",
438469
"href": "https://hypermode.com/blog"
439470
}
440-
],
441-
"primary": {
442-
"type": "button",
443-
"label": "Start free",
444-
"href": "https://hypermode.com/sign-up"
445-
}
471+
]
446472
},
447473
"footer": {
448474
"socials": {

graphs/connect.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ title: Connect to Graph
33
description: Connect to your graph from a SDK, IDE, or Modus
44
---
55

6+
<Info>
7+
Graphs on Hypermode is currently in developer preview. New features are
8+
shipping weekly.
9+
</Info>
10+
611
## Connection strings
712

813
A connection string is a URL that contains all of the necessary information to

graphs/deploy.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ title: Deploy Graph
33
description: Deploy a new graph and configure its resources
44
---
55

6+
<Info>
7+
Graphs on Hypermode is currently in developer preview. New features are
8+
shipping weekly.
9+
</Info>
10+
611
From your workspace home, click `Create new graph`. You are prompted to name
712
your graph and select the [region](./manage-graph#region-availability) for
813
deployment. Once deployed, your [connection string](./connect) is displayed.

graphs/manage-data.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ title: Manage Data
33
description: Query, mutate, and bulk manage data from your graph
44
---
55

6+
<Info>
7+
Graphs on Hypermode is currently in developer preview. New features are
8+
shipping weekly.
9+
</Info>
10+
611
Querying (reading) and mutating (writing) data to your graph is simple using an
712
[IDE or SDK](./connect). For bulk operations, there are tools for importing,
813
exporting, and dropping data.

graphs/manage-graph.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ title: Manage Graph
33
description: Manage your graph's resources and configuration
44
---
55

6+
<Info>
7+
Graphs on Hypermode is currently in developer preview. New features are
8+
shipping weekly.
9+
</Info>
10+
611
## Region availability
712

813
Graphs on Hypermode are available in the following regions:

graphs/manage-schema.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ title: Manage Schema
33
description: Load and update the schema of your graph
44
---
55

6+
<Info>
7+
Graphs on Hypermode is currently in developer preview. New features are
8+
shipping weekly.
9+
</Info>
10+
611
When working with Dgraph, defining a schema is optional! Start schema-less and
712
layer on a DQL or GraphQL-based modeling approach when needed.
813

graphs/overview.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ mode: "wide"
55
sidebarTitle: Overview
66
---
77

8+
<Info>
9+
Graphs on Hypermode is currently in developer preview. New features are
10+
shipping weekly.
11+
</Info>
12+
813
Graphs on Hypermode provides a fully managed [Dgraph](/dgraph) service for
914
building and deploying knowledge graphs. This service combines the power of
1015
Dgraph's distributed graph database with Hypermode's AI development platform,

0 commit comments

Comments
 (0)