From 9fe39f25e166f0a6612f1fce14472a274cfd6fda Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Fri, 7 Sep 2018 15:08:29 +0100 Subject: [PATCH] union: add missing docs --- bin/make_manual.py | 1 + docs/content/about.md | 5 +++-- docs/layouts/chrome/navbar.html | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/bin/make_manual.py b/bin/make_manual.py index 68ab745a9..8a905ea9d 100755 --- a/bin/make_manual.py +++ b/bin/make_manual.py @@ -44,6 +44,7 @@ docs = [ "swift.md", "pcloud.md", "sftp.md", + "union.md", "webdav.md", "yandex.md", diff --git a/docs/content/about.md b/docs/content/about.md index 6b2be6a52..c802d3243 100644 --- a/docs/content/about.md +++ b/docs/content/about.md @@ -58,8 +58,9 @@ Features * [Sync](/commands/rclone_sync/) (one way) mode to make a directory identical * [Check](/commands/rclone_check/) mode to check for file hash equality * Can sync to and from network, eg two different cloud accounts - * Optional encryption ([Crypt](/crypt/)) - * Optional cache ([Cache](/cache/)) + * ([Encryption](/crypt/)) backend + * ([Cache](/cache/)) backend + * ([Union](/union/)) backend * Optional FUSE mount ([rclone mount](/commands/rclone_mount/)) Links diff --git a/docs/layouts/chrome/navbar.html b/docs/layouts/chrome/navbar.html index f78377654..e5c2ecc18 100644 --- a/docs/layouts/chrome/navbar.html +++ b/docs/layouts/chrome/navbar.html @@ -75,6 +75,7 @@
  • Openstack Swift
  • pCloud
  • SFTP
  • +
  • Union (merge backends)
  • WebDAV
  • Yandex Disk
  • The local filesystem