mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 18:42:30 +03:00
53 lines
1.2 KiB
ReStructuredText
53 lines
1.2 KiB
ReStructuredText
|
.. meta::
|
||
|
:description: Managing teams in Hasura Cloud
|
||
|
:keywords: hasura, docs, cloud, teams
|
||
|
|
||
|
.. _projects:
|
||
|
|
||
|
Projects & teams
|
||
|
================
|
||
|
|
||
|
.. contents:: Table of contents
|
||
|
:backlinks: none
|
||
|
:depth: 1
|
||
|
:local:
|
||
|
|
||
|
Introduction
|
||
|
------------
|
||
|
|
||
|
The ``Projects`` page show a list of your projects.
|
||
|
|
||
|
.. thumbnail:: /img/cloud/projects/projects-list.png
|
||
|
:alt: Projects list
|
||
|
:width: 1200px
|
||
|
|
||
|
For each project, you can:
|
||
|
|
||
|
- Click the gear icon to :ref:`manage your project <manage_project>`, or
|
||
|
- Click ``Launch Console`` to open the Hasura console in your browser, and navigate to the ``Pro`` tab to check out the Pro features that Hasura Cloud has set up for you.
|
||
|
|
||
|
.. thumbnail:: /img/cloud/getting-started/project-actions.png
|
||
|
:alt: Project actions
|
||
|
:width: 860px
|
||
|
|
||
|
.. thumbnail:: /img/cloud/metrics/pro-tab-overview.png
|
||
|
:alt: Hasura Console: Pro tab
|
||
|
:width: 1118px
|
||
|
|
||
|
.. 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>
|
||
|
Managing projects <manage-projects/index>
|
||
|
Securing projects <secure>
|
||
|
Deleting projects <delete>
|
||
|
|