Skip to content

Commit

Permalink
make vale happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajakavitha1 committed Jul 27, 2023
1 parent 2db358d commit d5e6a78
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ aliases = ["/contribute"]
<svg class="icon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
<path d="M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z" stroke="#EF265A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M19.6224 10.3954L18.5247 7.7448L20 6L18 4L16.2647 5.48295L13.5578 4.36974L12.9353 2H10.981L10.3491 4.40113L7.70441 5.51596L6 4L4 6L5.45337 7.78885L4.3725 10.4463L2 11V13L4.40111 13.6555L5.51575 16.2997L4 18L6 20L7.79116 18.5403L10.397 19.6123L11 22H13L13.6045 19.6132L16.2551 18.5155C16.6969 18.8313 18 20 18 20L20 18L18.5159 16.2494L19.6139 13.598L21.9999 12.9772L22 11L19.6224 10.3954Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
<h2>Self-hosted cluster</h2>
<h2>Self-hosted Cluster</h2>
<p>
Install and manage a Dgraph cluster in a variety of self-managed deployment scenarios.
Install and manage a Dgraph Cluster in a variety of self-managed deployment scenarios.
</p>
</a>
</div>
Expand All @@ -99,7 +99,7 @@ aliases = ["/contribute"]
<path d="M19 8L23 12L19 16" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
<h2>gRPC and HTTP Clients</h2>
<p>
Interact with a Dgraph cluster using libraries in various programming languages.
Interact with a Dgraph Cluster using libraries in various programming languages.
</p>
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion content/learn/administrator/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ weight = 4

### Recommended learning path

- See [Dgraph Overview]({{< relref "dgraph-overview.md" >}}) for an introduction to Dgraph database and a presentation of Dgraph cluster architecture.
- See [Dgraph Overview]({{< relref "dgraph-overview.md" >}}) for an introduction to Dgraph database and a presentation of Dgraph Cluster architecture.
- Get familiar with some terms in the [Glossary]({{< relref "dgraph-glossary.md" >}})
- **Dgraph Cloud**
- Learn from [Dgraph Cloud]({{< relref "dgraphcloud" >}}) section of our documentation.
Expand Down
2 changes: 1 addition & 1 deletion content/learn/data-engineer/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ weight = 3


### Recommended learning path
- See [Dgraph Overview]({{< relref "dgraph-overview.md" >}}) for an introduction to Dgraph database and a presentation of Dgraph cluster architecture.
- See [Dgraph Overview]({{< relref "dgraph-overview.md" >}}) for an introduction to Dgraph database and a presentation of Dgraph Cluster architecture.
- Get familiar with some terms in the [Glossary]({{< relref "dgraph-glossary.md" >}}).
- Follow the [Dgraph Query Language(DQL) Quickstart]({{< relref "dql/dql-get-started" >}}) to execute some queries.
- Take the interactive [DQL Tour](https://dgraph.io/tour/intro/1/).
Expand Down
2 changes: 1 addition & 1 deletion content/learn/developer/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ weight = 2


### Recommended learning path
- See [Dgraph Overview]({{< relref "dgraph-overview.md" >}}) for an introduction to Dgraph database and a presentation of Dgraph cluster architecture.
- See [Dgraph Overview]({{< relref "dgraph-overview.md" >}}) for an introduction to Dgraph database and a presentation of Dgraph Cluster architecture.
- Get familiar with some terms in the [Glossary]({{< relref "dgraph-glossary.md" >}}).
- Follow the [GraphQL API Quickstart]({{< relref "graphql/quick-start" >}}) to create a first API.
- Take the [GraphQL Tour](https://dgraph.io/tour/graphqlintro/).
Expand Down

0 comments on commit d5e6a78

Please sign in to comment.