diff --git a/fern/products/docs/pages/preview-publish/images/fern-docs-dev.mp4 b/fern/products/docs/pages/preview-publish/images/fern-docs-dev.mp4
new file mode 100644
index 0000000000..14632bfba2
Binary files /dev/null and b/fern/products/docs/pages/preview-publish/images/fern-docs-dev.mp4 differ
diff --git a/fern/products/docs/pages/preview-publish/preview-changes-locally.mdx b/fern/products/docs/pages/preview-publish/preview-changes-locally.mdx
index 71d4e5dae2..2d9a284155 100644
--- a/fern/products/docs/pages/preview-publish/preview-changes-locally.mdx
+++ b/fern/products/docs/pages/preview-publish/preview-changes-locally.mdx
@@ -28,6 +28,22 @@ Install the following:
fern docs dev --port 3002
```
+
+
+
+
+Your documentation will be available at `http://localhost:3000` (default) or the port you specified. If you attempt to run Fern on a port that's already in use, it will use the next available port.
+
+Some features are disabled in local development, including search, SEO (favicon, auto-generated meta tags, etc.), and authentication.
+
On Windows, `fern docs dev` requires [long path support](https://learn.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation#enable-long-paths-in-windows-10-version-1607-and-later) to be enabled.
@@ -40,15 +56,6 @@ New-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem' -Name
If you can't enable long path support, use [Windows Subsystem for Linux (WSL)](https://learn.microsoft.com/en-us/windows/wsl/install) to run `fern docs dev` in a Linux environment instead.
-Your documentation will be available at `http://localhost:3000` (default) or the port you specified. If you attempt to run Fern on a port that's already in use, it will use the next available port.
-
-
-Some features are disabled in local development:
-- Search
-- SEO (favicon, auto-generated meta tags, etc.)
-- Authentication
-
-
### Common errors