diff --git a/docs/en-US/SUMMARY.md b/docs/en-US/SUMMARY.md new file mode 100644 index 0000000..401e240 --- /dev/null +++ b/docs/en-US/SUMMARY.md @@ -0,0 +1,37 @@ +# Summary + +[Introduction](index.md) + +# Getting started + +- [Installation](getting-started/installation.md) +- [Connecting to a server](getting-started/connecting.md) +- [Connection parameters](getting-started/connection-parameters.md) + +# Using termscp + +- [The file explorer](usage/file-explorer.md) +- [Keyboard shortcuts](usage/keyboard-shortcuts.md) +- [Working with multiple files](usage/multiple-files.md) +- [Synchronized browsing](usage/synced-browsing.md) +- [Opening and editing files](usage/open-edit-files.md) +- [Bookmarks and recent hosts](usage/bookmarks.md) +- [Keeping files in sync](usage/file-watcher.md) + +# Configuration + +- [Configuration](configuration/configuration.md) +- [File explorer format](configuration/explorer-format.md) +- [SSH key storage](configuration/ssh-keys.md) +- [Themes](configuration/themes.md) +- [Notifications](configuration/notifications.md) +- [Logging](configuration/logging.md) +- [Password security](configuration/password-security.md) + +# CLI reference + +- [Command-line usage](cli/cli.md) + +# Developer + +- [Developer manual](developer/developer.md) diff --git a/docs/en-US/cli/cli.md b/docs/en-US/cli/cli.md new file mode 100644 index 0000000..6beebcb --- /dev/null +++ b/docs/en-US/cli/cli.md @@ -0,0 +1 @@ +# Command-line usage diff --git a/docs/en-US/configuration/configuration.md b/docs/en-US/configuration/configuration.md new file mode 100644 index 0000000..a025a48 --- /dev/null +++ b/docs/en-US/configuration/configuration.md @@ -0,0 +1 @@ +# Configuration diff --git a/docs/en-US/configuration/explorer-format.md b/docs/en-US/configuration/explorer-format.md new file mode 100644 index 0000000..ef7e5c5 --- /dev/null +++ b/docs/en-US/configuration/explorer-format.md @@ -0,0 +1 @@ +# File explorer format diff --git a/docs/en-US/configuration/logging.md b/docs/en-US/configuration/logging.md new file mode 100644 index 0000000..b921bbe --- /dev/null +++ b/docs/en-US/configuration/logging.md @@ -0,0 +1 @@ +# Logging diff --git a/docs/en-US/configuration/notifications.md b/docs/en-US/configuration/notifications.md new file mode 100644 index 0000000..6aac42f --- /dev/null +++ b/docs/en-US/configuration/notifications.md @@ -0,0 +1 @@ +# Notifications diff --git a/docs/en-US/configuration/password-security.md b/docs/en-US/configuration/password-security.md new file mode 100644 index 0000000..6cd7529 --- /dev/null +++ b/docs/en-US/configuration/password-security.md @@ -0,0 +1 @@ +# Password security diff --git a/docs/en-US/configuration/ssh-keys.md b/docs/en-US/configuration/ssh-keys.md new file mode 100644 index 0000000..7181e39 --- /dev/null +++ b/docs/en-US/configuration/ssh-keys.md @@ -0,0 +1 @@ +# SSH key storage diff --git a/docs/en-US/configuration/themes.md b/docs/en-US/configuration/themes.md new file mode 100644 index 0000000..537c6e2 --- /dev/null +++ b/docs/en-US/configuration/themes.md @@ -0,0 +1 @@ +# Themes diff --git a/docs/en-US/developer/developer.md b/docs/en-US/developer/developer.md new file mode 100644 index 0000000..c7ac6d0 --- /dev/null +++ b/docs/en-US/developer/developer.md @@ -0,0 +1 @@ +# Developer manual diff --git a/docs/en-US/getting-started/connecting.md b/docs/en-US/getting-started/connecting.md new file mode 100644 index 0000000..b22abf4 --- /dev/null +++ b/docs/en-US/getting-started/connecting.md @@ -0,0 +1 @@ +# Connecting to a server diff --git a/docs/en-US/getting-started/connection-parameters.md b/docs/en-US/getting-started/connection-parameters.md new file mode 100644 index 0000000..3fc529b --- /dev/null +++ b/docs/en-US/getting-started/connection-parameters.md @@ -0,0 +1 @@ +# Connection parameters diff --git a/docs/en-US/getting-started/installation.md b/docs/en-US/getting-started/installation.md new file mode 100644 index 0000000..25267fe --- /dev/null +++ b/docs/en-US/getting-started/installation.md @@ -0,0 +1 @@ +# Installation diff --git a/docs/en-US/usage/bookmarks.md b/docs/en-US/usage/bookmarks.md new file mode 100644 index 0000000..ae81234 --- /dev/null +++ b/docs/en-US/usage/bookmarks.md @@ -0,0 +1 @@ +# Bookmarks and recent hosts diff --git a/docs/en-US/usage/file-explorer.md b/docs/en-US/usage/file-explorer.md new file mode 100644 index 0000000..217129a --- /dev/null +++ b/docs/en-US/usage/file-explorer.md @@ -0,0 +1 @@ +# The file explorer diff --git a/docs/en-US/usage/file-watcher.md b/docs/en-US/usage/file-watcher.md new file mode 100644 index 0000000..a7f88ee --- /dev/null +++ b/docs/en-US/usage/file-watcher.md @@ -0,0 +1 @@ +# Keeping files in sync diff --git a/docs/en-US/usage/keyboard-shortcuts.md b/docs/en-US/usage/keyboard-shortcuts.md new file mode 100644 index 0000000..ffb8522 --- /dev/null +++ b/docs/en-US/usage/keyboard-shortcuts.md @@ -0,0 +1 @@ +# Keyboard shortcuts diff --git a/docs/en-US/usage/multiple-files.md b/docs/en-US/usage/multiple-files.md new file mode 100644 index 0000000..716c72d --- /dev/null +++ b/docs/en-US/usage/multiple-files.md @@ -0,0 +1 @@ +# Working with multiple files diff --git a/docs/en-US/usage/open-edit-files.md b/docs/en-US/usage/open-edit-files.md new file mode 100644 index 0000000..9b09c46 --- /dev/null +++ b/docs/en-US/usage/open-edit-files.md @@ -0,0 +1 @@ +# Opening and editing files diff --git a/docs/en-US/usage/synced-browsing.md b/docs/en-US/usage/synced-browsing.md new file mode 100644 index 0000000..8a25274 --- /dev/null +++ b/docs/en-US/usage/synced-browsing.md @@ -0,0 +1 @@ +# Synchronized browsing