Skip to content

Commit

Permalink
docs: add teams to go
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Najmabadi committed Dec 28, 2024
1 parent d5ed302 commit cccce5d
Showing 1 changed file with 21 additions and 4 deletions.
25 changes: 21 additions & 4 deletions src/pages/paas/go/quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,31 @@ import Head from "next/head";
{
step: "۲",
content: (
<>
<h3>انتخاب حساب</h3>
<p>حساب شخصی یا تیم مدنظرتان برای استقرار برنامه را انتخاب کنید.</p>

<div className="h-4" />
<Alert variant="success">
<p>
همچنین بخوانید: <a href="/references/team/about/" className="text-[#2196f3]">مدیریت تیم‌ها در لیارا</a>
</p>
</Alert>
</>

)
},
{
step: "۳",
content: (
<>
<h3>ایجاد برنامه</h3>
<p>برنامه go خود را با شناسه، <Link className="text-[#2196f3] " href="../details/private-network">شبکه خصوصی</Link> و <Link className="text-[#2196f3] " href="../details/plans/about">منابع سخت‌افزاری و بسته امکانات</Link> مدنظرتان ایجاد کنید.</p>
</>
)
},
{
step: "۳",
step: "۴",
content: (
<>
<h3>حذف فایل‌های اضافی</h3>
Expand All @@ -64,7 +81,7 @@ import Head from "next/head";
)
},
{
step: "۴",
step: "۵",
content: (
<>
<h3>بررسی فایل‌ go.mod و go.sum</h3>
Expand Down Expand Up @@ -95,7 +112,7 @@ import Head from "next/head";
)
},
{
step: "۵",
step: "۶",
content: (
<>
<h3>زیپ و آپلود پروژه</h3>
Expand All @@ -104,7 +121,7 @@ import Head from "next/head";
)
},
{
step: "۶",
step: "۷",
content: (
<>
<h3>استقرار پروژه</h3>
Expand Down

0 comments on commit cccce5d

Please sign in to comment.