Docs: add details shortcode (#279)

Signed-off-by: Carson Yang <yangchuansheng33@gmail.com>
This commit is contained in:
Carson Yang
2023-09-11 20:48:14 +08:00
committed by GitHub
parent b0e7d25464
commit b2b3aa651d
6 changed files with 39 additions and 8 deletions

View File

@@ -64,6 +64,8 @@ export default async function (ctx: FunctionContext) {
复制下面配置点击「高级编排」右上角的导入按键导入该配置导入后将接口地址复制到「HTTP 模块」。
{{% details title="编排配置" closed="true" %}}
```json
[
{
@@ -448,6 +450,8 @@ export default async function (ctx: FunctionContext) {
]
```
{{% /details %}}
## 流程说明
1. 提取模块将用户的问题提取成搜索关键词。