Skip to content

Commit 6e0a4ab

Browse files
authored
add managed k8s dgraph guide (#201)
* add managed k8s dgraph guide * change filename * trunk fmt * use helm charts
1 parent edd5c5c commit 6e0a4ab

File tree

5 files changed

+1466
-120
lines changed

5 files changed

+1466
-120
lines changed

dgraph/graphql/quickstart.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ just by deploying the GraphQL schema of your API. Dgraph does the rest!
1818

1919
## Step 1: Run Dgraph
2020

21-
The recommended way to get started with Dgraph is by using the official [Dgraph Docker image](https://hub.docker.com/r/dgraph/standalone).
21+
The recommended way to get started with Dgraph is by using the official
22+
[Dgraph Docker image](https://hub.docker.com/r/dgraph/standalone).
2223

2324
## Step 2: Deploy a GraphQL Schema
2425

dgraph/quickstart.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ This guide helps you to understand how to:
2020

2121
## Run Dgraph and connect the Ratel web UI
2222

23-
The recommended way to get started with Dgraph for local development is by using the official Dgraph Docker image.
23+
The recommended way to get started with Dgraph for local development is by using
24+
the official Dgraph Docker image.
2425

2526
In this section we'll create a new graph, then we'll connect our new graph to
2627
[Ratel](./glossary#ratel), the web-based UI for Dgraph.
@@ -434,9 +435,8 @@ the syntax `movies: ~Movie.genre`.
434435

435436
</Steps>
436437

437-
In this quick start we created a new graph instance using Dgraph,
438-
added data, queried the graph, visualized the results, and updated the schema of
439-
our graph.
438+
In this quick start we created a new graph instance using Dgraph, added data,
439+
queried the graph, visualized the results, and updated the schema of our graph.
440440

441441
## Where to go from here
442442

dgraph/self-managed/gcp.mdx

Lines changed: 0 additions & 114 deletions
This file was deleted.

0 commit comments

Comments
 (0)