ddev / ddev

Docker-based local PHP+Node.js web development environments
https://ddev.com
Apache License 2.0
2.43k stars 579 forks source link

remove --create-docroot from stable version docs #6096

Closed joachim-n closed 1 month ago

joachim-n commented 1 month ago

Is there an existing issue for this?

Output of ddev debug test

Expand `ddev debug test` diagnostic information ``` [COPY-PASTE HERE THE OUTPUT OF `ddev debug test`] ```

Expected Behavior

Stable docs at https://ddev.readthedocs.io/en/stable/users/quickstart/ say:

ddev config --project-type=drupal10 --docroot=web --create-docroot

But this produces a warning:

Flag --create-docroot has been deprecated, --create-docroot flag is no longer required

Actual Behavior

Warning produced.

Steps To Reproduce

Follow the instructions in the docs.

Anything else?

No response

rfay commented 1 month ago

Hi @joachim-n -

Please take a look at the latest HEAD version of docs (what's currently there, but reflecting unreleased code)

https://ddev.readthedocs.io/en/latest/users/quickstart/

If you have suggestions, please click the pencil to update.

You'll note that --create-docroot isn't there.

Closing for now, happy to continue the conversation.

joachim-n commented 1 month ago

Yup, HEAD is fine.

But the stable docs page should have something that's correct for the stable version.

rfay commented 1 month ago

DDEV v1.23.0 will be released in a few days and then I assume you'll be happy. Current "latest" will become "stable".