Skip to content

Commit

Permalink
update paas/nodejs content
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Najmabadi committed May 28, 2024
1 parent ae8ee6a commit 9a395e6
Show file tree
Hide file tree
Showing 3 changed files with 203 additions and 138 deletions.
14 changes: 8 additions & 6 deletions src/components/Common/nextpage.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ import { GoArrowLeft } from "react-icons/go";

const NextPage = ({ next = "/" }) => {
return (
<Link href={next}>
<Button className="flex items-center gap-1" variant="link">
متوجه شدم، برو گام بعدی
<GoArrowLeft />
</Button>
</Link>
<div dir="ltr" className="mt-5">
<Link href={next}>
<Button className="flex items-center gap-1">
<GoArrowLeft />
متوجه شدم، برو گام بعدی
</Button>
</Link>
</div>
);
};

Expand Down
7 changes: 4 additions & 3 deletions src/pages/paas/nodejs/how-tos/create-app.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import Card from "@/components/Common/card";
import Important from "@/components/Common/important";
import Highlight from "react-highlight";
import Link from "next/link";
import NextPage from "@/components/Common/nextpage";



<Layout>
Expand Down Expand Up @@ -35,7 +37,7 @@ import Link from "next/link";
<div className="h-2" />
<p>
در نظر داشته باشید برای اینکه بتوانید این ابزار را بر روی سیستم خود نصب و از آن استفاده کنید، باید npm و NodeJS بر روی سیستم‌عامل شما نصب باشد.
کافیست تا به <Link href="https://nodejs.org">وب‌سایت رسمی NodeJS</Link> مراجعه کنید و با دانلود و نصب آخرین نسخه NodeJS LTS، ابزار npm و NodeJS برای شما نصب می‌شود.
کافیست تا به <Link className="blue-link" href="https://nodejs.org">وب‌سایت رسمی NodeJS</Link> مراجعه کنید و با دانلود و نصب آخرین نسخه NodeJS LTS، ابزار npm و NodeJS برای شما نصب می‌شود.
</p>
<p>
در ادامه، بایستی با اجرای دستور زیر، وارد حساب کاربری خود در لیارا شوید:
Expand Down Expand Up @@ -104,6 +106,5 @@ import Link from "next/link";
<Alert variant="success">همچنین بخوانید: <a href="../../details/about">آشنایی با ویژگی‌های یک برنامه</a></Alert>
<Alert variant="success">همچنین بخوانید: <a href="../../domains/about">اضافه کردن دامنه به برنامه</a></Alert>


[گام بعدی - استقرار برنامه](./deploy-app)
<NextPage next="./deploy-app" />
</Layout>
Loading

0 comments on commit 9a395e6

Please sign in to comment.