Open yurishkuro opened 2 months ago
@jkowall in v2 docs the Migration appears under both Introduction and External Guides (it's listed as child page in both). I suggest we only keep in one place.
@yurishkuro The thinking here was to keep it in Introduction for the first 6-12 months and then it would have a home in External guides going forward. If you prefer, I can remove it from Introduction.
Once we officially start publishing Jaeger v2 binaries, we need to have v2 flavor of documentation. The current proposal is that the main repository will continue releasing both v1 and v2 binaries (until we stop supporting v1) under two parallel release streams 1.x and 2.x (similar to how OpenTelemetry Collector is released as multiple modules with different versions).
This will require a number of changes to the docs (in no particular order)
config.toml
we refer to a single stream of versions, it will need to be bifurcated #765currentVersion
which is taken from the path, and thus does not include the patch number. But since v1.61 we stopped generating incomplete major.minor tags, only fully qualified versions.themes/jaeger-docs/layouts/partials/navbar.html
introduced in #765themes/jaeger-docs/layouts/index.redirects
next-release -> next-release-v1
andnext-release-v2 -> next-release
.