Skip to content

Commit

Permalink
docs(ava/insight): update the links in guide
Browse files Browse the repository at this point in the history
  • Loading branch information
LAI-X authored and chenluli committed Dec 8, 2023
1 parent fa8a104 commit 6f57d08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion site/docs/guide/insight/intro.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ insightPatternsExtractor({

### getSpecificInsight 使用

The `getSpecificInsight` method can not only obtain the specified type of insight, but also output a visual spec. Combined with the `InsightCard` component, the insight results can be presented in a visual way. Input parameters are the same as the `insightPatternsExtractor` method. Detailed output parameters are described in the [InsightInfo API](../../api/insight/auto-insight.zh.md)
The `getSpecificInsight` method can not only obtain the specified type of insight, but also output a visual spec. Combined with the `InsightCard` component, the insight results can be presented in a visual way. Input parameters are the same as the `insightPatternsExtractor` method. Detailed output parameters are described in the [InsightInfo API](../../api/insight/auto-insights.zh.md)


```ts
Expand Down
2 changes: 1 addition & 1 deletion site/docs/guide/insight/intro.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ order: 0

### getInsights 使用

`getInsights` 方法用于从多维数据中运行不同算法来发现数据中有趣的模式,并将不同类型的模式进行统一评估,按照分数返回高质量的数据洞察结果。输入输出参数详见 [getInsights API](../../api/insight/auto-insight.zh.md)
`getInsights` 方法用于从多维数据中运行不同算法来发现数据中有趣的模式,并将不同类型的模式进行统一评估,按照分数返回高质量的数据洞察结果。输入输出参数详见 [getInsights API](../../api/insight/auto-insights.zh.md)


```ts
Expand Down

0 comments on commit 6f57d08

Please sign in to comment.