-
Notifications
You must be signed in to change notification settings - Fork 0
docs: organize CLI documentation #50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,12 +1,21 @@ | ||
| [ | ||
| { | ||
| "type": "file", | ||
| "name": "introduction", | ||
| "label": "Introduction" | ||
| "type": "section-header", | ||
| "label": "Essentials" | ||
| }, | ||
| { | ||
| "type": "file", | ||
| "name": "quick-start", | ||
| "label": "Quick start" | ||
| }, | ||
| { | ||
| "type": "file", | ||
| "name": "configuration", | ||
| "label": "Configuration" | ||
| }, | ||
| { | ||
| "type": "dir-section-header", | ||
| "name": "cli", | ||
| "label": "CLI" | ||
| } | ||
| ] |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| ["dev", "build", "preview", "lib", "doc", "test", "lint", "staged"] |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| # build | ||
|
|
||
| TODO. | ||
|
|
||
| ## Configuration | ||
|
|
||
| See [`define.app()`](../configuration#define-app). |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| # dev | ||
|
|
||
| TODO. | ||
|
|
||
| ## Configuration | ||
|
|
||
| See [`define.app()`](../configuration#define-app). |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| # doc | ||
|
|
||
| TODO. | ||
|
|
||
| ## Configuration | ||
|
|
||
| See [`define.doc()`](../configuration#define-doc). |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| # lib | ||
|
|
||
| TODO. | ||
|
|
||
| ## Configuration | ||
|
|
||
| See [`define.lib()`](../configuration#define-lib). |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| # lint | ||
|
|
||
| TODO. | ||
|
|
||
| ## Configuration | ||
|
|
||
| See [`define.lint()`](../configuration#define-lint). |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| # preview | ||
|
|
||
| TODO. | ||
|
|
||
| ## Configuration | ||
|
|
||
| See [`define.app()`](../configuration#define-app). |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| # staged | ||
|
|
||
| TODO. | ||
|
|
||
| ## Configuration | ||
|
|
||
| See [`define.staged()`](../configuration#define-staged). |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| # test | ||
|
|
||
| TODO. | ||
|
|
||
| ## Configuration | ||
|
|
||
| See [`define.test()`](../configuration#define-test). |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,43 @@ | ||
| # Configuration | ||
|
|
||
| TODO. | ||
|
|
||
| ## `define.app()` \{#define-app} | ||
|
|
||
| TODO. | ||
|
|
||
| Commands: | ||
|
|
||
| - [`rs dev`](./cli/dev) | ||
| - [`rs build`](./cli/build) | ||
| - [`rs preview`](./cli/preview) | ||
|
|
||
| ## `define.lib()` \{#define-lib} | ||
|
|
||
| TODO. | ||
|
|
||
| Command: [`rs lib`](./cli/lib). | ||
|
|
||
| ## `define.doc()` \{#define-doc} | ||
|
|
||
| TODO. | ||
|
|
||
| Command: [`rs doc`](./cli/doc). | ||
|
|
||
| ## `define.test()` \{#define-test} | ||
|
|
||
| TODO. | ||
|
|
||
| Command: [`rs test`](./cli/test). | ||
|
|
||
| ## `define.lint()` \{#define-lint} | ||
|
|
||
| TODO. | ||
|
|
||
| Command: [`rs lint`](./cli/lint). | ||
|
|
||
| ## `define.staged()` \{#define-staged} | ||
|
|
||
| TODO. | ||
|
|
||
| Command: [`rs staged`](./cli/staged). |
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,14 @@ | ||
| # Quick start | ||
|
|
||
| TODO. | ||
|
|
||
| ## CLI commands | ||
|
|
||
| - [`rs dev`](./cli/dev): TODO. | ||
| - [`rs build`](./cli/build): TODO. | ||
| - [`rs preview`](./cli/preview): TODO. | ||
| - [`rs lib`](./cli/lib): TODO. | ||
| - [`rs doc`](./cli/doc): TODO. | ||
| - [`rs test`](./cli/test): TODO. | ||
| - [`rs lint`](./cli/lint): TODO. | ||
| - [`rs staged`](./cli/staged): TODO. |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,12 +1,21 @@ | ||
| [ | ||
| { | ||
| "type": "file", | ||
| "name": "introduction", | ||
| "label": "介绍" | ||
| "type": "section-header", | ||
| "label": "基础" | ||
| }, | ||
| { | ||
| "type": "file", | ||
| "name": "quick-start", | ||
| "label": "快速上手" | ||
| }, | ||
| { | ||
| "type": "file", | ||
| "name": "configuration", | ||
| "label": "配置" | ||
| }, | ||
| { | ||
| "type": "dir-section-header", | ||
| "name": "cli", | ||
| "label": "CLI" | ||
| } | ||
| ] |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| ["dev", "build", "preview", "lib", "doc", "test", "lint", "staged"] |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| # build | ||
|
|
||
| TODO. | ||
|
|
||
| ## 配置 | ||
|
|
||
| 参见 [`define.app()`](../configuration#define-app)。 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| # dev | ||
|
|
||
| TODO. | ||
|
|
||
| ## 配置 | ||
|
|
||
| 参见 [`define.app()`](../configuration#define-app)。 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| # doc | ||
|
|
||
| TODO. | ||
|
|
||
| ## 配置 | ||
|
|
||
| 参见 [`define.doc()`](../configuration#define-doc)。 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| # lib | ||
|
|
||
| TODO. | ||
|
|
||
| ## 配置 | ||
|
|
||
| 参见 [`define.lib()`](../configuration#define-lib)。 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| # lint | ||
|
|
||
| TODO. | ||
|
|
||
| ## 配置 | ||
|
|
||
| 参见 [`define.lint()`](../configuration#define-lint)。 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| # preview | ||
|
|
||
| TODO. | ||
|
|
||
| ## 配置 | ||
|
|
||
| 参见 [`define.app()`](../configuration#define-app)。 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| # staged | ||
|
|
||
| TODO. | ||
|
|
||
| ## 配置 | ||
|
|
||
| 参见 [`define.staged()`](../configuration#define-staged)。 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| # test | ||
|
|
||
| TODO. | ||
|
|
||
| ## 配置 | ||
|
|
||
| 参见 [`define.test()`](../configuration#define-test)。 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,43 @@ | ||
| # 配置 | ||
|
|
||
| TODO. | ||
|
|
||
| ## `define.app()` \{#define-app} | ||
|
|
||
| TODO. | ||
|
|
||
| 对应命令: | ||
|
|
||
| - [`rs dev`](./cli/dev) | ||
| - [`rs build`](./cli/build) | ||
| - [`rs preview`](./cli/preview) | ||
|
|
||
| ## `define.lib()` \{#define-lib} | ||
|
|
||
| TODO. | ||
|
|
||
| 对应命令:[`rs lib`](./cli/lib)。 | ||
|
|
||
| ## `define.doc()` \{#define-doc} | ||
|
|
||
| TODO. | ||
|
|
||
| 对应命令:[`rs doc`](./cli/doc)。 | ||
|
|
||
| ## `define.test()` \{#define-test} | ||
|
|
||
| TODO. | ||
|
|
||
| 对应命令:[`rs test`](./cli/test)。 | ||
|
|
||
| ## `define.lint()` \{#define-lint} | ||
|
|
||
| TODO. | ||
|
|
||
| 对应命令:[`rs lint`](./cli/lint)。 | ||
|
|
||
| ## `define.staged()` \{#define-staged} | ||
|
|
||
| TODO. | ||
|
|
||
| 对应命令:[`rs staged`](./cli/staged)。 |
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,14 @@ | ||
| # 快速上手 | ||
|
|
||
| TODO. | ||
|
|
||
| ## CLI 命令 | ||
|
|
||
| - [`rs dev`](./cli/dev):TODO。 | ||
| - [`rs build`](./cli/build):TODO。 | ||
| - [`rs preview`](./cli/preview):TODO。 | ||
| - [`rs lib`](./cli/lib):TODO。 | ||
| - [`rs doc`](./cli/doc):TODO。 | ||
| - [`rs test`](./cli/test):TODO。 | ||
| - [`rs lint`](./cli/lint):TODO。 | ||
| - [`rs staged`](./cli/staged):TODO。 |
Uh oh!
There was an error while loading. Please reload this page.