Active
Project:
Recipes Initiative
Version:
1.0.x-dev
Component:
Documentation
Priority:
Normal
Category:
Plan
Assigned:
Unassigned
Reporter:
Created:
15 Aug 2023 at 17:39 UTC
Updated:
26 Sep 2024 at 14:21 UTC
Jump to comment: Most recent
Comments
Comment #2
thejimbirch commentedComment #3
sgroundwater commentedI added a menu stub pointing to this issue.
(This page can change or be deleted as needed.)
https://www.drupal.org/docs/extending-drupal/contributed-modules/contributed-module-documentation/distributions-and-recipes-initiative/recipe-maintainer-documentation
Comment #4
sgroundwater commentedI backed out of this recent www menu/page until we can confirm the proper plan.
We want to be pointing people to the git repo docs.
Comment #5
thejimbirch commentedWe have a pretty good guide here:
Does it need updating?
https://git.drupalcode.org/issue/distributions_recipes-3381259/-/blob/33...
Comment #6
nicxvan commentedFrom my testing it seems these are minimums for how developers will likely use recipes. (Using drush to apply and composer to install)
Drupal 10.3
Drush 13
composer/installers 2.3
Add to installer-paths in composer.json
"recipes/{$name}": [
"type:drupal-recipe"
]