From 9ae57a05d0f392bc5abaa2917fca5b0ea138304b Mon Sep 17 00:00:00 2001 From: Mqzn Date: Sun, 15 Sep 2024 18:49:23 +0300 Subject: [PATCH] tabs fix --- docs/Imperat/Supported-Platforms.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/Imperat/Supported-Platforms.md b/docs/Imperat/Supported-Platforms.md index 2b3fa61..d3a1c16 100644 --- a/docs/Imperat/Supported-Platforms.md +++ b/docs/Imperat/Supported-Platforms.md @@ -1,6 +1,10 @@ --- sidebar_position: 10 --- + +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; + # Platforms Imperat is a generic command dispatching framework, It can work almost on every platform possible if implemented properly. so to depend on any of the platforms you must first declare our repoistory in your build tool configuration file as follows: