From f5ea8e39ace4770638c20ad5593e08fec3d77a8f Mon Sep 17 00:00:00 2001 From: Anurag Date: Thu, 3 Sep 2020 22:08:49 +0530 Subject: [PATCH] doc: One-Click Documentation for Slash (#6381 #6383) (#6384) (cherry picked from commit e165710e85888fadfab9e21212a9b3469abe574e) --- wiki/content/slash-graphql/introduction.md | 21 +++++++++++-------- .../content/slash-graphql/one-click-deploy.md | 12 +++++++++++ 2 files changed, 24 insertions(+), 9 deletions(-) create mode 100644 wiki/content/slash-graphql/one-click-deploy.md diff --git a/wiki/content/slash-graphql/introduction.md b/wiki/content/slash-graphql/introduction.md index d531639d3c7..0affc460c13 100644 --- a/wiki/content/slash-graphql/introduction.md +++ b/wiki/content/slash-graphql/introduction.md @@ -9,14 +9,17 @@ title = "Introduction" Please see the following topics: -* The [QuickStart](/slash-graphql/slash-quick-start) will help you get started with a Slash GraphQL Schema, starting with a multi tenant todo app -* [Administering your Backend](/slash-graphql/admin/overview) covers topics such as how to programatically set your schema, and import or export your data - * [Authentication](/slash-graphql/admin/authentication) will guide you in creating a API token. Since all admin APIs require an auth token, this is a good place to start. - * [Schema](/slash-graphql/admin/schema) describes how to programatically query and update your GraphQL schema. - * [Import and Exporting Data](/slash-graphql/admin/import-export) is a guide for exporting your data from a Slash GraphQL backend, and how to import it into another cluster - * [Dropping Data](/slash-graphql/admin/drop-data) will guide you through dropping all data from your Slash GraphQL backend. -* [Advanced Queries With GraphQL+-](/slash-graphql/advanced-queries) speaks about how to interact with your database via the gRPC endpoint. +- The [QuickStart](/slash-graphql/slash-quick-start) will help you get started with a Slash GraphQL Schema, starting with a multi tenant todo app +- [Administering your Backend](/slash-graphql/admin/overview) covers topics such as how to programatically set your schema, and import or export your data + - [Authentication](/slash-graphql/admin/authentication) will guide you in creating a API token. Since all admin APIs require an auth token, this is a good place to start. + - [Schema](/slash-graphql/admin/schema) describes how to programatically query and update your GraphQL schema. + - [Import and Exporting Data](/slash-graphql/admin/import-export) is a guide for exporting your data from a Slash GraphQL backend, and how to import it into another cluster + - [Dropping Data](/slash-graphql/admin/drop-data) will guide you through dropping all data from your Slash GraphQL backend. + - [Switching Backend Modes](/slash-graphql/admin/backend-modes) will guide you through changing Slash GraphQL backend mode. +- [Advanced Queries With GraphQL+-](/slash-graphql/advanced-queries) speaks about how to interact with your database via the gRPC endpoint. +- [One-click Deploy](/slash-graphql/one-click-deploy) speaks about how to deploy sample apps in a fresh instance of backend to start working with them. You might also be interested in: -* [Dgraph GraphQL Schema Reference](/graphql/schema/schema-overview), which lists all the types and directives supported by Dgraph -* [Dgraph GraphQL API Reference](/graphql/api/api-overview), which serves as a guide to using your new `/graphql` endpoint + +- [Dgraph GraphQL Schema Reference](/graphql/schema/schema-overview), which lists all the types and directives supported by Dgraph +- [Dgraph GraphQL API Reference](/graphql/api/api-overview), which serves as a guide to using your new `/graphql` endpoint diff --git a/wiki/content/slash-graphql/one-click-deploy.md b/wiki/content/slash-graphql/one-click-deploy.md new file mode 100644 index 00000000000..b07643d7145 --- /dev/null +++ b/wiki/content/slash-graphql/one-click-deploy.md @@ -0,0 +1,12 @@ ++++ +title = "One-click Deploy" +[menu.main] + parent = "slash-graphql" + weight = 2 ++++ + +We love building GraphQL apps at Dgraph! In order to help you get started quickly, we are making it easy to launch a few apps with a single click. We'll create a fresh backend for you, load it with the right schema, and even launch a front end that's ready for you to use. + +In order to do a `One-Click Deploy`, please choose the application you wish to deploy from the [Apps](https://slash.dgraph.io/_/one-click) tab in the side bar and click the `Deploy` button. + +It will take few minutes while the new back-end spins up. You will be able to see the front-end url under `Details` card on the [Dashboard](https://slash.dgraph.io/_/dashboard) tab in the sidebar.