From 4c718523fa6181eb92706f4ee931236f859644be Mon Sep 17 00:00:00 2001 From: Alexey Rybak <50731695+reluctantfuturist@users.noreply.github.com> Date: Tue, 21 Oct 2025 14:26:35 -0700 Subject: [PATCH] docs: fix the building distro file (#3880) # What does this PR do? * Fixes the doc server build (which expects a blank line after imports) ## Test Plan * `cd docs && npm run build` --- docs/docs/distributions/building_distro.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/distributions/building_distro.mdx b/docs/docs/distributions/building_distro.mdx index 0c40613d6..c4a01bf7d 100644 --- a/docs/docs/distributions/building_distro.mdx +++ b/docs/docs/distributions/building_distro.mdx @@ -19,6 +19,7 @@ Browse that folder to understand available providers and copy a distribution to import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; +