From 7e3e3f6eeed94bb21f20306ae679b606927eec3f Mon Sep 17 00:00:00 2001 From: Eike Kettner Date: Fri, 11 Sep 2020 23:11:43 +0200 Subject: [PATCH 1/2] Fix zola version to 0.11.0 The newest version breaks inclusion of files in markdown. --- website/shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/shell.nix b/website/shell.nix index e42b5750..feb45d35 100644 --- a/website/shell.nix +++ b/website/shell.nix @@ -1,6 +1,6 @@ let nixpkgsUnstable = builtins.fetchTarball { - url = "https://github.com/NixOS/nixpkgs-channels/archive/nixos-unstable.tar.gz"; + url = "https://github.com/NixOS/nixpkgs-channels/archive/92e990a8d6bc35f1089c76dd8ba68b78da90da59.tar.gz"; }; pkgsUnstable = import nixpkgsUnstable { }; in From 8e1d32272eeaa9577c2ce9ac09bd5ec8192ecfb2 Mon Sep 17 00:00:00 2001 From: Eike Kettner Date: Mon, 14 Sep 2020 21:38:07 +0200 Subject: [PATCH 2/2] Update android client install instructions --- website/site/content/docs/tools/android.md | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/website/site/content/docs/tools/android.md b/website/site/content/docs/tools/android.md index 2e1f2629..7c8f86f9 100644 --- a/website/site/content/docs/tools/android.md +++ b/website/site/content/docs/tools/android.md @@ -10,11 +10,22 @@ There is a simple Android App available to conveniently upload files from your android devices. Combined with a scanner app, this allows to very quickly scan single page documents like receipts. -The project lives at a [repository on -github](https://github.com/docspell/android-client). It is planned to -be available from the [F-Droid](https://f-droid.org) store, meanwhile -download the APK from -[here](https://github.com/docspell/android-client/releases/latest). +
+
+ + Get it on F-Droid + +
+
+ Download the APK from here +
+
+ + +The project lives at this [repository on +github](https://github.com/docspell/android-client). # Usage