Skip to content

Commit 30960f2

Browse files
authored
graph updates (#117)
* graph updates * Update overview.mdx
1 parent 20ad31d commit 30960f2

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

docs.json

+4
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,10 @@
530530
{
531531
"source": "/modus/sdk/postgresql",
532532
"destination": "/modus/sdk/assemblyscript/postgresql"
533+
},
534+
{
535+
"source": "/graphs/deploy",
536+
"destination": "/graphs/provision"
533537
}
534538
]
535539
}

graphs/overview.mdx

+5-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ offering a seamless experience for developers and organizations of all sizes.
1717

1818
## Key features
1919

20+
In addition to the [features provided by Dgraph](/dgraph/why-dgraph), Graphs on
21+
Hypermode provides a turnkey experience for building and deploying knowledge
22+
graphs.
23+
2024
| Feature | Description |
2125
| :-------------------------------------------------------- | :------------------------------------------------------------------------------- |
2226
| [Scale to Zero](./manage-graph#scale-to-zero) | automatically scale down after periods of inactivity and scale back up on demand |
@@ -30,7 +34,7 @@ offering a seamless experience for developers and organizations of all sizes.
3034

3135
To get started with Graphs on Hypermode:
3236

33-
1. **[Deploy a new graph](./deploy)**: create your graph database
37+
1. **[Deploy a new graph](./provision)**: create your graph database
3438
2. **[Connect to your graph](./connect)**: use connection strings to access your
3539
graph from various clients
3640
3. **[Manage your schema](./manage-schema)**: define your graph structure using

graphs/deploy.mdx renamed to graphs/provision.mdx

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Deploy Graph
3-
description: Deploy a new graph and configure its resources
2+
title: Provision Graph
3+
description: Create a new graph and configure its resources
44
---
55

66
<Info>
@@ -10,7 +10,8 @@ description: Deploy a new graph and configure its resources
1010

1111
From your workspace home, click `Create new graph`. You are prompted to name
1212
your graph and select the [region](./manage-graph#region-availability) for
13-
deployment. Once deployed, your [connection string](./connect) is displayed.
13+
provisioning. Once provisioned, your [connection string](./connect) is
14+
displayed.
1415

1516
<Frame>
1617
<img src="/images/graphs/create-graph.png" alt="Create graph" />

0 commit comments

Comments
 (0)