The affected documentation is found at:
https://www.drupal.org/docs/official_docs/local-development-guide →
The guide currently shows the following command for configuring DDEV for Drupal:
ddev config --project-type=drupal10 --docroot=web
However, the latest official DDEV documentation recommends using drupal11 as the project type for new Drupal projects.
This mismatch can confuse users and lead them to set up environments with outdated configurations.
Update the DDEV configuration example in the documentation to:
ddev config --project-type=drupal11 --docroot=web
This change will ensure the documentation reflects the current recommended practices when initializing Drupal projects with DDEV.
Update the command on the documentation page
Review the rest of the documentation to ensure consistency with Drupal 11
Optionally, provide a note for users still working with drupal10 projects
Active
Correction/Clarification
Primarily changes documentation, not code. For Drupal core issues, select the Documentation component instead of using this tag. In general, component selection is preferred over tag selection.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.