Skip to content

Fixed minor formatting issues in Cloud Docs #11502

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 29, 2022
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
7 changes: 2 additions & 5 deletions docs/cloud/getting-started-with-airbyte-cloud.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,19 @@

# Getting Started with Airbyte Cloud

This page guides you through setting up your Airbyte Cloud account, setting up a source, destination, and connection, and verifying the sync.

This page guides you through setting up your Airbyte Cloud account, setting up a source, destination, and connection, verifying the sync, and allowlisting an IP address.

## Set up your Airbyte Cloud account

To use Airbyte Cloud:

1. If you haven't already, [sign up for Airbyte Cloud](https://cloud.airbyte.io/signup?utm_campaign=22Q1_AirbyteCloudSignUpCampaign_Trial&utm_source=Docs&utm_content=SetupGuide).
<br> *Note: Airbyte Cloud offers a 14-day free trial with $1000 worth of credits, whichever expires first. For more information, see [Pricing](https://airbyte.com/pricing).*
<br> *Note: Airbyte Cloud offers a 14-day free trial with $1000 worth of [credits](https://docs.airbyte.com/getting-started-with-airbyte-cloud/core-concepts#credits), whichever expires first. For more information, see [Pricing](https://airbyte.com/pricing).*

2. Airbyte will send you an email with a verification link. On clicking the link, you'll be taken to your new workspace.
<br>*A workspace lets you collaborate with team members and share resources across your team under a shared billing account.*

You will be greeted with an onboarding tutorial to help you set up your first connection. If you haven’t set up a connection on Airbyte Cloud before, we highly recommend following the tutorial. If you are familiar with the connection setup process, click **Skip onboarding** and follow this guide to set up your next connection.


## Set up a source

*A source is an API, file, database, or data warehouse that you want to ingest data from.*
Expand Down
16 changes: 6 additions & 10 deletions docs/cloud/managing-airbyte-cloud.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@

# Managing Airbyte Cloud

This page will help you manage your Airbyte Cloud workspaces and understand Airbyte Cloud limitations.

## Managing your Airbyte Cloud workspace

## Manage your Airbyte Cloud workspace

An Airbyte Workspace allows you to collaborate with other users and manage connections under a shared billing account.

*Note: Airbyte[ credits](https://airbyte.com/pricing) are assigned per workspace and cannot be transferred between workspaces.*
*Note: Airbyte [credits](https://airbyte.com/pricing) are assigned per workspace and cannot be transferred between workspaces.*


## Add users to your workspace
### Add users to your workspace

To add a user to your workspace:

Expand All @@ -21,24 +18,23 @@ To add a user to your workspace:
4. On the Add new users window, enter the email address of the user you want to invite to your workspace. Click **Send invitation**.
<br> *Note: The user will have access to only the workspace you invited them to. Also note that they will be added as a workspace admin by default.*


## Switch between multiple workspaces
### Switch between multiple workspaces

To switch between workspaces:

1. On the Airbyte Cloud dashboard, click the current workspace name under the Airbyte logo in the left-hand navigation bar.
2. Click **View all workspaces**.
3. Click the name of the workspace you want to switch to.

## Rename a workspace
### Rename a workspace

To rename a workspace:

1. On the Airbyte Cloud dashboard, click **Settings** in the left-hand navigation bar.
2. In the Workspace Settings sidebar, click **General Settings**.
3. In the Workspace name field, enter the new name for your workspace. Click **Save**.

## Delete a workspace
### Delete a workspace

To delete a workspace:

Expand Down