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`
This commit is contained in:
Alexey Rybak 2025-10-21 14:26:35 -07:00 committed by GitHub
parent cb6a5e2687
commit 4c718523fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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';
<Tabs>
<TabItem value="container" label="Building a container">