mirror of
https://github.com/remnawave/panel.git
synced 2026-04-20 22:51:56 +00:00
1.0 KiB
1.0 KiB
sidebar_position, sidebar_label, title, hide_table_of_contents, slug
| sidebar_position | sidebar_label | title | hide_table_of_contents | slug |
|---|---|---|---|---|
| 5 | Subscription Page | Subscription Page | true | /install/remnawave-subscription-page |
Subscription Page
Remnawave Subscription Page is lightweight and secure way to hide your Remnawave Panel domain from end users. You can use it as a simple and beautiful subscription page for your users.
You can install subscription page on the same server as Remnawave Panel or on a different server. Select the appropriate guide below.
import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
<DocCardList items={[...[...useCurrentSidebarCategory().items].map((_,i)=>i<2?_:null).filter(Boolean)]} />
After you install subscription page, you can customize it by following the guide below.
<DocCardList items={[...[...useCurrentSidebarCategory().items].map((_,i)=>i>=useCurrentSidebarCategory().items.length-2?_:null).filter(Boolean)]} />
