Existing document
In what way is the existing documentation unclear or incomplete
Currently, the method used in the Working with DDEV page requires that PHP and Composer are installed on the host machine, but this can lead to version conflicts, and strange behaviour. See also:
What should the documentation say instead?
It would be better to use a method where Composer is only run from DDEV.
See MR:
Update installation instructions on project page?
Also, the LocalGov Drupal project page could link to https://docs.localgovdrupal.org/devs/getting-started to prevent it from having outdated instructions?
Installing LocalGov Drupal locally
To install LocalGov Drupal locally for testing or development, use the Composer-based project template.
[...]
Maybe better?
Installing LocalGov Drupal locally
To install LocalGov Drupal locally for testing or development, follow the instructions on the Getting started page.