Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
116 changes: 17 additions & 99 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,144 +23,62 @@ aliases = ["/contribute"]
<a href="{{< relref "dgraph-overview.md">}}">
<h2>Overview</h2>
<p>
Dgraph basics, including hosting options.
Understand Dgraph core concepts and hosting options.
</p>
</a>
</div>
<div class="item">
<svg class="icon" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>GraphQL icon</title><path d="M14.051 2.751l4.935 2.85c.816-.859 2.173-.893 3.032-.077.148.14.274.301.377.477.589 1.028.232 2.339-.796 2.928-.174.1-.361.175-.558.223v5.699c1.146.273 1.854 1.423 1.58 2.569-.048.204-.127.4-.232.581-.592 1.023-1.901 1.374-2.927.782-.196-.113-.375-.259-.526-.429l-4.905 2.832c.372 1.124-.238 2.335-1.361 2.706-.217.071-.442.108-.67.108-1.181.001-2.139-.955-2.14-2.136 0-.205.029-.41.088-.609l-4.936-2.847c-.816.854-2.171.887-3.026.07-.854-.816-.886-2.171-.07-3.026.283-.297.646-.506 1.044-.603l.001-5.699c-1.15-.276-1.858-1.433-1.581-2.584.047-.198.123-.389.224-.566.592-1.024 1.902-1.374 2.927-.782.177.101.339.228.48.377l4.938-2.85C9.613 1.612 10.26.423 11.39.088 11.587.029 11.794 0 12 0c1.181-.001 2.139.954 2.14 2.134.001.209-.03.418-.089.617zm-.515.877c-.019.021-.037.039-.058.058l6.461 11.19c.026-.009.056-.016.082-.023V9.146c-1.145-.283-1.842-1.442-1.558-2.588.006-.024.012-.049.019-.072l-4.946-2.858zm-3.015.059l-.06-.06-4.946 2.852c.327 1.135-.327 2.318-1.461 2.645-.026.008-.051.014-.076.021v5.708l.084.023 6.461-11.19-.002.001zm2.076.507c-.39.112-.803.112-1.192 0l-6.46 11.189c.294.283.502.645.6 1.041h12.911c.097-.398.307-.761.603-1.044L12.597 4.194zm.986 16.227l4.913-2.838c-.015-.047-.027-.094-.038-.142H5.542l-.021.083 4.939 2.852c.388-.404.934-.653 1.54-.653.627 0 1.19.269 1.583.698z"/></svg>
<a href="{{< relref "graphql/_index.md">}}">
<h2>GraphQL</h2>
<h2>GraphQL API</h2>
<p>
Dgraph gives you GraphQL, not a translation layer
Generate a GraphQL API and a graph backend from a simple GraphQL schema.
</p>
</a>
</div>
<div class="item">
<div class="icon"><i class="fa fa-code-fork" aria-hidden="true"></i></div>
<a href="{{< relref "dql/_index.md">}}">
<h2>DQL</h2>
<h2>Dgraph Query Language (DQL)</h2>
<p>
A reference guide for Dgraph Query Language (DQL)
Learn Dgraph Query Language (DQL), Dgraph’s proprietary language to add, modify, delete and fetch data.
</p>
</a>
</div>
<div class="item">
<div class="icon"><i class="fa fa-download" aria-hidden="true"></i></div>
<a href="{{< relref "installation/_index.md">}}">
<h2>Installation</h2>
<div class="icon"><i class="lni lni-cloud" aria-hidden="true"></i></div>
<a href="https://dgraph.io/docs/cloud/">
<h2>Dgraph Cloud</h2>
<p>
Installing Dgraph on a single-host or a multi-host setup in an on-prem or cloud environment
Run Dgraph in the Cloud.
Work with your data in a fully-managed cloud service.
</p>
</a>
</div>

<div class="item">
<div class="icon"><i class="fa fa-wrench" aria-hidden="true"></i></div>
<a href="{{< relref "deploy/overview.md">}}">
<h2>Deploy and Manage</h2>
<h2>Self-hosted cluster</h2>
<p>
Running a Dgraph cluster in production
Install and manage a Dgraph cluster in a variety of self-managed deployment scenarios.
</p>
</a>
</div>

<div class="item">
<div class="icon"><i class="fa fa-building-o" aria-hidden="true"></i></div>
<a href="{{< relref "enterprise-features/_index.md">}}">
<h2>Enterprise Features</h2>
<div class="icon"><i class="lni lni-play" aria-hidden="true"></i></div>
<a href="{{< relref "clients/_index.md">}}">
<h2>gRPC and HTTP Clients</h2>
<p>
Exclusive features like ACLs, binary backups, encryption at rest, and more
</p>
</a>
</div>
<div class="item">
<div class="icon"><i class="lni lni-cloud" aria-hidden="true"></i></div>
<a href="https://dgraph.io/docs/cloud/">
<h2>Dgraph Cloud</h2>
<p>
Run Dgraph in the Cloud.
Work with your data in a fully-managed cloud service.
</p>
</a>
</div>
<div class="item">
<div class="icon"><i class="fa fa-cog" aria-hidden="true"></i></div>
<a href="https://dgraph.io/docs/badger">
<h2>Badger</h2>
<p>
Embeddable, persistent and fast key-value database that powers Dgraph
Interact with a Dgraph cluster using libraries in various programming languages.
</p>
</a>
</div>



</div>

## Contribute

<section class="toc">
<div class="container">
<div class="row row-no-padding">
<div class="col-12 col-sm-6">
<div class="section-item">
<div class="section-name">
<a href="https://github.com/dgraph-io/dgraph/blob/main/CONTRIBUTING.md">
Contribute to Dgraph
</a>
</div>
<p class="section-desc">
Get started with contributing fixes and enhancements to Dgraph and related software.
</p>
</div>
</div>
</div>
</div>
</section>

## Our Community

**Dgraph is made better every day by the growing community and the contributors all over the world.**

<section class="toc">
<div class="container">
<div class="row row-no-padding">
<div class="col-12 col-sm-6">
<div class="section-item">
<div class="section-name">
<a href="https://discuss.dgraph.io">
Community
</a>
</div>
<p class="section-desc">
Discuss Dgraph on the official community.
</p>
</div>
</div>
</div>
</div>
</section>

## Demo

<section class="toc">
<div class="container">
<div class="row row-no-padding">
<div class="col-12 col-sm-6">
<div class="section-item">
<div class="section-name">
<a href="https://play.dgraph.io">
Dgraph Playground
</a>
</div>
<p class="section-desc">
Play with Freebase movie dataset with 21 million edges
</p>
</div>
</div>
</div>
</div>
</section>

<style>
.content-wrapper {
Expand Down
4 changes: 2 additions & 2 deletions content/graphql/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
+++
title = "GraphQL"
description = "Find everything you need to know about using GraphQL with Dgraph Database. GraphQL doesn't have to be hard - these docs explain how to make it easy."
title = "GraphQL API"
description = "Generate a GraphQL API and a graph backend from a single GraphQL schema."
[menu.main]
identifier = "graphql"
weight = 3
Expand Down