docs: add table of contents to multilingual 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:
appleboy
2025-04-27 09:53:26 +08:00
parent b80f638dc4
commit c7fbbc9208
3 changed files with 81 additions and 0 deletions

View File

@@ -2,6 +2,33 @@
[English](./README.md) | 繁體中文 | [简体中文](./README.zh-cn.md)
## 目錄
- [🚀 GitHub Actions 的 SSH](#-github-actions-的-ssh)
- [目錄](#目錄)
- [📥 輸入參數](#-輸入參數)
- [🚦 使用範例](#-使用範例)
- [🔑 設定 SSH 金鑰](#-設定-ssh-金鑰)
- [產生 RSA 金鑰](#產生-rsa-金鑰)
- [產生 ED25519 金鑰](#產生-ed25519-金鑰)
- [🛡️ OpenSSH 相容性](#-openssh-相容性)
- [🧑‍💻 更多用法範例](#-更多用法範例)
- [使用密碼認證](#使用密碼認證)
- [使用私鑰認證](#使用私鑰認證)
- [多條指令](#多條指令)
- [從檔案執行指令](#從檔案執行指令)
- [多主機](#多主機)
- [多主機不同埠號](#多主機不同埠號)
- [多主機同步執行](#多主機同步執行)
- [傳遞環境變數到 shell 腳本](#傳遞環境變數到-shell-腳本)
- [🌐 使用 ProxyCommand跳板機](#-使用-proxycommand跳板機)
- [🔒 保護你的私鑰](#-保護你的私鑰)
- [🖐️ 主機指紋驗證](#-主機指紋驗證)
- [❓ 常見問題](#-常見問題)
- [指令找不到npm 或其他指令)](#指令找不到npm-或其他指令)
- [🤝 貢獻](#-貢獻)
- [📝 授權](#-授權)
一個讓你輕鬆安全執行遠端 SSH 指令的 [GitHub Action](https://github.com/features/actions)。
![ssh workflow](./images/ssh-workflow.png)