Skip to content

Commit

Permalink
docs(Basic-Usage): Better describe scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Jul 20, 2023
1 parent 55dbc3b commit 271ada5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions docs/content/en/Getting-Started/Basic-Usage/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,11 @@ session is pointing to, so you can release the full potential of this tool!

Here is how Eask works behind the scene in different scenarios:

| Name | Description | Options | Path |
|--------|--------------------------------------------------------------------|--------------------|--------------|
| local | The default behavior, use Eask as package dev tool | n/a | `./.eask` |
| config | Use Eask as your package manager, it can be use as a test tool too | `-c` or `--config` | `~/.emacs.d` |
| global | Use Eask as a general tool, it's unrelated to other scopes | `-g` or `--global` | `~/.eask` |
| Name | Description | Options | Path |
|--------|----------------------------------------------------------------------|--------------------|--------------|
| local | The default behavior, use Eask as package dev tool | n/a | `./.eask` |
| config | Use Eask as your package manager (It can be used as a test tool too) | `-c` or `--config` | `~/.emacs.d` |
| global | Use Eask as a general tool, it's unrelated to other scopes | `-g` or `--global` | `~/.eask` |

You might think of why these rules are created.

Expand Down
10 changes: 5 additions & 5 deletions docs/content/zh-TW/Getting-Started/Basic-Usage/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,11 @@ Eask 創建了一個隔離的環境,因此在播放、測試和運行您的 el

以下是 Eask 在不同場景下的幕後工作方式:

| 名稱 | 描述 | 選項 | 路徑 |
|--------|----------------------------------------------------|--------------------|--------------|
| local | 默認行為,使用 Eask 作為包開發工具 | n/a | `./.eask` |
| config | 使用 Eask 作為您的包管理器它也可以用作測試工具 | `-c` or `--config` | `~/.emacs.d` |
| global | Eask 作為通用工具使用,與其他範圍無關 | `-g` or `--global` | `~/.eask` |
| 名稱 | 描述 | 選項 | 路徑 |
|--------|---------------------------------------------------|--------------------|--------------|
| local | 默認行為,使用 Eask 作為包開發工具 | n/a | `./.eask` |
| config | 使用 Eask 作為您的包管理器 (它也可以用作測試工具) | `-c` or `--config` | `~/.emacs.d` |
| global | Eask 作為通用工具使用,與其他範圍無關 | `-g` or `--global` | `~/.eask` |

您可能會想到為什麼要創建這些規則。

Expand Down

0 comments on commit 271ada5

Please sign in to comment.