mirror of
https://github.com/appleboy/drone-ssh.git
synced 2026-06-04 10:15:07 +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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user