This is an automated email from the ASF dual-hosted git repository. abeizn pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git
commit 351cc5ea6b04f64761fedc4840804f134838a783 Author: abeizn <[email protected]> AuthorDate: Mon Dec 26 20:23:07 2022 +0800 docs: update webhook v0.15.0 docs --- docs/Plugins/webhook.md | 2 +- docs/UserManuals/ConfigUI/webhook.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/Plugins/webhook.md b/docs/Plugins/webhook.md index ffe92ce89..e11d6dd84 100644 --- a/docs/Plugins/webhook.md +++ b/docs/Plugins/webhook.md @@ -79,7 +79,7 @@ curl https://sample-url.com/api/plugins/webhook/1/deployments -X 'POST' -u 'user }' ``` -#### Deployment - A real-world example in CircleCI +#### A real-world example - Push CircleCI deployments to DevLake The following demo shows how to post "deployments" to DevLake from CircleCI. In this example, the CircleCI job 'deploy' is used to manage deployments. diff --git a/docs/UserManuals/ConfigUI/webhook.md b/docs/UserManuals/ConfigUI/webhook.md index a4a9eda9b..9616feab9 100644 --- a/docs/UserManuals/ConfigUI/webhook.md +++ b/docs/UserManuals/ConfigUI/webhook.md @@ -4,11 +4,11 @@ sidebar_position: 7 description: Config UI instruction for Webhook --- -Visit config-ui: `http://localhost:4000`. +Visit config-ui: `http://{localhost}:4000`. ### Step 1 - Add a new incoming webhook -Users can go to 'Data Connections' to achieve webhook data connections configure. +Go to the 'Data Connections' page. Create a webhook.  @@ -16,7 +16,7 @@ We recommend that you give your webhook connection a unique name so that you can ### Step 2 - Use Webhooks -After clicking on "Generate POST URL", you will find four webhook URLs. Copy the ones that suit your usage into your CI or issue-tracking systems. You can always come back to the webhook page to copy the URLs later on. +Click on Generate POST URL, and you will find four webhook URLs. Copy the ones that suit your usage into your CI or issue-tracking systems. You can always come back to the webhook page to copy the URLs later on. 
