Drupal 8 newb here,
I have two basic types I need to show in my front page: There’s a “Restaurants” content type and a “Chefs” content type.
These are shown in my site like this:
The types are unrelated, I just need to show them in the same page as featured.
I’ve found documentation on how to make blocks and views but nothing about mixed content, which seems to me like a common use case.
Thanks in advance.