File tree Expand file tree Collapse file tree 7 files changed +62
-6
lines changed Expand file tree Collapse file tree 7 files changed +62
-6
lines changed Original file line number Diff line number Diff line change 9
9
},
10
10
"favicon" : " favicon.png" ,
11
11
"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
+ },
12
43
"tabs" : [
13
44
{
14
45
"tab" : " Hypermode" ,
437
468
"label" : " Blog" ,
438
469
"href" : " https://hypermode.com/blog"
439
470
}
440
- ],
441
- "primary" : {
442
- "type" : " button" ,
443
- "label" : " Start free" ,
444
- "href" : " https://hypermode.com/sign-up"
445
- }
471
+ ]
446
472
},
447
473
"footer" : {
448
474
"socials" : {
Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ title: Connect to Graph
3
3
description : Connect to your graph from a SDK, IDE, or Modus
4
4
---
5
5
6
+ <Info >
7
+ Graphs on Hypermode is currently in developer preview. New features are
8
+ shipping weekly.
9
+ </Info >
10
+
6
11
## Connection strings
7
12
8
13
A connection string is a URL that contains all of the necessary information to
Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ title: Deploy Graph
3
3
description : Deploy a new graph and configure its resources
4
4
---
5
5
6
+ <Info >
7
+ Graphs on Hypermode is currently in developer preview. New features are
8
+ shipping weekly.
9
+ </Info >
10
+
6
11
From your workspace home, click ` Create new graph ` . You are prompted to name
7
12
your graph and select the [ region] ( ./manage-graph#region-availability ) for
8
13
deployment. Once deployed, your [ connection string] ( ./connect ) is displayed.
Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ title: Manage Data
3
3
description : Query, mutate, and bulk manage data from your graph
4
4
---
5
5
6
+ <Info >
7
+ Graphs on Hypermode is currently in developer preview. New features are
8
+ shipping weekly.
9
+ </Info >
10
+
6
11
Querying (reading) and mutating (writing) data to your graph is simple using an
7
12
[ IDE or SDK] ( ./connect ) . For bulk operations, there are tools for importing,
8
13
exporting, and dropping data.
Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ title: Manage Graph
3
3
description : Manage your graph's resources and configuration
4
4
---
5
5
6
+ <Info >
7
+ Graphs on Hypermode is currently in developer preview. New features are
8
+ shipping weekly.
9
+ </Info >
10
+
6
11
## Region availability
7
12
8
13
Graphs on Hypermode are available in the following regions:
Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ title: Manage Schema
3
3
description : Load and update the schema of your graph
4
4
---
5
5
6
+ <Info >
7
+ Graphs on Hypermode is currently in developer preview. New features are
8
+ shipping weekly.
9
+ </Info >
10
+
6
11
When working with Dgraph, defining a schema is optional! Start schema-less and
7
12
layer on a DQL or GraphQL-based modeling approach when needed.
8
13
Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ mode: "wide"
5
5
sidebarTitle : Overview
6
6
---
7
7
8
+ <Info >
9
+ Graphs on Hypermode is currently in developer preview. New features are
10
+ shipping weekly.
11
+ </Info >
12
+
8
13
Graphs on Hypermode provides a fully managed [ Dgraph] ( /dgraph ) service for
9
14
building and deploying knowledge graphs. This service combines the power of
10
15
Dgraph's distributed graph database with Hypermode's AI development platform,
You can’t perform that action at this time.
0 commit comments