elastic / docs-tools

A place to put documentation tooling
4 stars 13 forks source link

Support stack versions in versioned plugin docs. #70

Closed mashhurs closed 2 years ago

mashhurs commented 2 years ago

Overview

Issue: https://github.com/elastic/docs-tools/issues/46

When customers visit versioned plugin reference pages and go through the links to stack versions, they will be always forwarded to current stack version documents. This leads confusion (example reported issue) and not guiding customers properly, example case.

This PR suggests to add stack version to the VPR docs when new plugin releases happen so that we can easily use that version to forward the customers to proper stack version reference pages.

Closes #46

Test