From e800fbbc31a0db71da17ead9f99f646c7188db15 Mon Sep 17 00:00:00 2001 From: Pierre Slamich Date: Thu, 25 Jul 2024 17:07:26 +0200 Subject: [PATCH] docs: add a pointer to the KP for Product Pages docs + GitHub (#146) docs: add a pointer to the KP for Product Pages docs + GitHub - add a pointer to the KP for Product Pages docs - add a pointer to the KP for Facets repo We already have a link in the other direction: https://openfoodfacts.github.io/openfoodfacts-server/reference/api-tutorials/working-with-facets/ --- app/main.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/main.py b/app/main.py index 4a4e658..4afeb8d 100644 --- a/app/main.py +++ b/app/main.py @@ -28,7 +28,11 @@ description = """ Providing knowledge panels for a particular Open Food Facts facet (category, brand, etc...) -A standardized way for clients to get semi-structured but generic data that they can present to users on product pages. +A standardized way for clients to get semi-structured but generic data that they can present +to users on product pages. +You can contribute at https://github.com/openfoodfacts/facets-knowledge-panels +You should also read https://openfoodfacts.github.io/openfoodfacts-server/api/explain-knowledge-panels/ +for the Product Page knowledge panels which follow the same syntax (the docs provides a conceptual overview). """ # noqa: E501 app = FastAPI(