From c819ddc2a9361c02cb6e35adee7002110fb3dc4b Mon Sep 17 00:00:00 2001 From: Axel Kittenberger Date: Fri, 10 Jun 2016 09:59:35 +0200 Subject: [PATCH] adding help section --- _data/docs.yml | 1 + help/index.md | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 help/index.md diff --git a/_data/docs.yml b/_data/docs.yml index cd590a2..d983729 100644 --- a/_data/docs.yml +++ b/_data/docs.yml @@ -2,6 +2,7 @@ docs: - / - /download + - /help - title: Manual docs: - /manual/compiling diff --git a/help/index.md b/help/index.md new file mode 100644 index 0000000..2b2b69a --- /dev/null +++ b/help/index.md @@ -0,0 +1,22 @@ +--- +layout: default +title: "Getting and Giving Help" +short: "Help" +--- +Discussion Group +---------------- +There is a [discussion group to all things related Lsyncd](https://groups.google.com/forum/#!forum/lsyncd/join) + +Issues +------ +For cases Lsyncd is missbehaving there are [Issues](https://github.com/axkibe/lsyncd/issues) on Github. + +Please check: + +* This isn't a usage error. +* Your running the latest Lsyncd version. +* You include all things needed to reproduce the error, like complete configuration scripts. + +Source & Improvement +-------------------- +[Fork Lsyncd at Github](https://github.com/axkibe/lsyncd)