Skip to content

Commit

Permalink
docs: fix some docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Wendell committed Apr 19, 2019
1 parent 9a44ad9 commit 32b5c0c
Show file tree
Hide file tree
Showing 122 changed files with 302 additions and 313 deletions.
4 changes: 2 additions & 2 deletions components/affix/doc/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ Please note that Affix should not cover other content on the page, especially wh

## API

### Secondary Entry Point
### Import this Component Individually

[Note](/docs/getting-started/en#secondary-entry-points).
[Note](/docs/getting-started/en#import-a-component-individually).

```ts
import { NzAffixModule } from 'ng-zorro-antd';
Expand Down
4 changes: 2 additions & 2 deletions components/affix/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ title: Affix

## API

### 二级入口
### 单独引入此组件

[说明](/docs/getting-started/zh#二级入口)
[说明](/docs/getting-started/zh#单独引入某个组件)

```ts
import { NzAffixModule } from 'ng-zorro-antd';
Expand Down
4 changes: 2 additions & 2 deletions components/alert/doc/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ Alert component for feedback.

## API

### Secondary Entry Point
### Import this Component Individually

[Note](/docs/getting-started/en#secondary-entry-points).
[Note](/docs/getting-started/en#import-a-component-individually).

```ts
import { NzAlertModule } from 'ng-zorro-antd';
Expand Down
4 changes: 2 additions & 2 deletions components/alert/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ title: Alert

## API

### 二级入口
### 单独引入此组件

[说明](/docs/getting-started/zh#二级入口)
[说明](/docs/getting-started/zh#单独引入某个组件)

```ts
import { NzAlertModule } from 'ng-zorro-antd';
Expand Down
4 changes: 2 additions & 2 deletions components/anchor/doc/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ For displaying anchor hyperlinks on page and jumping between them.

## API

### Secondary Entry Point
### Import this Component Individually

[Note](/docs/getting-started/en#secondary-entry-points).
[Note](/docs/getting-started/en#import-a-component-individually).

```ts
import { NzAnchorModule } from 'ng-zorro-antd';
Expand Down
4 changes: 2 additions & 2 deletions components/anchor/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ title: Anchor

## API

### 二级入口
### 单独引入此组件

[说明](/docs/getting-started/zh#二级入口)
[说明](/docs/getting-started/zh#单独引入某个组件)

```ts
import { NzAnchorModule } from 'ng-zorro-antd';
Expand Down
4 changes: 2 additions & 2 deletions components/auto-complete/doc/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ When there is a need for autocomplete functionality.
</nz-autocomplete>
```

### Secondary Entry Point
### Import this Component Individually

[Note](/docs/getting-started/en#secondary-entry-points).
[Note](/docs/getting-started/en#import-a-component-individually).

```ts
import { NzAutocompleteModule } from 'ng-zorro-antd';
Expand Down
4 changes: 2 additions & 2 deletions components/auto-complete/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ subtitle: 自动完成
</nz-autocomplete>
```

### 二级入口
### 单独引入此组件

[说明](/docs/getting-started/zh#二级入口)
[说明](/docs/getting-started/zh#单独引入某个组件)

```ts
import { NzAutocompleteModule } from 'ng-zorro-antd';
Expand Down
4 changes: 2 additions & 2 deletions components/avatar/doc/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Avatars can be used to represent people or objects. It supports images, `Icon`s,

## API

### Secondary Entry Point
### Import this Component Individually

[Note](/docs/getting-started/en#secondary-entry-points).
[Note](/docs/getting-started/en#import-a-component-individually).

```ts
import { NzAvatarModule } from 'ng-zorro-antd';
Expand Down
4 changes: 2 additions & 2 deletions components/avatar/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ title: Avatar

## API

### 二级入口
### 单独引入此组件

[说明](/docs/getting-started/zh#二级入口)
[说明](/docs/getting-started/zh#单独引入某个组件)

```ts
import { NzAvatarModule } from 'ng-zorro-antd';
Expand Down
4 changes: 2 additions & 2 deletions components/back-top/doc/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ title: BackTop

## API

### Secondary Entry Point
### Import this Component Individually

[Note](/docs/getting-started/en#secondary-entry-points).
[Note](/docs/getting-started/en#import-a-component-individually).

```ts
import { NzBackTopModule } from 'ng-zorro-antd';
Expand Down
4 changes: 2 additions & 2 deletions components/back-top/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ title: BackTop

## API

### 二级入口
### 单独引入此组件

[说明](/docs/getting-started/zh#二级入口)
[说明](/docs/getting-started/zh#单独引入某个组件)

```ts
import { NzBackTopModule } from 'ng-zorro-antd';
Expand Down
4 changes: 2 additions & 2 deletions components/badge/doc/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ Badge normally appears in proximity to notifications or user avatars with eye-ca
<nz-badge [nzCount]="5"></nz-badge>
```

### Secondary Entry Point
### Import this Component Individually

[Note](/docs/getting-started/en#secondary-entry-points).
[Note](/docs/getting-started/en#import-a-component-individually).

```ts
import { NzBadgeModule } from 'ng-zorro-antd';
Expand Down
4 changes: 2 additions & 2 deletions components/badge/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ title: Badge
<nz-badge [nzCount]="5"></nz-badge>
```

### 二级入口
### 单独引入此组件

[说明](/docs/getting-started/zh#二级入口)
[说明](/docs/getting-started/zh#单独引入某个组件)

```ts
import { NzBadgeModule } from 'ng-zorro-antd';
Expand Down
4 changes: 2 additions & 2 deletions components/breadcrumb/doc/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ A breadcrumb displays the current location within a hierarchy. It allows going b

## API

### Secondary Entry Point
### Import this Component Individually

[Note](/docs/getting-started/en#secondary-entry-points).
[Note](/docs/getting-started/en#import-a-component-individually).

```ts
import { NzBreadCrumbModule } from 'ng-zorro-antd';
Expand Down
4 changes: 2 additions & 2 deletions components/breadcrumb/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ title: Breadcrumb

## API

### 二级入口
### 单独引入此组件

[说明](/docs/getting-started/zh#二级入口)
[说明](/docs/getting-started/zh#单独引入某个组件)

```ts
import { NzBreadCrumbModule } from 'ng-zorro-antd';
Expand Down
4 changes: 2 additions & 2 deletions components/button/doc/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ A button means an operation (or a series of operations). Clicking a button will

## API

### Secondary Entry Point
### Import this Component Individually

[Note](/docs/getting-started/en#secondary-entry-points).
[Note](/docs/getting-started/en#import-a-component-individually).

```ts
import { NzButtonModule } from 'ng-zorro-antd';
Expand Down
4 changes: 2 additions & 2 deletions components/button/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ subtitle: 按钮

## API

### 二级入口
### 单独引入此组件

[说明](/docs/getting-started/zh#二级入口)
[说明](/docs/getting-started/zh#单独引入某个组件)

```ts
import { NzButtonModule } from 'ng-zorro-antd';
Expand Down
4 changes: 2 additions & 2 deletions components/calendar/doc/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ registerLocaleData(en);
<ng-template #dateCellTpl let-date><span>{{ date | date:'d'}}</span></ng-template>
```

### Secondary Entry Point
### Import this Component Individually

[Note](/docs/getting-started/en#secondary-entry-points).
[Note](/docs/getting-started/en#import-a-component-individually).

```ts
import { NzCalendarModule } from 'ng-zorro-antd';
Expand Down
4 changes: 2 additions & 2 deletions components/calendar/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ registerLocaleData(zh);
<ng-template #dateCellTpl let-date><span>{{ date | date:'d'}}</span></ng-template>
```

### 二级入口
### 单独引入此组件

[说明](/docs/getting-started/zh#二级入口)
[说明](/docs/getting-started/zh#单独引入某个组件)

```ts
import { NzCalendarModule } from 'ng-zorro-antd';
Expand Down
4 changes: 2 additions & 2 deletions components/card/doc/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ A card can be used to display content related to a single subject. The content c
<nz-card nzTitle="卡片标题">卡片内容</nz-card>
```

### Secondary Entry Point
### Import this Component Individually

[Note](/docs/getting-started/en#secondary-entry-points).
[Note](/docs/getting-started/en#import-a-component-individually).

```ts
import { NzCardModule } from 'ng-zorro-antd';
Expand Down
4 changes: 2 additions & 2 deletions components/card/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ cols: 1
<nz-card nzTitle="卡片标题">卡片内容</nz-card>
```

### 二级入口
### 单独引入此组件

[说明](/docs/getting-started/zh#二级入口)
[说明](/docs/getting-started/zh#单独引入某个组件)

```ts
```ts
Expand Down
4 changes: 2 additions & 2 deletions components/carousel/doc/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ A carousel component. Scales with its container.

## API

### Secondary Entry Point
### Import this Component Individually

[Note](/docs/getting-started/en#secondary-entry-points).
[Note](/docs/getting-started/en#import-a-component-individually).

```ts
import { NzCarouselModule } from 'ng-zorro-antd';
Expand Down
4 changes: 2 additions & 2 deletions components/carousel/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ subtitle: 走马灯

## API

### 二级入口
### 单独引入此组件

[说明](/docs/getting-started/zh#二级入口)
[说明](/docs/getting-started/zh#单独引入某个组件)

```ts
import { NzCarouselModule } from 'ng-zorro-antd';
Expand Down
4 changes: 2 additions & 2 deletions components/cascader/doc/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Cascade selection box.
<nz-cascader [nzOptions]="options" [(ngModel)]="values"></nz-cascader>
```

### Secondary Entry Point
### Import this Component Individually

[Note](/docs/getting-started/en#secondary-entry-points).
[Note](/docs/getting-started/en#import-a-component-individually).

```ts
import { NzCascaderModule } from 'ng-zorro-antd';
Expand Down
4 changes: 2 additions & 2 deletions components/cascader/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ subtitle: 级联选择
<nz-cascader [nzOptions]="options" [(ngModel)]="values"></nz-cascader>
```

### 二级入口
### 单独引入此组件

[说明](/docs/getting-started/zh#二级入口)
[说明](/docs/getting-started/zh#单独引入某个组件)

```ts
import { NzCascaderModule } from 'ng-zorro-antd';
Expand Down
4 changes: 2 additions & 2 deletions components/checkbox/doc/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ Checkbox.

## API

### Secondary Entry Point
### Import this Component Individually

[Note](/docs/getting-started/en#secondary-entry-points).
[Note](/docs/getting-started/en#import-a-component-individually).

```ts
import { NzCheckboxModule } from 'ng-zorro-antd';
Expand Down
4 changes: 2 additions & 2 deletions components/checkbox/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ title: Checkbox

## API

### 二级入口
### 单独引入此组件

[说明](/docs/getting-started/zh#二级入口)
[说明](/docs/getting-started/zh#单独引入某个组件)

```ts
import { NzCheckboxModule } from 'ng-zorro-antd';
Expand Down
4 changes: 2 additions & 2 deletions components/collapse/doc/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ A content area which can be collapsed and expanded.

## API

### Secondary Entry Point
### Import this Component Individually

[Note](/docs/getting-started/en#secondary-entry-points).
[Note](/docs/getting-started/en#import-a-component-individually).

```ts
import { NzCollapseModule } from 'ng-zorro-antd';
Expand Down
4 changes: 2 additions & 2 deletions components/collapse/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ cols: 1

## API

### 二级入口
### 单独引入此组件

[说明](/docs/getting-started/zh#二级入口)
[说明](/docs/getting-started/zh#单独引入某个组件)

```ts
import { NzCollapseModule } from 'ng-zorro-antd';
Expand Down
4 changes: 2 additions & 2 deletions components/comment/doc/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Comments can be used to enable discussions on an entity such as a page, blog pos
| [nzAuthor] | The element to display as the comment author | `string|TemplateRef<void>` | - |
| [nzDatetime] | A datetime element containing the time to be displayed | `string|TemplateRef<void>` | - |

### Secondary Entry Point
### Import this Component Individually

[Note](/docs/getting-started/en#secondary-entry-points).
[Note](/docs/getting-started/en#import-a-component-individually).

```ts
import { NzCommentModule } from 'ng-zorro-antd';
Expand Down
4 changes: 2 additions & 2 deletions components/comment/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ cols: 1
| [nzAuthor] | 显示评论的作者 | `string|TemplateRef<void>` | - |
| [nzDatetime] | 展示时间描述 | `string|TemplateRef<void>` | - |

### 二级入口
### 单独引入此组件

[说明](/docs/getting-started/zh#二级入口)
[说明](/docs/getting-started/zh#单独引入某个组件)

```ts
import { NzCommentModule } from 'ng-zorro-antd';
Expand Down
Loading

0 comments on commit 32b5c0c

Please sign in to comment.