|
---
|
|
sidebar_label: 数据分析
|
|
title: 与数据分析类工具的集成
|
|
toc_max_heading_level: 4
|
|
---
|
|
|
|
```mdx-code-block
|
|
import DocCardList from '@theme/DocCardList';
|
|
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
|
|
|
|
<DocCardList items={useCurrentSidebarCategory().items}/>
|
|
``` |