Skip to content

Commit

Permalink
docs: add a pointer to the KP for Product Pages docs + GitHub (#146)
Browse files Browse the repository at this point in the history
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/
  • Loading branch information
teolemon authored Jul 25, 2024
1 parent 524c244 commit e800fbb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit e800fbb

Please sign in to comment.