This is an automated email from the ASF dual-hosted git repository.

yumeng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git

commit 482cddc53159d19adbc4a5e735a7b6c79513d70c
Author: linyh <[email protected]>
AuthorDate: Wed Sep 21 20:18:54 2022 +0800

    add webhook doc on ConfigUI
---
 docs/UserManuals/ConfigUI/webhook.md | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/docs/UserManuals/ConfigUI/webhook.md 
b/docs/UserManuals/ConfigUI/webhook.md
new file mode 100644
index 000000000..ed50df37c
--- /dev/null
+++ b/docs/UserManuals/ConfigUI/webhook.md
@@ -0,0 +1,20 @@
+---
+title: "Configuring Webhook"
+sidebar_position: 7
+description: Config UI instruction for Webhook
+---
+
+Visit config-ui: `http://localhost:4000`.
+### Add and Update  Data Connections
+![image](https://user-images.githubusercontent.com/3294100/191309840-460fbc9c-15a1-4b12-a510-9ed5ccd8f2b0.png)
+
+#### Connection Name
+Name your connection.
+We recommand that you give your webhook connection a unique name so that you 
can identify and manage where you have used it later.
+
+### Use Webhook
+After cicking on "Generate POST URL", you will find four webhook URLs. Copy 
the ones that suits your usage into your CI or issue tracking systems. You can 
always come back to the webhook page to copy the URLS later on.
+
+![image](https://user-images.githubusercontent.com/3294100/191400110-327c153f-b236-47e3-88cc-85bf8fcae310.png)
+
+For more usage: [plugins/webhook](/Plugins/webhook.md).
\ No newline at end of file

Reply via email to