Skip to content

Commit

Permalink
update nextjs docs
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Najmabadi committed Jan 14, 2024
1 parent 7d27a6b commit c3c325e
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
35 changes: 35 additions & 0 deletions components/Sidebar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,41 @@ const Sidebar = ({ searchOpen, setSearchOpen }) => {
استقرار با Liara CLI
</ActiveLink>
</li>
<li>
<ActiveLink href="/app-deploy/nextjs/envs">
تنظیم متغیرها (env)
</ActiveLink>
</li>
<li>
<ActiveLink href="/app-deploy/nextjs/logs">
مشاهده لاگ‌ها
</ActiveLink>
</li>
<li>
<ActiveLink href="/app-deploy/nextjs/liarajson">
استفاده از فایل liara.json
</ActiveLink>
</li>
<li>
<ActiveLink href="/app-deploy/nextjs/update">
به‌روزرسانی برنامه
</ActiveLink>
</li>
<li>
<ActiveLink href="/app-deploy/nextjs/dbs">
اتصال به دیتابیس
</ActiveLink>
</li>
<li>
<ActiveLink href="/app-deploy/nextjs/object-storage">
اتصال به ذخیره‌سازی ابری
</ActiveLink>
</li>
<li>
<ActiveLink href="/app-deploy/nextjs/email">
ارسال ایمیل
</ActiveLink>
</li>
<li>
<ActiveLink href="/app-deploy/nextjs/tips">
توضیحات و نکات تکمیلی
Expand Down
8 changes: 8 additions & 0 deletions pages/domains.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,14 @@ export default () => (
width="100%"
></video>

<h4>اتصال دامنه به برنامه وردپرس</h4>
<video
src="https://files.liara.ir/liara/domain/domain-wp.mp4"
controls="controls"
className="block w-full"
width="100%"
></video>

<p>
برای اتصال دامنه به برنامه مورد نظرتان در لیارا باید وارد این برنامه شوید
و از منوی سمت راست، روی گزینه‌ی <strong>دامنه‌ها</strong> کلیک کنید. سپس
Expand Down

0 comments on commit c3c325e

Please sign in to comment.