From ff1f173fc27c59edff54b1335a6cc0957c0d61e3 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Fri, 18 Mar 2022 11:22:23 +0000 Subject: [PATCH] build: add bisync.md to docs builder and fix missing tardigrade.md stub --- bin/make_manual.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/make_manual.py b/bin/make_manual.py index 7743a74cd..474d49b9d 100755 --- a/bin/make_manual.py +++ b/bin/make_manual.py @@ -24,6 +24,7 @@ docs = [ "overview.md", "flags.md", "docker.md", + "bisync.md", # Keep these alphabetical by full name "fichier.md", @@ -66,6 +67,7 @@ docs = [ "sftp.md", "storj.md", "sugarsync.md", + "tardigrade.md", # stub only to redirect to storj.md "uptobox.md", "union.md", "webdav.md",