Skip to content
Open
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
2 changes: 1 addition & 1 deletion develop/dev-guide-playground-gitpod.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gitpod is an open-source Kubernetes application (GitHub repository address: <htt

- You can configure environment variables in the URL. For example, `https://gitpod.io/#targetFile=spring-jpa-hibernate_Makefile,targetMode=spring-jpa-hibernate/https://github.com/pingcap-inc/tidb-example-java`.

3. Log in and start the workspace using one of the providers listed. For example, `Github`.
3. Log in and start the workspace using one of the providers listed. For example, `GitHub`.

## Use the default Gitpod configuration and environment

Expand Down
4 changes: 2 additions & 2 deletions tidb-cloud/integrate-tidbcloud-with-zapier.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This guide gives a high-level introduction to the TiDB Cloud app on Zapier and a

[Zap Templates](https://docs.zapier.com/integrations/publish/zap-templates) are ready made integrations or Zaps with the apps and core fields pre-selected, for publicly available Zapier integrations.

In this section, we will use the **Add new Github global events to TiDB rows** template as an example to create a workflow. In this workflow, every time a new global event (any [GitHub event](https://docs.github.com/en/developers/webhooks-and-events/events/github-event-types) happens from or to you, on any repo) is created from your GitHub account, Zapier adds a new row to your TiDB Cloud cluster.
This section uses the **Add new GitHub global events to TiDB rows** template as an example to create a workflow. In this workflow, every time a new global event (any [GitHub event](https://docs.github.com/en/developers/webhooks-and-events/events/github-event-types) happens from or to you, on any repo) is created from your GitHub account, Zapier adds a new row to your TiDB Cloud cluster.

### Prerequisites

Expand All @@ -31,7 +31,7 @@ Before you start, you need:

### Step 1: Get the template

Go to [TiDB Cloud App on Zapier](https://zapier.com/apps/tidb-cloud/integrations). Choose the **Add new Github global events to TiDB rows** template and click **Try it**. Then you will enter the editor page.
Go to [TiDB Cloud App on Zapier](https://zapier.com/apps/tidb-cloud/integrations). Choose the **Add new GitHub global events to TiDB rows** template and click **Try it**. This opens the editor page.

### Step 2: Set up the trigger

Expand Down
2 changes: 1 addition & 1 deletion tidb-cloud/releases/release-notes-2023.md
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ This page lists the release notes of [TiDB Cloud](https://www.pingcap.com/tidb-c

- Support connecting your [Data App](/tidb-cloud/tidb-cloud-glossary.md#data-app) to GitHub.

By [connecting your Data App to GitHub](/tidb-cloud/data-service-manage-github-connection.md), you can manage all configurations of the Data App as [code files](/tidb-cloud/data-service-app-config-files.md) on Github, which integrates TiDB Cloud Data Service seamlessly with your system architecture and DevOps process.
By [connecting your Data App to GitHub](/tidb-cloud/data-service-manage-github-connection.md), you can manage all configurations of the Data App as [code files](/tidb-cloud/data-service-app-config-files.md) on GitHub, which integrates TiDB Cloud Data Service seamlessly with your system architecture and DevOps process.

With this feature, you can easily accomplish the following tasks, which improves the CI/CD experience of developing Data Apps:

Expand Down
Loading