docs: refresh docs demo data

This commit is contained in:
3252a8
2026-05-28 13:10:07 +03:00
parent 749693078b
commit 92f0277dad
5 changed files with 140869 additions and 143 deletions
+3 -3
View File
@@ -13,7 +13,7 @@ const docsHref = '/getting-started/demo/';
/>
<meta name="robots" content="noindex, nofollow" />
<meta name="theme-color" content="#05080f" />
<title>Remnawave Minishop Demo</title>
<title>remnawave-minishop demo</title>
<style>
:root {
color-scheme: dark;
@@ -227,7 +227,7 @@ const docsHref = '/getting-started/demo/';
</button>
<div class="demo-topbar__panel" id="demo-topbar-panel">
<div class="demo-topbar__title">
<strong>Remnawave Minishop demo</strong>
<strong>remnawave-minishop demo</strong>
</div>
<div class="demo-topbar__actions">
<a class="demo-topbar__back" href={docsHref}>К документации</a>
@@ -240,7 +240,7 @@ const docsHref = '/getting-started/demo/';
<iframe
id="demo-frame"
class="demo-frame"
title="Remnawave Minishop static demo"
title="remnawave-minishop static demo"
src={defaultDemoSrc}
loading="eager"
></iframe>