mirror of
https://github.com/appleboy/drone-ssh.git
synced 2025-05-06 18:02:48 +08:00
docs: add Table of Contents to all language README files
- Add a Table of Contents section to the English, Simplified Chinese, and Traditional Chinese README files Signed-off-by: appleboy <appleboy.tw@gmail.com>
This commit is contained in:
parent
734d4df2c8
commit
1dfeaffef3
11
README.md
11
README.md
@ -17,6 +17,17 @@ A Drone plugin for executing commands on remote hosts via SSH. For usage instruc
|
||||
|
||||

|
||||
|
||||
## Table of Contents
|
||||
|
||||
- [drone-ssh](#drone-ssh)
|
||||
- [Table of Contents](#table-of-contents)
|
||||
- [Breaking Changes](#breaking-changes)
|
||||
- [Build or Download a Binary](#build-or-download-a-binary)
|
||||
- [Docker](#docker)
|
||||
- [Usage](#usage)
|
||||
- [Mount Key from File Path](#mount-key-from-file-path)
|
||||
- [Configuration](#configuration)
|
||||
|
||||
## Breaking Changes
|
||||
|
||||
As of `v1.5.0`, the command timeout flag has changed to use the `Duration` format. See the following example:
|
||||
|
@ -21,6 +21,17 @@ Drone 插件,可通过 SSH 在远程主机执行命令。使用方法和可用
|
||||
|
||||
<!-- 图片说明:SSH 命令执行演示动画,内容与原文一致 -->
|
||||
|
||||
## 目录
|
||||
|
||||
- [drone-ssh](#drone-ssh)
|
||||
- [目录](#目录)
|
||||
- [重大变更](#重大变更)
|
||||
- [构建或下载二进制文件](#构建或下载二进制文件)
|
||||
- [Docker](#docker)
|
||||
- [使用方法](#使用方法)
|
||||
- [通过文件路径挂载密钥](#通过文件路径挂载密钥)
|
||||
- [配置说明](#配置说明)
|
||||
|
||||
## 重大变更
|
||||
|
||||
`v1.5.0`:将命令超时参数更改为 `Duration` 格式。设置示例如下:
|
||||
|
@ -21,6 +21,17 @@ Drone 外掛程式,可透過 SSH 在遠端主機執行指令。使用方式與
|
||||
|
||||
<!-- 圖片說明:SSH 指令執行示意動畫,內容與原文相同 -->
|
||||
|
||||
## 目錄
|
||||
|
||||
- [drone-ssh](#drone-ssh)
|
||||
- [目錄](#目錄)
|
||||
- [重大變更](#重大變更)
|
||||
- [建置或下載執行檔](#建置或下載執行檔)
|
||||
- [Docker](#docker)
|
||||
- [使用方式](#使用方式)
|
||||
- [以檔案路徑掛載金鑰](#以檔案路徑掛載金鑰)
|
||||
- [設定說明](#設定說明)
|
||||
|
||||
## 重大變更
|
||||
|
||||
`v1.5.0`:將指令逾時參數改為 `Duration` 格式。設定範例如下:
|
||||
|
Loading…
Reference in New Issue
Block a user