From d5335bfce45158b311fc22dbf31581771daf4f48 Mon Sep 17 00:00:00 2001 From: Roman Zlobin Date: Tue, 31 Oct 2023 17:50:01 +0300 Subject: [PATCH] add link to context storage tutorials in context guide --- docs/source/user_guides/context_guide.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/source/user_guides/context_guide.rst b/docs/source/user_guides/context_guide.rst index 464d963a7..0583aecc1 100644 --- a/docs/source/user_guides/context_guide.rst +++ b/docs/source/user_guides/context_guide.rst @@ -208,6 +208,9 @@ The function's only parameter is a connection string that specifies both the dat and the connection parameters, for example, *mongodb://admin:pass@localhost:27016/admin*. (`see the reference <../apiref/dff.context_storages.database.html#dff.context_storages.database.context_storage_factory>`_) +.. note:: + To learn how to use ``context_storage_factory`` in your pipeline, see our `Context Storage Tutorials <../tutorials/index_context_storages.html>`__. + The GitHub-based distribution of DFF includes Docker images for each of the supported database types. Therefore, the easiest way to deploy your service together with a database is to clone the GitHub distribution and to take advantage of the packaged