refactor: change admonition placement

This commit is contained in:
kastov
2025-05-10 20:33:51 +03:00
parent bbac4c9a32
commit c50b7199bb
2 changed files with 6 additions and 6 deletions

View File

@@ -3,8 +3,6 @@ sidebar_position: 2
title: Python SDK [community]
---
TODO: add description
import Admonition from '@theme/Admonition';
import { FaPeopleGroup } from "react-icons/fa6";
@@ -12,6 +10,8 @@ import { FaPeopleGroup } from "react-icons/fa6";
This SDK is fully community-maintained.
</Admonition>
TODO: add description
## Installation
TODO: add installation instructions

View File

@@ -3,6 +3,10 @@ sidebar_position: 1
title: TypeScript SDK
---
<Admonition type="tip" icon={<FaCheckCircle />} title="Official SDK">
This SDK is official and maintained by the Remnawave team.
</Admonition>
Remnawave TypeScript SDK is a library for convenient interaction with the RestAPI types.
It does not contain http-client, so you need to implement it yourself.
@@ -12,10 +16,6 @@ This SDK can be used in backend and frontend.
import Admonition from '@theme/Admonition';
import { FaCheckCircle } from "react-icons/fa";
<Admonition type="tip" icon={<FaCheckCircle />} title="Official SDK">
This SDK is official and maintained by the Remnawave team.
</Admonition>
## Installation
```bash