@@ -4,6 +4,8 @@ Yes. Drupal CMS is a "monorepo/manyrepos" project. This means that every recipe
So yes, the Drupal CMS repository contains all of the Drupal CMS recipes, but the number of Drupal CMS recipes, and how they fit together, may change over time. Recipes, by their nature, have a lot of freedom to evolve.
See https://monorepo.tools for a more in-depth explanation of monorepos.
#### I see there's an install profile in Drupal CMS. How is this used? What does it do?
The Drupal CMS Installer is an install profile that exposes the ability to choose recipes during the site install process. It applies those recipes, then as a final step, it uninstalls itself, removing the site from any lock-in effect and leaving it in the state that the recipes put it into. The installer itself contains absolutely no configuration and installs nothing beyond the stuff that it needs to do its job.