I am following drupal documentation. In chapter 6.5, they explain how taxonomy is different from vocabulary. In this page it is suggested that on a website, which list farmers and recipes list by them, we should have a taxonomy for the ingredients of recipes:
the farmers market website could use an ingredients taxonomy to classify recipes.
So lets say I have a taxonomy ingredients
with its terms as red tomato, green tomato, small tomato, cumin, carrot, eggplant, salt, pepper
. Also the documentation mentions:
...a set of terms is known as a vocabulary ...
So in my case red tomato, green tomato
and small tomato
represent one vocabulary.
In the next documentation page chapter 6.6, it says:
Create an Ingredients vocabulary
No no no, so my question is how do I create an Ingredients taxonomy; not an Ingredients vocabulary? Even in drupal admin panel I see only the option to create vocabulary under structure>taxonomy
.