mirror of
https://github.com/remnawave/panel.git
synced 2026-04-23 16:23:14 +00:00
fix: links
This commit is contained in:
@@ -19,7 +19,7 @@ date: 2025-08-13
|
||||
|
||||
### 🔄 Breaking Changes
|
||||
|
||||
- Через [API](/api#tag/users-controller/patch/api/users) более невозможно обновить статус пользователя на **LIMITED**, **EXPIRED**.
|
||||
- Через API (Patch метод в UsersController) более невозможно обновить статус пользователя на **LIMITED**, **EXPIRED**.
|
||||
|
||||
### Обновление
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ date: 2025-07-29
|
||||
|
||||
Рекомендуем ознакомиться с [новой архитектурой](/blog/misc/new-profiles-and-squads/explaining-new-profile-and-squads-system).
|
||||
|
||||
И, если вы сомневаетесь, ознакомьтесь со статьей – [Быстрый старт](/blog/learn).
|
||||
И, если вы сомневаетесь, ознакомьтесь со статьей – [Быстрый старт](/docs/learn/quick-start).
|
||||
|
||||
В целом весь процесс миграции будет бесшовным, но есть несколько моментов, которые нужно учитывать.
|
||||
|
||||
|
||||
@@ -389,9 +389,9 @@ You can customize the subscription page by creating an `app-config.json` file. T
|
||||
- Configure which apps appear as "featured"
|
||||
|
||||
```mdx-code-block
|
||||
import DocCardList from '@theme/DocCardList';
|
||||
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
|
||||
import DocCard from '@theme/DocCard';
|
||||
|
||||
|
||||
<DocCardList items={[useCurrentSidebarCategory().items[2]]} />
|
||||
<DocCard
|
||||
item={{ type: 'link', label: 'Customization', description: 'Customization guide', href: '/docs/install/subscription-page/customization' }}
|
||||
/>
|
||||
```
|
||||
|
||||
@@ -27,7 +27,9 @@ import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
|
||||
After you install subscription page, you can customize it by following the guide below.
|
||||
|
||||
```mdx-code-block
|
||||
import DocCard from '@theme/DocCard';
|
||||
|
||||
|
||||
<DocCardList items={[useCurrentSidebarCategory().items[2]]} />
|
||||
<DocCard
|
||||
item={{ type: 'link', label: 'Customization', description: 'Customization guide', href: '/docs/install/subscription-page/customization' }}
|
||||
/>
|
||||
```
|
||||
|
||||
@@ -242,9 +242,9 @@ You can customize the subscription page by creating an `app-config.json` file. T
|
||||
- Configure which apps appear as "featured"
|
||||
|
||||
```mdx-code-block
|
||||
import DocCardList from '@theme/DocCardList';
|
||||
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
|
||||
import DocCard from '@theme/DocCard';
|
||||
|
||||
|
||||
<DocCardList items={[useCurrentSidebarCategory().items[2]]} />
|
||||
<DocCard
|
||||
item={{ type: 'link', label: 'Customization', description: 'Customization guide', href: '/docs/install/subscription-page/customization' }}
|
||||
/>
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user