The Wayback Machine - https://web.archive.org/web/20220708153038/https://github.com/topics/misconfiguration
Skip to content
#

misconfiguration

Here are 12 public repositories matching this topic...

itaysk
itaysk commented Jun 8, 2022

currently we have a version selector for every git tag, which is unnecessary overhead on the user. It is not needed from documentation perspective as there aren't (shouldn't be) any docs change in patch versions, only for new/changed features.

before:
v0.27.0, v0.27.1, v0.27.2, v0.28.0
after
v0.27, v0.28

good first issue kind/documentation kind/feature

Improve this page

Add a description, image, and links to the misconfiguration topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the misconfiguration topic, visit your repo's landing page and select "manage topics."

Learn more