From 3fbdeb51c082f2e0e1494efd7b3436ede91a1b06 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Mon, 15 Dec 2014 20:55:36 +0100 Subject: [PATCH] Add docs about new restriction --- docs/config.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/config.rst b/docs/config.rst index a54652e..9729337 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -51,6 +51,8 @@ Pair Section b = ... #conflict_resolution = ... +- Pair names can consist of any alphanumeric characters and the underscore. + - ``a`` and ``b`` reference the storages to sync by their names. - ``collections``: Optional, a comma-separated list of collections to @@ -84,6 +86,8 @@ Storage Section [storage storage_name] type = ... +- Storage names can consist of any alphanumeric characters and the underscore. + - ``type`` defines which kind of storage is defined. See :ref:`storages`. - ``read_only`` defines whether the storage should be regarded as a read-only