Skip to content

Commit

Permalink
feat: manage console add content
Browse files Browse the repository at this point in the history
  • Loading branch information
Liam-Zhao committed Oct 19, 2023
1 parent 0b140f6 commit f762c3b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 43 deletions.
31 changes: 8 additions & 23 deletions docs/reference/manage-console.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,17 +127,9 @@ Create a personal access token.

![create-token](../resource/manager-console/create-token.png)

### Information

The information of personal access token.

### Expiration

**Expiration**: Set your token an expiration.

### Select Scopes

Select the access permissions for the token.
**Scopes**: Select the access permissions for the token.

## Update Personal Access Token

Expand Down Expand Up @@ -175,27 +167,20 @@ Create a preheat task for file preheating.

![create-preheat](../resource/manager-console/create-preheat.png)

### Information

The information of preheat.

### Clusters

Used for clusters that need to be preheat.

### Args

Args used to pass additional configuration options to the preheat task.
**Clusters**: Used for clusters that need to be preheat.

**URL**: URL address used to specify the resource to be preheat.

**Tag**: When the URL of the preheat task are the same but the Tag are different, they will be distinguished based on the tag and the generated preheat task will be different.
**Tag**: When the URL of the preheat task are the same but the Tag are different, they will be distinguished
based on the tag and the generated preheat task will be different.

**Filter**: By setting the filter parameter, you can specify the file type of the resource that needs to be preheated. The filter is used to generate a unique preheat task and filter unnecessary query parameters in the URL, separated by & characters.
**Filter**: By setting the filter parameter, you can specify the file type of the resource that needs to be preheated.
The filter is used to generate a unique preheat task and filter unnecessary query parameters in the URL.

## Peers

Display the number of peers according to different attributes. If the chart is unclear, you can click the ‘?’ button to display specific prompt information.
Display the number of peers according to different attributes. If the chart is unclear, you can click the ‘?’ button
to display specific prompt information.

![peers](../resource/manager-console/peers.png)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,17 +121,9 @@ Scheduler 将不再调度其他 Peer 从该 Peer 下载,直到它有可用的

![create-token](../resource/manager-console/create-token.png)

### Information

Personal Access Token 基本信息。

### Expiration

**Expiration**: 为令牌提供过期时间。

### Select Scopes

选择令牌的访问权限。
**Scopes**:选择令牌的访问权限。

## Update Personal Access Token

Expand Down Expand Up @@ -169,17 +161,7 @@ Personal Access Token 基本信息。

![create-preheat](../resource/manager-console/create-preheat.png)

### Information

预热任务基本信息。

### Clusters

至少选择一个或多个 Cluster 进行预热。

### Args

Args 用于将附加配置选项传递给预热任务。
**Clusters**至少选择一个或多个 Cluster 进行预热。

**URL**: 需要进行预热资源的 URL 地址。

Expand Down

0 comments on commit f762c3b

Please sign in to comment.