Skip to content

Commit

Permalink
chore: Update readme website (#794)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamkun committed Feb 6, 2020
1 parent 0c385e1 commit c0de9af
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 24 deletions.
12 changes: 8 additions & 4 deletions README.md
Expand Up @@ -40,13 +40,17 @@ dayjs().startOf('month').add(1, 'day').set('year', 2018).format('YYYY-MM-DD HH:m

## Getting Started

### Documentation

You can find for more details, API, and other docs on [day.js.org](https://day.js.org/) website.

### Installation

```console
npm install dayjs --save
```

📚[Installation Guide](./docs/en/Installation.md)
📚[Installation Guide](https://day.js.org/docs/en/installation/installation)

### API

Expand All @@ -64,7 +68,7 @@ dayjs().add(1, 'year') // manipulate
dayjs().isBefore(dayjs()) // query
```

📚[API Reference](./docs/en/API-reference.md)
📚[API Reference](https://day.js.org/docs/en/parse/parse)

### I18n

Expand All @@ -79,7 +83,7 @@ dayjs.locale('es') // use Spanish locale globally

dayjs('2018-05-05').locale('zh-cn').format() // use Chinese Simplified locale in a specific instance
```
📚[Internationalization](./docs/en/I18n.md)
📚[Internationalization](https://day.js.org/docs/en/i18n/i18n)

### Plugin

Expand All @@ -93,7 +97,7 @@ dayjs.extend(advancedFormat) // use plugin
dayjs().format('Q Do k kk X x') // more available formats
```

📚[Plugin List](./docs/en/Plugin.md)
📚[Plugin List](https://day.js.org/docs/en/plugin/plugin)

## Sponsors

Expand Down
12 changes: 8 additions & 4 deletions docs/es-es/README-es-es.md
Expand Up @@ -42,13 +42,17 @@ dayjs()

# Primeros pasos

### Documentation

You can find for more details, API, and other docs on [day.js.org](https://day.js.org/) website.

## Instalación

```console
npm install dayjs --save
```

📚[Guía de instalación](./Installation.md)
📚[Guía de instalación](https://day.js.org/docs/en/installation/installation)

## API

Expand All @@ -68,7 +72,7 @@ dayjs().add(1, 'year') // manipula
dayjs().isBefore(dayjs()) // consulta
```

📚[Referencia de la API](./API-reference.md)
📚[Referencia de la API](https://day.js.org/docs/en/parse/parse)

## I18n

Expand All @@ -86,7 +90,7 @@ dayjs('2018-05-05')
.format() // usar el chino simplificado en una instancia concreta
```

📚[Internacionalización](./I18n.md)
📚[Internacionalización](https://day.js.org/docs/en/i18n/i18n)

## Complementos

Expand All @@ -100,7 +104,7 @@ dayjs.extend(advancedFormat) // uso del complemento
dayjs().format('Q Do k kk X x') // ahora tenemos más formatos disponibles
```

📚[Lista de complementos](./Plugin.md)
📚[Lista de complementos](https://day.js.org/docs/en/plugin/plugin)

## Patrocinadores

Expand Down
12 changes: 8 additions & 4 deletions docs/ja/README-ja.md
Expand Up @@ -42,13 +42,17 @@ dayjs()

## はじめに

### Documentation

You can find for more details, API, and other docs on [day.js.org](https://day.js.org/) website.

### インストール

```console
npm install dayjs --save
```

📚[インストールガイド](./Installation.md)
📚[インストールガイド](https://day.js.org/docs/en/installation/installation)

### API

Expand All @@ -68,7 +72,7 @@ dayjs().add(1, 'year') // 操作
dayjs().isBefore(dayjs()) // クエリ
```

📚[API リファレンス](./API-reference.md)
📚[API リファレンス](https://day.js.org/docs/en/parse/parse)

### 国際化 (I18n)

Expand All @@ -86,7 +90,7 @@ dayjs('2018-05-05')
.format() // 簡体字中国語を特定のインスタンスにのみ適用
```

📚[国際化](./I18n.md)
📚[国際化](https://day.js.org/docs/en/i18n/i18n)

### プラグイン

Expand All @@ -100,7 +104,7 @@ dayjs.extend(advancedFormat) // プラグインを使用
dayjs().format('Q Do k kk X x') // 多様なフォーマットが利用可能に
```

📚[プラグインリスト](./Plugin.md)
📚[プラグインリスト](https://day.js.org/docs/en/plugin/plugin)

## ライセンス

Expand Down
12 changes: 8 additions & 4 deletions docs/ko/README-ko.md
Expand Up @@ -42,13 +42,17 @@ dayjs()

## 시작해볼까요!

### Documentation

You can find for more details, API, and other docs on [day.js.org](https://day.js.org/) website.

### 설치

```console
npm install dayjs --save
```

📚[설치 가이드](./Installation.md)
📚[설치 가이드](https://day.js.org/docs/en/installation/installation)

### API

Expand All @@ -68,7 +72,7 @@ dayjs().add(1, 'year') // manipulate
dayjs().isBefore(dayjs()) // query
```

📚[API 참고](./API-reference.md)
📚[API 참고](https://day.js.org/docs/en/parse/parse)

### I18n

Expand All @@ -86,7 +90,7 @@ dayjs('2018-05-05')
.format() // use Chinese Simplified locale in a specific instance
```

📚[I18n](./I18n.md)
📚[I18n](https://day.js.org/docs/en/i18n/i18n)

### Plugin

Expand All @@ -100,7 +104,7 @@ dayjs.extend(advancedFormat) // use plugin
dayjs().format('Q Do k kk X x') // more available formats
```

📚[플러그인 목록](./Plugin.md)
📚[플러그인 목록](https://day.js.org/docs/en/plugin/plugin)

## License

Expand Down
12 changes: 8 additions & 4 deletions docs/pt-br/README-pt-br.md
Expand Up @@ -42,13 +42,17 @@ dayjs()

## Começando

### Documentation

You can find for more details, API, and other docs on [day.js.org](https://day.js.org/) website.

### Instalação

```console
npm install dayjs --save
```

📚[Guia de instalação](./Installation.md)
📚[Guia de instalação](https://day.js.org/docs/en/installation/installation)

### API

Expand All @@ -68,7 +72,7 @@ dayjs().add(1, 'year') // manipula
dayjs().isBefore(dayjs()) // verifica
```

📚[Referência da API](./API-reference.md)
📚[Referência da API](https://day.js.org/docs/en/parse/parse)

### I18n

Expand All @@ -86,7 +90,7 @@ dayjs('2018-05-05')
.format() // usar locale em português brasileiro em uma instância específica
```

📚[Internacionalização](./I18n.md)
📚[Internacionalização](https://day.js.org/docs/en/i18n/i18n)

### Plugin

Expand All @@ -100,7 +104,7 @@ dayjs.extend(advancedFormat) // usar plugin
dayjs().format('Q Do k kk X x') // mais formatos disponíveis pelo plugin
```

📚[Lista de Plugins](./Plugin.md)
📚[Lista de Plugins](https://day.js.org/docs/en/plugin/plugin)

## Patrocinadores

Expand Down
12 changes: 8 additions & 4 deletions docs/zh-cn/README.zh-CN.md
Expand Up @@ -42,13 +42,17 @@ dayjs()

## 快速开始

### 文档

访问 [day.js.org](https://day.js.org/) 网站查看更详细的文档

### 安装

```console
npm install dayjs --save
```

📚[安装指南](./Installation.md)
📚[安装指南](https://day.js.org/docs/en/installation/installation)

### API

Expand All @@ -68,7 +72,7 @@ dayjs().add(1, 'year') // 处理
dayjs().isBefore(dayjs()) // 查询
```

📚[API 参考](./API-reference.md)
📚[API 参考](https://day.js.org/docs/en/parse/parse)

### 国际化 I18n

Expand All @@ -86,7 +90,7 @@ dayjs('2018-05-05')
.format() // 在这个实例上使用简体中文
```

📚[国际化 I18n](./I18n.md)
📚[国际化 I18n](https://day.js.org/docs/en/i18n/i18n)

### 插件

Expand All @@ -100,7 +104,7 @@ dayjs.extend(advancedFormat) // 使用插件
dayjs().format('Q Do k kk X x') // 使用扩展后的API
```

📚[插件列表](./Plugin.md)
📚[插件列表](https://day.js.org/docs/en/plugin/plugin)

## 开源协议

Expand Down

0 comments on commit c0de9af

Please sign in to comment.