devspace-sh / devspace

DevSpace - The Fastest Developer Tool for Kubernetes ⚡ Automate your deployment workflow with DevSpace and develop software directly inside Kubernetes.
https://devspace.sh
Apache License 2.0
4.3k stars 360 forks source link

Incorrect Documentation (function start_dev --disable-open) #2791

Open timofey-drozhzhin opened 8 months ago

timofey-drozhzhin commented 8 months ago

What happened?
Pages https://www.devspace.sh/docs/configuration/functions/ and https://www.devspace.sh/docs/configuration/pipelines/ define start_dev --disable-open as "If enabled will not replace any pods". I believe the description is incorrect.

Screenshot 2024-01-13

What did you expect to happen instead?
Description of start_dev --disable-open should say "If enabled will not auto-open the URL". See https://www.devspace.sh/docs/configuration/dev/connections/open for the exact description.


This might be related to an earlier issue https://github.com/devspace-sh/devspace/issues/2122

alexandradragodan commented 8 months ago

Hey @timofey-drozhzhin Thanks for reaching out!

We'll take a look and fix the docs. If you want to and find the time by then, please feel free to open a PR.

timofey-drozhzhin commented 7 months ago

I opened a PR for this fix https://github.com/devspace-sh/devspace/pull/2803