Docusaurus.Powershell
Docusaurus.Powershell copied to clipboard
PlatyPS default values should not get uppercased
This brings problems with cross-platform documentation using e.g. lowercase-only folders.
Should be fixed in PlatyPS as there is no way we can know what the original casing was.
A good example is this default value for
OutputFolder, should be lowercase.
Possibly fixed for v2;
- https://github.com/PowerShell/platyPS/issues/477#issuecomment-887613343
- https://github.com/PowerShell/platyPS/issues/495