graphql-engine/docs/graphql/cloud/projects/index.rst
nevermore 84df556e47 docs: initial docs for vercel integration
## Description

This PR includes the initial docs for v1 Vercel Integration ([PR](https://github.com/hasura/lux/pull/3274))

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/3284
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Rikin Kachhia <54616969+rikinsk@users.noreply.github.com>
GitOrigin-RevId: 096eddb1a8ead3ef809f161b36254a8f58a10fff
2022-01-31 16:46:12 +00:00

71 lines
1.8 KiB
ReStructuredText

.. meta::
:description: Managing teams in Hasura Cloud
:keywords: hasura, docs, cloud, teams
.. _projects:
Projects & collaborators
========================
.. contents:: Table of contents
:backlinks: none
:depth: 1
:local:
Introduction
------------
The ``Projects`` page shows a list of your projects.
.. thumbnail:: /img/graphql/cloud/projects/projects-list.png
:alt: Projects list
:width: 1200px
For each project, you can do the one of the following actions:
.. thumbnail:: /img/graphql/cloud/projects/project-actions.png
:alt: Project actions
:width: 860px
- Click ``Launch Console`` to open the Hasura console in your browser. The ``Monitoring`` tab
lets you use the Pro features that Hasura Cloud has set up for you.
.. thumbnail:: /img/graphql/cloud/metrics/monitoring-tab-overview.png
:alt: Hasura Console: Monitoring tab
:width: 900px
- Click the gear icon to manage your project
.. thumbnail:: /img/graphql/cloud/projects/project-details.png
:alt: General tab
:width: 900px
.. note::
Please see the :ref:`API reference <cloud_api_reference>` to create and manage Hasura Cloud projects programmatically.
Dig deeper
----------
.. toctree::
:maxdepth: 1
:titlesonly:
Creating projects <create>
Project Details <details>
Project Collaborators <collaborators>
Transfer Ownership <ownership>
Project Env vars <env-vars>
Project Domains <domains>
Securing projects <secure>
Switching pricing plans <pricing>
Deployment regions <regions>
Managing development environments <environments>
GitHub Deployment <github-integration>
Heroku database URL Sync <heroku-url-sync>
Vercel Integration <vercel-integration>
Maintenance mode <maintenance-mode>
Deleting projects <delete>
Updating v1.3 projects to v2.0 <move-project-v2>