From b3a7eb6c1391d5b712aa8207010dfd3e049616c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <h.tomwoerden@indiscale.com> Date: Wed, 10 Nov 2021 13:50:03 +0100 Subject: [PATCH] DOC: add note on datamodel vs crawler --- src/doc/crawler.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/doc/crawler.rst b/src/doc/crawler.rst index c52bbf2f..4b99c97e 100644 --- a/src/doc/crawler.rst +++ b/src/doc/crawler.rst @@ -131,6 +131,10 @@ The behavior and rules of the crawler are defined in logical units called CFoods. In order to extend the crawler you need to extend an existing CFood or create new one. +.. Note:: A crawler always needs a corresponding data model to exits in the + server. The following does not cover this aspect. Please refer + for example to documentation of the YAML Interface. + .. _c-food-introduction: CFood -- Introduction -- GitLab