Skip to content

Commit

Permalink
update videos
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Najmabadi committed Oct 14, 2024
1 parent 2a6cf9d commit 61da416
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 13 deletions.
7 changes: 7 additions & 0 deletions src/pages/paas/laravel/quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,13 @@ import Head from "next/head";
]}/>
</>,
<>
<video
src="https://files.liara.ir/liara/docs/laravel-github.mp4"
controls="controls"
className="block w-full"
width="100%"
></video>
<br />
برای استقرار با Github، کافیست تا مراحل زیر را طی کنید:
<Step steps={[
{
Expand Down
16 changes: 3 additions & 13 deletions src/pages/paas/nextjs/how-tos/create-app.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,7 @@ import Head from "next/head";
tabs={["Liara Console", "Liara CLI"]}
content={[
<>
<video
src="https://files.liara.ir/liara/nextjs/nextjs-desktop.mp4"
controls="controls"
className="block w-full"
width="100%"
></video>
<div className="h-2" />

<p>
برای ساخت برنامه، کافیست تا پس از ورود به <Link className="text-[#2196f3] " href="https://console.liara.ir">پنل کاربری</Link> وارد منوی <Link className="text-[#2196f3] " href="https://console.liara.ir/apps">پلتفرم</Link> شوید؛ بر روی گزینه <Link className="text-[#2196f3] " href="https://console.liara.ir/apps/create">ایجاد برنامه</Link> کلیک کرده و پلتفرم را بر روی <b>NextJS</b> تنظیم کنید.
در ادامه باید برای برنامه‌تان یک شناسه و یک <a className="text-[#2196f3] " href="/paas/details/private-network/">شبکه خصوصی</a> انتخاب کنید و در نهایت <a className="text-[#2196f3] " href="/paas/details/plans/about">منابع سخت‌افزاری و بسته امکانات</a> مدنظرتان را انتخاب کنید.
Expand All @@ -41,12 +35,8 @@ import Head from "next/head";
</>,

<>
<video
src="https://files.liara.ir/liara/nextjs/nextjs-cli.mp4"
controls="controls"
className="block w-full"
width="100%"
></video>


<div className="h-2" />
<p>
برای ساخت برنامه در لیارا باید در ابتدا با اجرای دستور زیر، ابزار <Link href="/references/cli/about" className="text-[#2196f3] ">Liara CLI</Link> را بر روی سیستم‌عامل خود، نصب کنید:
Expand Down
7 changes: 7 additions & 0 deletions src/pages/paas/nextjs/quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,13 @@ import Head from "next/head";
</>,

<>
<video
src="https://files.liara.ir/liara/docs/nextjs-github.mp4"
controls="controls"
className="block w-full"
width="100%"
/>
<br />
برای استقرار با Github، کافیست تا مراحل زیر را طی کنید:
<Step steps={[
{
Expand Down
7 changes: 7 additions & 0 deletions src/pages/paas/php/quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,13 @@ import Head from "next/head";
]}/>
</>,
<>
<video
src="https://files.liara.ir/liara/docs/laravel-github.mp4"
controls="controls"
className="block w-full"
width="100%"
></video>
<br />
برای استقرار با Github، کافیست تا مراحل زیر را طی کنید:
<Step steps={[
{
Expand Down

0 comments on commit 61da416

Please sign in to comment.