mirror of
https://github.com/remnawave/panel.git
synced 2026-04-26 09:48:50 +00:00
refactor: change admonition placement
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user