feat: 全局配置
This commit is contained in:
parent
a6b2467e79
commit
3d1125b124
|
@ -54,6 +54,9 @@ module.exports = {
|
|||
{
|
||||
text: '如何使用',
|
||||
children: [{
|
||||
text: '全局配置',
|
||||
link: '/guide/global',
|
||||
}, {
|
||||
text: '触发器',
|
||||
children: [{
|
||||
text: 'Webhook',
|
||||
|
|
|
@ -0,0 +1,18 @@
|
|||
# 全局配置
|
||||
|
||||
### 参数
|
||||
|
||||
具体查看[全局参数](vars#全局参数)
|
||||
|
||||
### 开关
|
||||
|
||||
语法:
|
||||
|
||||
```yaml
|
||||
global:
|
||||
enabled:
|
||||
# 是否启用,默认值为true,表示启用
|
||||
value: true | false
|
||||
# 是否在页面可修改,默认值为false,表示只能通过DSL更新
|
||||
mutable: true | false
|
||||
```
|
Loading…
Reference in New Issue