docs: update link to deploy api docs
This commit is contained in:
committed by
GitHub
parent
5d62a46a16
commit
9fe8204158
@@ -2,11 +2,11 @@
|
|||||||
<div class="flex items-center gap-2">
|
<div class="flex items-center gap-2">
|
||||||
<h2>Webhooks</h2>
|
<h2>Webhooks</h2>
|
||||||
<x-helper
|
<x-helper
|
||||||
helper="For more details goto our <a class='underline dark:text-white' href='https://coolify.io/docs/api-reference/deploy-webhook' target='_blank'>docs</a>." />
|
helper="For more details goto our <a class='underline dark:text-white' href='https://coolify.io/docs/api/operations/deploy-by-tag-or-uuid' target='_blank'>docs</a>." />
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<x-forms.input readonly
|
<x-forms.input readonly
|
||||||
helper="See details in our <a target='_blank' class='underline dark:text-white' href='https://coolify.io/docs/api-reference/deploy-webhook'>documentation</a>."
|
helper="See details in our <a target='_blank' class='underline dark:text-white' href='https://coolify.io/docs/api/operations/deploy-by-tag-or-uuid'>documentation</a>."
|
||||||
label="Deploy Webhook (auth required)" id="deploywebhook"></x-forms.input>
|
label="Deploy Webhook (auth required)" id="deploywebhook"></x-forms.input>
|
||||||
</div>
|
</div>
|
||||||
@if ($resource->type() === 'application')
|
@if ($resource->type() === 'application')
|
||||||
|
|||||||
Reference in New Issue
Block a user