mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-11-11 05:10:51 +03:00
docs: update cloud docs urls (#5175)
This commit is contained in:
parent
c4e812e2fb
commit
623ed76e3d
2
docs/_theme/djangodocs/layout.html
vendored
2
docs/_theme/djangodocs/layout.html
vendored
@ -248,7 +248,7 @@
|
||||
Hasura Core
|
||||
</span>
|
||||
</a>
|
||||
<a href="https://hasura.io/docs/cloud/1.0/cloud/index.html">
|
||||
<a href="https://hasura.io/docs/cloud/1.0/manual/index.html">
|
||||
<span>
|
||||
Hasura Cloud
|
||||
</span>
|
||||
|
@ -26,7 +26,7 @@ To use the Hasura GraphQL engine, you need to:
|
||||
Get started from scratch
|
||||
------------------------
|
||||
|
||||
- `Using Hasura Cloud <https://hasura.io/docs/cloud/1.0/cloud/getting-started/index.html>`_ **(recommended)**: Create a new Hasura Cloud project with just one click.
|
||||
- `Using Hasura Cloud <https://hasura.io/docs/cloud/1.0/manual/getting-started/index.html>`_ **(recommended)**: Create a new Hasura Cloud project with just one click.
|
||||
- :ref:`Using Heroku <heroku_simple>`: Get started in under 60 seconds with no setup required to
|
||||
host the Hasura GraphQL engine and Postgres on Heroku's free tier.
|
||||
- :ref:`Using Docker <docker_simple>`: Run a **local development** setup that sets up both the Hasura GraphQL
|
||||
@ -35,7 +35,7 @@ Get started from scratch
|
||||
Get started using an existing database
|
||||
--------------------------------------
|
||||
|
||||
- `Using Hasura Cloud <https://hasura.io/docs/cloud/1.0/cloud/projects/create.html>`_ **(recommended)**: Create a new Hasura Cloud project connected to an existing Postgres database
|
||||
- `Using Hasura Cloud <https://hasura.io/docs/cloud/1.0/manual/projects/create.html>`_ **(recommended)**: Create a new Hasura Cloud project connected to an existing Postgres database
|
||||
- :ref:`Using Heroku <heroku_existing_db>`: Run on Heroku using an existing Heroku
|
||||
Postgres database.
|
||||
- :ref:`Using Docker <deployment_docker>`: Run as a docker container and connect to an existing Postgres
|
||||
|
Loading…
Reference in New Issue
Block a user