Skip to content

Commit

Permalink
docs: add liara.json official page
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Najmabadi committed Nov 24, 2024
1 parent e9b235d commit 9633f31
Show file tree
Hide file tree
Showing 2 changed files with 765 additions and 0 deletions.
153 changes: 153 additions & 0 deletions src/components/Sidebar/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import {
GoGear,
GoRead,
GoLock,
GoFile,
GoDatabase,
GoDiff,
GoVideo,
Expand Down Expand Up @@ -295,6 +296,11 @@ export default {
icon: <GoWorkflow />,
link: "/paas/cicd/about"
},
{
title: "فایل liara.json",
icon: <GoFile />,
link: "/paas/liarajson"
},
{
hr: true
},
Expand Down Expand Up @@ -427,6 +433,11 @@ export default {
icon: <GoWorkflow />,
link: "/paas/cicd/about"
},
{
title: "فایل liara.json",
icon: <GoFile />,
link: "/paas/liarajson"
},
{
hr: true
},
Expand Down Expand Up @@ -559,6 +570,148 @@ export default {
icon: <GoWorkflow />,
link: "/paas/cicd/about"
},
{
title: "فایل liara.json",
icon: <GoFile />,
link: "/paas/liarajson"
},
{
hr: true
},
{
title: "به‌روزرسانی پلتفرم",
icon: <GoSync />,
link: "/paas/update"
},
{
title: "انتقال پلتفرم",
icon: <GoPackageDependents />,
link: "/paas/move"
}
],
liarajson: [
{
badge: (
<div className="flex items-center gap-2">
<GoContainer />
پلتفرم
</div>
)
},
{
title: "برگشت به خانه",
icon: <GoArrowRight />,
link: "/"
},
{
title: "درباره سرویس پلتفرم",
icon: <GoInfo />,
link: "/paas/about"
},
{
hr: true
},
{
badge: "پلتفرم‌های قابل ارائه"
},
{
title: "NodeJS",
icon: <IconContainer alt="nodejs" />,
link: "/paas/nodejs/getting-started"
},
{
title: "NextJS",
icon: <IconContainer alt="next" />,
link: "/paas/nextjs/getting-started"
},
{
title: "Laravel",
icon: <IconContainer alt="laravel" />,
link: "/paas/laravel/getting-started"
},
{
title: "PHP",
icon: <IconContainer alt="php" />,
link: "/paas/php/getting-started"
},
{
title: "Python",
icon: <IconContainer alt="python" />,
link: "/paas/python/getting-started"
},
{
title: "Django",
icon: <IconContainer alt="django" />,
link: "/paas/django/getting-started"
},
{
title: "Flask",
icon: <IconContainer alt="flask" />,
link: "/paas/flask/getting-started"
},
{
title: "NET.",
icon: <IconContainer alt="netcore" />,
link: "/paas/dotnet/getting-started"
},
{
title: "React",
icon: <IconContainer alt="react" />,
link: "/paas/react/getting-started"
},
{
title: "Angular",
icon: <IconContainer alt="angularjs" />,
link: "/paas/angular/getting-started"
},
{
title: "Vue",
icon: <IconContainer alt="vue" />,
link: "/paas/vue/getting-started"
},
{
title: "Static",
icon: <IconContainer alt="HTML5" />,
link: "/paas/static/getting-started"
},
// {
// title: "Golang",
// icon: <IconContainer alt="go" />,
// link: "/paas//getting-started"
// },
{
title: "Docker",
icon: <IconContainer alt="docker" />,
link: "/paas/docker/getting-started"
},
{
hr: true
},
{
title: "جزئیات پلتفرم",
icon: <GoNote />,
link: "/paas/details/about"
},
{
title: "مدیریت دیسک‌",
icon: <GoCodespaces />,
link: "/paas/disks/about"
},
{
title: "مدیریت دامنه‌",
icon: <GoGlobe />,
link: "/paas/domains/about"
},
{
title: "قابلیت CI/CD",
icon: <GoWorkflow />,
link: "/paas/cicd/about"
},
{
title: "فایل liara.json",
icon: <GoFile />,
link: "/paas/liarajson"
},
{
hr: true
},
Expand Down
Loading

0 comments on commit 9633f31

Please sign in to comment.