Skip to content

Commit

Permalink
update docs and sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Najmabadi committed Jan 13, 2024
1 parent 6d43ed4 commit e2a12fd
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 6 deletions.
7 changes: 1 addition & 6 deletions components/Sidebar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1160,11 +1160,6 @@ const Sidebar = ({ searchOpen, setSearchOpen }) => {
Uptime Kuma
</ActiveLink>
</li>
<li>
<ActiveLink href="/one-click-apps/others">
دیگر برنامه‌ها
</ActiveLink>
</li>
</ul>
</nav>

Expand Down Expand Up @@ -1653,7 +1648,7 @@ const Sidebar = ({ searchOpen, setSearchOpen }) => {
</ActiveLink>
</li>
<li>
<ActiveLink href="/app-features/applets">رویدادها</ActiveLink>
<ActiveLink href="/app-features/events">رویدادها</ActiveLink>
</li>
<li>
<ActiveLink href="/app-features/build-location">
Expand Down
20 changes: 20 additions & 0 deletions pages/app-features/environment-variables.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,17 @@ export default () => (
<li>
<a href="#unset">حذف متغیرهای محیطی</a>
</li>
<li>
<a href="#upload">
بارگذاری متغیرهای محیطی با استفاده از آپلود فایل env.
</a>
</li>
<li>
<a href="#copy">بارگذاری متغیرهای محیطی با استفاده از copy/paste</a>
</li>
<li>
<a href="#ready">بارگذاری متغیرهای محیطی با استفاده از envهای آماده</a>
</li>
</ul>

<h3 id="list">مشاهده‌ی لیستی از متغیرهای محیطی تنظیم شده</h3>
Expand All @@ -59,5 +70,14 @@ export default () => (
<ZoomableImage src="https://files.liara.ir/docs/django/remove-an-environment-variable.gif" />
<h4>حذف متغیرهای محیطی با استفاده از لیارا CLI</h4>
<Asciinema id="456072" />

<h3 id="upload">بارگذاری متغیرهای محیطی با استفاده از آپلود فایل env.</h3>
<ZoomableImage src="https://files.liara.ir/docs/envs/upload-env-files.gif" />

<h3 id="copy">بارگذاری متغیرهای محیطی با استفاده از copy/paste</h3>
<ZoomableImage src="https://files.liara.ir/docs/envs/copy-paste-envs.gif" />

<h3 id="ready">بارگذاری متغیرهای محیطی با استفاده از envهای آماده</h3>
<ZoomableImage src="https://files.liara.ir/docs/envs/ready-envs.gif" />
</Layout>
);

0 comments on commit e2a12fd

Please sign in to comment.