Skip to content

Commit 69cd901

Browse files
intchousneoddish
authored andcommitted
feat: add a demo in CKB guide
1 parent 87275ed commit 69cd901

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

packages/ava-site/docs/guide/ckb/intro.en.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,8 @@ const knowledgeBase = CKBJson();
7373
// Knowledage base for completed charts in Chinese.
7474
const zhCompletedKB = CKBJson('zh-CN', true);
7575
```
76+
## Demo
77+
78+
<playground path="ckb/CKBJson/demo/chartdic.jsx"></playground>
7679

7780
</div>

packages/ava-site/docs/guide/ckb/intro.zh.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,8 @@ const knowledgeBase = CKBJson();
7777
const zhCompletedKB = CKBJson('zh-CN', true);
7878
```
7979

80+
## 演示案例
81+
82+
<playground path="ckb/CKBJson/demo/chartdic.jsx"></playground>
83+
8084
</div>

0 commit comments

Comments
 (0)