diff --git a/source/docs/en/latest/developer/build-windows.markdown b/source/docs/en/latest/developer/build-windows.markdown
index 496ad847..a2959be9 100644
--- a/source/docs/en/latest/developer/build-windows.markdown
+++ b/source/docs/en/latest/developer/build-windows.markdown
@@ -18,48 +18,12 @@ Building HandBrake for Windows
## Command line interface and LibHB
-Building the HandBrake [CLI](abbr:Command Line Interface) and LibHB (`hb.dll`) for Windows requires Linux and a recent [MinGW-w64](https://mingw-w64.org/) toolchain. Fedora 28 or later, or Ubuntu 18.04 LTS (Bionic Beaver) or later are recommended; other distros may work as well. In all cases, we recommend you build the MinGW-w64 toolchain using our instructions and the included script, as some packaged versions have issues that can produce non-functioning builds.
-
-### Installing dependencies on Fedora
-
-The following instructions are for [Fedora](https://getfedora.org) 30 through 32.
-
-Basic requirements to run commands:
-
-- sudo (for normal user accounts)
-
-Dependencies:
-
-- Development Tools
-- C Development Tools and Libraries
-- cmake
-- gcc-c++
-- git
-- libtool
-- m4
-- make
-- meson
-- nasm
-- ninja-build
-- patch
-- python
-- tar
-- zlib-devel
-
-Install dependencies.
-
- sudo dnf update
- sudo dnf groupinstall "Development Tools" "C Development Tools and Libraries"
- sudo dnf install cmake gcc-c++ git libtool m4 make meson nasm ninja-build patch python tar zlib-devel
-
-Install the additional dependencies required to build the MinGW-w64 toolchain.
-
- sudo dnf install bison bzip2 curl flex g++ gzip pax
-
+Building the HandBrake [CLI](abbr:Command Line Interface) and LibHB (`hb.dll`) for Windows requires Linux and a recent [MinGW-w64](https://mingw-w64.org/) toolchain. Ubuntu 20.04 LTS or later are recommended; other distros may work as well. In all cases, we recommend you build the MinGW-w64 toolchain using our instructions and the included script, as some packaged versions have issues that can produce non-functioning builds.
### Installing dependencies on Ubuntu
The following instructions are for [Ubuntu](https://www.ubuntu.com) 20.04 (Focal Fossa).
+These should also work with Windows Subsystem for Linux.
Basic requirements to run commands:
@@ -139,9 +103,7 @@ The following tools are required to build and run the [GUI](abbr:Graphical User
- [Source Tree](https://www.sourcetreeapp.com) (recommended)
- Client included with Visual Studio 2015 or later
- `hb.dll` (see the LibHB build instructions preceding these, or download from [https://handbrake.fr/nightly.php](https://handbrake.fr/nightly.php))
-- [JetBrains ReSharper](https://www.jetbrains.com/?from=HandBrake) (optional)
- - Recommended for developers interested in working on the Windows UI
- - Active, regular contributors may request a free for open source ReSharper license from the HandBrake Team, courtesy of JetBrains
+
Clone `https://github.com/HandBrake/HandBrake.git` using your git client.
diff --git a/source/docs/en/latest/table-of-contents.markdown b/source/docs/en/latest/table-of-contents.markdown
index 8437e487..4f2a66cb 100644
--- a/source/docs/en/latest/table-of-contents.markdown
+++ b/source/docs/en/latest/table-of-contents.markdown
@@ -135,13 +135,14 @@ Table of contents
- [Profiles and levels](technical/video-profiles-levels.html)draft
- [Video angles](technical/video-angles.html)draft
- [Anamorphic video](technical/anamorphic-guide.html)draft
- - [Modulus](technical/modulus.html)draft
+
- [Frame rate](technical/frame-rates.html)draft
- Hardware encoders
- [AMD VCE](technical/video-vce.html)
- [Apple VideoToolbox](technical/video-videotoolbox.html)
- [Intel Quick Sync Video](technical/video-qsv.html)
- [NVIDIA NVENC](technical/video-nvenc.html)
+ - [Media Foundation (ARM)](technical/video-mediafoundation.html)
- Audio
- [Dynamic range compression](technical/dynamic-range-compression.html)draft
- [Audio quality](technical/audio-quality.html)draft
@@ -149,10 +150,11 @@ Table of contents
- [Container formats](technical/containers.html)draft
- [iPod 5th Generation support](technical/old-ipod-support.html)draft
- [Automatic file naming](technical/automatic-file-naming.html)draft
+