Use docusaurus warning/note syntax instead markdown

This commit is contained in:
Lunny Xiao
2024-06-07 18:03:08 +08:00
parent 91cd95dba0
commit b4dddf8804
139 changed files with 860 additions and 341 deletions
@@ -37,7 +37,7 @@ Gitea支持用于仓库事件的Webhooks。这可以在仓库管理员在设置
以下是 Gitea 将发送给 payload URL的事件信息示例:
```
```http
X-GitHub-Delivery: f6266f16-1bf3-46a5-9ea4-602e06ead473
X-GitHub-Event: push
X-Gogs-Delivery: f6266f16-1bf3-46a5-9ea4-602e06ead473
@@ -131,7 +131,7 @@ X-Gitea-Event: push
现在在你的服务器上创建 php 文件 webhook.php。
```
```php
<?php
$secret_key = '123';