Is your feature request related to a problem? Please describe.
The feature docs contain Install-Module commands without any version indication. This is misleading when following a guideline as you could end up installing the wrong version.
Describe the solution you'd like
We should add the -MaximumVersion to the Install-Module in an automation script.
This script can be run together with the Docsaurus versioning.
Is your feature request related to a problem? Please describe.
The feature docs contain
Install-Modulecommands without any version indication. This is misleading when following a guideline as you could end up installing the wrong version.Describe the solution you'd like
We should add the
-MaximumVersionto theInstall-Modulein an automation script.This script can be run together with the Docsaurus versioning.