From 4b5d3dc6dd248897b46cafd765c6be18cbc59e77 Mon Sep 17 00:00:00 2001 From: rihitosan <76610702+rihitosan@users.noreply.github.com> Date: Sat, 25 Sep 2021 10:28:45 +0900 Subject: [PATCH 1/4] Add files via upload --- docs/jp/README.md | 84 ++++++++++++++++++++++++++++++++++++++++++++++ docs/jp/index.html | 22 ++++++++++++ 2 files changed, 106 insertions(+) create mode 100644 docs/jp/README.md create mode 100644 docs/jp/index.html diff --git a/docs/jp/README.md b/docs/jp/README.md new file mode 100644 index 0000000..599a815 --- /dev/null +++ b/docs/jp/README.md @@ -0,0 +1,84 @@ +# docsify-cli + +[![Build Status master branch](https://github.com/docsifyjs/docsify-cli/workflows/docsify-cli/badge.svg)](https://github.com/docsifyjs/docsify-cli/actions) +[![License](https://img.shields.io/github/license/docsifyjs/docsify-cli.svg?style=flat-square)](https://github.com/docsifyjs/docsify-cli/blob/master/LICENSE) +[![Github tag](https://img.shields.io/github/tag/docsifyjs/docsify-cli.svg?style=flat-square)](https://github.com/docsifyjs/docsify-cli/tags) +[![npm version](https://img.shields.io/npm/v/docsify-cli.svg?style=flat-square)](https://www.npmjs.com/package/docsify-cli) +[![npm total downloads](https://img.shields.io/npm/dt/docsify-cli.svg?style=flat-square)](https://www.npmjs.com/package/docsify-cli) +[![npm total monthly](https://img.shields.io/npm/dm/docsify-cli.svg?style=flat-square)](https://www.npmjs.com/package/docsify-cli) + +> 🖌 docsify cli - A magical documentation generator. + +## Links + +* [docsify](https://github.com/docsifyjs/docsify) + +## Screencast + +![Screencast](https://raw.githubusercontent.com/docsifyjs/docsify-cli/master/media/screencast.gif) + +> Running a server on `localhost` with live-reload. + +## Installation + +Install `docsify-cli` via `npm` or `yarn` globally. + +```shell +npm i docsify-cli -g +# yarn global add docsify-cli +``` + +## Usage + +### `init` command + +Use `init` to generate your docs. + +```shell +docsify init [--local false] [--theme vue] [--plugins false] + +# docsify i [--local false] [--theme vue] [--plugins false] +``` + +`` defaults to the current directory. Use relative paths like `./docs` (or `docs`). + +* `--local` option: + * Shorthand: `-l` + * Type: boolean + * Default: `false` + * Description: Copy `docsify` files to the docs path, defaults to `false` using `unpkg.com` as the content delivery network (CDN). To explicitly set this option to `false` use `--no-local`. +* `--theme` option: + * Shorthand: `-t` + * Type: string + * Default: `vue` + * Description: Choose a theme, defaults to `vue`, other choices are `buble`, `dark` and `pure`. +* `--plugins` option: + * Shorthand: `-p` + * Type: array + * Default: `[]` + * Description: Provide a list of plugins to insert as ` + + + From 80875b428ab159367e22d408bada074db2d329e0 Mon Sep 17 00:00:00 2001 From: rihitosan <76610702+rihitosan@users.noreply.github.com> Date: Sat, 25 Sep 2021 12:26:14 +0900 Subject: [PATCH 2/4] Update README.md --- docs/jp/README.md | 77 +++++++++++++++++++++++------------------------ 1 file changed, 38 insertions(+), 39 deletions(-) diff --git a/docs/jp/README.md b/docs/jp/README.md index 599a815..69c27cc 100644 --- a/docs/jp/README.md +++ b/docs/jp/README.md @@ -7,32 +7,32 @@ [![npm total downloads](https://img.shields.io/npm/dt/docsify-cli.svg?style=flat-square)](https://www.npmjs.com/package/docsify-cli) [![npm total monthly](https://img.shields.io/npm/dm/docsify-cli.svg?style=flat-square)](https://www.npmjs.com/package/docsify-cli) -> 🖌 docsify cli - A magical documentation generator. +> 🖌 docsify cli - 魔法のドキュメントジェネレーター。 -## Links +## リンク * [docsify](https://github.com/docsifyjs/docsify) -## Screencast +## スクリーンショット ![Screencast](https://raw.githubusercontent.com/docsifyjs/docsify-cli/master/media/screencast.gif) -> Running a server on `localhost` with live-reload. +> live-reloadを使用して `localhost` 上にサーバーを起動しています。 -## Installation +## インストール -Install `docsify-cli` via `npm` or `yarn` globally. +`docsify-cli`を`npm`か`yarn`を経由して、グローバルにインストールします。 ```shell npm i docsify-cli -g # yarn global add docsify-cli ``` -## Usage +## 使い方 -### `init` command +### `init` コマンド -Use `init` to generate your docs. +`init` を使ってあなたのドキュメントを作成します。 ```shell docsify init [--local false] [--theme vue] [--plugins false] @@ -40,27 +40,26 @@ docsify init [--local false] [--theme vue] [--plugins false] # docsify i [--local false] [--theme vue] [--plugins false] ``` -`` defaults to the current directory. Use relative paths like `./docs` (or `docs`). - -* `--local` option: - * Shorthand: `-l` - * Type: boolean - * Default: `false` - * Description: Copy `docsify` files to the docs path, defaults to `false` using `unpkg.com` as the content delivery network (CDN). To explicitly set this option to `false` use `--no-local`. -* `--theme` option: - * Shorthand: `-t` - * Type: string - * Default: `vue` - * Description: Choose a theme, defaults to `vue`, other choices are `buble`, `dark` and `pure`. -* `--plugins` option: - * Shorthand: `-p` - * Type: array - * Default: `[]` - * Description: Provide a list of plugins to insert as `