diff --git a/packages/documentation/versioned_docs/version-1.50.0/user-guide/installation/installing-connections-and-additional-hardware/ffmpeg-installation.md b/packages/documentation/versioned_docs/version-1.50.0/user-guide/installation/installing-connections-and-additional-hardware/ffmpeg-installation.md index 6d80150698..0843c76312 100644 --- a/packages/documentation/versioned_docs/version-1.50.0/user-guide/installation/installing-connections-and-additional-hardware/ffmpeg-installation.md +++ b/packages/documentation/versioned_docs/version-1.50.0/user-guide/installation/installing-connections-and-additional-hardware/ffmpeg-installation.md @@ -15,7 +15,7 @@ Some parts of Sofie (specifically the Package Manager) require that [`FFmpeg`](h ![System Properties screenshot](/img/docs/system_properties.png) -5. If you installed `FFmpeg` and `FFprobe` to a system-wide location such as `C:\Program Files\FFmpeg`, select and edit the `Path` variable under the "System variables" heading. Else, if you installed them to some place specific to your user account, edit the `Path` variable under the "User variables for " heading. +5. If you installed `FFmpeg` and `FFprobe` to a system-wide location such as `C:\Program Files\FFmpeg`, select and edit the `Path` variable under the "System variables" heading. Else, if you installed them to some place specific to your user account, edit the `Path` variable under the "User variables for \" heading. ![Environment Variables screenshot](/img/docs/environment_variables.png) diff --git a/packages/documentation/versioned_sidebars/version-1.50.0-sidebars.json b/packages/documentation/versioned_sidebars/version-1.50.0-sidebars.json new file mode 100644 index 0000000000..d7c19231b4 --- /dev/null +++ b/packages/documentation/versioned_sidebars/version-1.50.0-sidebars.json @@ -0,0 +1,14 @@ +{ + "userGuide": [ + { + "type": "autogenerated", + "dirName": "user-guide" + } + ], + "forDevelopers": [ + { + "type": "autogenerated", + "dirName": "for-developers" + } + ] +}