Skip to content

Commit

Permalink
docs(*): Show readme in English first
Browse files Browse the repository at this point in the history
  • Loading branch information
youluna committed Oct 18, 2018
1 parent 5e8ada8 commit e97a02b
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 32 deletions.
21 changes: 0 additions & 21 deletions README.en-us.md

This file was deleted.

18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# Next Components

`@alifd/next` Fusion Design 中的面向 PC 端可配置组件库,基于 React 实现,支持所有现代浏览器和 IE9+
`@alifd/next` is a configurable component library for PC in Fusion Design. It is based on React and supports all modern browsers and IE9+.

[English README](./README.en-us.md)
[中文 README](./README.md)

[![npm package](https://img.shields.io/npm/v/@alifd/next.svg?style=flat-square)](https://www.npmjs.org/package/@alifd/next)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)


* [快速开始](./site/zh-cn/quick-start.md)
* [使用主题包](./site/zh-cn/theme.md)
* [国际化](./site/zh-cn/i18n.md)
* [字体文件私有化部署](./site/zh-cn/font-deploy.md)
* [贡献代码](./site/zh-cn/contributing.md)
* [Quick Start](./site/en-us/quick-start.md)
* [Use with Theme Package](./site/en-us/theme.md)
* [Internationalization](./site/en-us/i18n.md)
* [Deploy Font File](./site/en-us/font-deploy.md)
* [Contributing](./site/en-us/contributing.md)

## 加入社区
## Join Group

扫码*钉钉群* 加入即刻交流与反馈:
Use [Dingtalk App](https://www.dingtalk.com/en) scan the Qrcode to join in *Dingtalk Group* :

<img alt="Join the chat at dingtalk" src="https://img.alicdn.com/tfs/TB1ayWlbhYaK1RjSZFnXXa80pXa-750-990.png" width="300">
21 changes: 21 additions & 0 deletions README.zh-cn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Next Components

`@alifd/next` 是 Fusion Design 中的面向 PC 端可配置组件库,基于 React 实现,支持所有现代浏览器和 IE9+。

[English README](./README.en-us.md)

[![npm package](https://img.shields.io/npm/v/@alifd/next.svg?style=flat-square)](https://www.npmjs.org/package/@alifd/next)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)


* [快速开始](./site/zh-cn/quick-start.md)
* [使用主题包](./site/zh-cn/theme.md)
* [国际化](./site/zh-cn/i18n.md)
* [字体文件私有化部署](./site/zh-cn/font-deploy.md)
* [贡献代码](./site/zh-cn/contributing.md)

## 加入社区

扫码*钉钉群* 加入即刻交流与反馈:

<img alt="Join the chat at dingtalk" src="https://img.alicdn.com/tfs/TB1ayWlbhYaK1RjSZFnXXa80pXa-750-990.png" width="300">
2 changes: 1 addition & 1 deletion site/en-us/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Use the script and link tags in the browser to directly import the file and use

<script src="https://unpkg.com/@alifd/next/dist/next.js"></script>

// The above ways import latest @alifd/next, we recommend you specify version.
// The above ways import latest @alifd/next, we recommend you specify version.
<script src="https://unpkg.com/@alifd/[email protected]/dist/next.min.js"></script>

// Or import as your own static resource
Expand Down
2 changes: 1 addition & 1 deletion site/zh-cn/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ npm install @alifd/next --save

<script src="https://unpkg.com/@alifd/next/dist/next.js"></script>

// 以上引入都是引入的最新版本 @alifd/next ,但我们推荐引入固定版本的next组件,以保证代码稳定
// 以上引入都是引入的最新版本 @alifd/next ,但我们推荐引入固定版本的next组件,以保证代码稳定
<script src="https://unpkg.com/@alifd/[email protected]/dist/next.min.js"></script>

// 或作为自己的静态资源引入
Expand Down

0 comments on commit e97a02b

Please sign in to comment.