Skip to content

Commit

Permalink
docs: update basic demo name (#166)
Browse files Browse the repository at this point in the history
* docs: update basic demo name

* docs: update basic demo name

* docs: update basic demo name
  • Loading branch information
kiner-tang authored Dec 4, 2023
1 parent c30480e commit b630d15
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions packages/web3/src/address/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ group:

# Address

## Simple Usage
## Basic Usage

<code src="./demos/simple.tsx"></code>
<code src="./demos/basic.tsx"></code>

## Copyable

Expand Down
2 changes: 1 addition & 1 deletion packages/web3/src/address/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ group:

## 基本使用

<code src="./demos/simple.tsx"></code>
<code src="./demos/basic.tsx"></code>

## 可复制

Expand Down
4 changes: 2 additions & 2 deletions packages/web3/src/browser-link/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ group: Display

a quick way to use etherscan adress.

## Simple Usage
## Basic Usage

<code src="./demos/simple.tsx"></code>
<code src="./demos/basic.tsx"></code>

## Complex Usage

Expand Down
2 changes: 1 addition & 1 deletion packages/web3/src/browser-link/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ group: 展示

## 基本使用

<code src="./demos/simple.tsx"></code>
<code src="./demos/basic.tsx"></code>

## 复杂场景

Expand Down
4 changes: 2 additions & 2 deletions packages/web3/src/connect-button/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ order: 1

A Button for connect chain quickly.

## Simple Usage
## Basic Usage

<code src="./demos/simple.tsx"></code>
<code src="./demos/basic.tsx"></code>

## Show Tooltip

Expand Down
2 changes: 1 addition & 1 deletion packages/web3/src/connect-button/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ order: 1

## 基本使用

<code src="./demos/simple.tsx"></code>
<code src="./demos/basic.tsx"></code>

## 展示提示

Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions packages/web3/src/nft-card/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ group: Display

Components used to display NFTCard.

## Simple Usage
## Basic Usage

<code src="./demos/simple.tsx"></code>
<code src="./demos/basic.tsx"></code>

## Dark Mode

Expand Down
2 changes: 1 addition & 1 deletion packages/web3/src/nft-card/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ group: 展示

## 基础例子

<code src="./demos/simple.tsx"></code>
<code src="./demos/basic.tsx"></code>

## 暗黑模式

Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions packages/web3/src/nft-image/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ group: Display

Components used to display NFT images more conveniently and simply.

## Simple Usage
## Basic Usage

<code src="./demos/simple.tsx"></code>
<code src="./demos/basic.tsx"></code>

## Use with wagmi

Expand Down
2 changes: 1 addition & 1 deletion packages/web3/src/nft-image/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ group: 展示

## 基本使用

<code src="./demos/simple.tsx"></code>
<code src="./demos/basic.tsx"></code>

## 和 wagmi 一起使用

Expand Down
4 changes: 2 additions & 2 deletions packages/web3/src/web3-config-provider/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ group:

Provide global configuration and states for components.

## Simple Usage
## Basic Usage

<code src="./demos/simple.tsx"></code>
<code src="./demos/basic.tsx"></code>
2 changes: 1 addition & 1 deletion packages/web3/src/web3-config-provider/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ group:

## 基本使用

<code src="./demos/simple.tsx"></code>
<code src="./demos/basic.tsx"></code>

0 comments on commit b630d15

Please sign in to comment.