Skip to content

Commit dbd521e

Browse files
committed
update docs
1 parent c020af1 commit dbd521e

File tree

7 files changed

+16
-8
lines changed

7 files changed

+16
-8
lines changed

docs/astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export default defineConfig({
6161
social: [
6262
{ icon: 'github', label: 'GitHub', href: 'https://github.com/eGamesAPI/remnawave-reverse-proxy/' },
6363
{ icon: 'telegram', label: 'Telegram', href: 'https://t.me/remnawave_reverse' },
64-
{ icon: 'seti:zip', label: 'Used resources', href: '../../contribution/resources' }
64+
{ icon: 'seti:zip', label: 'Used resources', href: '/contribution/resources' }
6565
],
6666
sidebar: [
6767
{

docs/src/content/docs/configuration/how-to-replace-a-domain.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: How to replace a domain in the Remnawave panel
33
description: Step-by-step guide to replacing a domain in the Remnawave panel, including generating an SSL certificate and updating configuration files.
44
---
55

6-
import { Aside, Steps, LinkButtons, Tabs, TabItem, Icons, FileTree, Code, Badges, LinkCard } from '@astrojs/starlight/components';
6+
import { Aside, Steps, Tabs, TabItem, FileTree, Code, LinkCard } from '@astrojs/starlight/components';
77

88
This guide will help you change the current domain of the Remnawave panel (for example, olddomain.com) to a new one (for example, newdomain.com). You will learn how to generate a new SSL certificate and update configuration files. If you are using the panel together with a node, additional steps are provided at the end.
99

docs/src/content/docs/configuration/swag.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Replacing default nginx with SWAG (Secure Web Application Gateway) and co
33
description: A guide on installing and configuring SWAG (Secure Web Application Gateway) to replace the default nginx in Remnawave.
44
---
55

6-
import { Aside, Steps, LinkButtons, Tabs, TabItem, Icons, FileTree, Code, Badges, LinkCard } from '@astrojs/starlight/components';
6+
import { Aside, Steps, Tabs, TabItem, FileTree, Code, LinkCard } from '@astrojs/starlight/components';
77

88
:::danger[Warning]
99
This is the preview version of this page and a lot of things may change in future.

docs/src/content/docs/contribution/contributors.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ import { Card, LinkButton } from '@astrojs/starlight/components';
1313

1414
<Card title="Become one of us!" icon="github">
1515
Want to contribute? We would love your help! Check out our guide to get started.
16-
<div>
17-
<LinkButton href="/ru/contribution/guide" icon="npm" iconPlacement="start">
16+
<div style={{ marginTop: '1rem' }}>
17+
<LinkButton href="/contribution/guide" icon="npm" iconPlacement="start" variant="primary">
1818
Contribution Guide
1919
</LinkButton>
2020
</div>

docs/src/content/docs/ru/configuration/how-to-replace-a-domain.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Как изменить домен в панели Remnawave
33
description: Пошаговое руководство по замене домена в панели Remnawave, включая генерацию SSL-сертификата и обновление конфигурационных файлов.
44
---
55

6-
import { Aside, Steps, LinkButtons, Tabs, TabItem, Icons, FileTree, Code, Badges, LinkCard } from '@astrojs/starlight/components';
6+
import { Aside, Steps, Tabs, TabItem, FileTree, Code, LinkCard } from '@astrojs/starlight/components';
77

88
Это руководство поможет вам изменить текущий домен панели Remnawave (например, olddomain.com) на новый (например, newdomain.com). Вы узнаете, как сгенерировать новый SSL-сертификат и обновить конфигурационные файлы. Если вы используете панель вместе с нодой, в конце приведены дополнительные шаги.
99

docs/src/content/docs/ru/contribution/contributors.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ import { Card, LinkButton } from '@astrojs/starlight/components';
1313

1414
<Card title="Станьте одним из нас!" icon="github">
1515
Хотите внести свой вклад? Мы будем рады вашей помощи! Ознакомьтесь с нашим руководством, чтобы начать.
16-
<div>
17-
<LinkButton href="/ru/contribution/guide" icon="npm" iconPlacement="start">
16+
<div style={{ marginTop: '1rem' }}>
17+
<LinkButton href="/ru/contribution/guide" icon="npm" iconPlacement="start" variant="primary">
1818
Руководство по внесению изменений
1919
</LinkButton>
2020
</div>

docs/src/styles/custom.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,12 @@
4141
}
4242
:root[data-theme='light'] .light-banner {
4343
display: block;
44+
}
45+
46+
/* Fix button text color */
47+
.sl-link-button.primary {
48+
color: black !important;
49+
}
50+
.sl-link-button.primary * {
51+
color: black !important;
4452
}

0 commit comments

Comments
 (0)