diff options
| author | WitherOrNot | 2026-04-18 05:07:49 +0000 |
|---|---|---|
| committer | WitherOrNot | 2026-04-18 05:07:49 +0000 |
| commit | db653b44edf5968960b85dcb53de479076b40339 (patch) | |
| tree | bb9107eb239de2cfd9d8babb4ff0c816f68e6622 | |
| parent | a2a204e5343d2d243af8372e3f6f3f7cf4c60b78 (diff) | |
| download | massgrave.dev-db653b44edf5968960b85dcb53de479076b40339.zip | |
Add missing tabs import in server page
| -rw-r--r-- | docs/windows-server-links.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/windows-server-links.md b/docs/windows-server-links.md index 43a21d7..a1e0c24 100644 --- a/docs/windows-server-links.md +++ b/docs/windows-server-links.md @@ -317,6 +317,9 @@ The files below are **DVP patches** that use the above ISO images for their resp (Build - 3790.3959)
+import Tabs from '@theme/Tabs';
+import TabItem from '@theme/TabItem';
+
<Tabs>
<TabItem value="Windows Server 2003 R2 SP2" label="Windows Server 2003 R2 SP2" default>
|
