Skip to content

Commit

Permalink
update some stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Najmabadi committed Aug 13, 2024
1 parent ab988db commit d416828
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions src/components/Sidebar/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -6466,7 +6466,7 @@ export default {
hr: true
},
{
title: "جزئیات سرویس مدیریت دامنه",
title: "جزئیات سرویس DNS",
icon: <GoNote />,
link: "/dns-management-system/details/about"
},
Expand Down Expand Up @@ -6520,7 +6520,7 @@ export default {
hr: true
},
{
title: "جزئیات سرویس مدیریت دامنه",
title: "جزئیات سرویس DNS",
icon: <GoNote />,
link: "/dns-management-system/details/about"
},
Expand Down Expand Up @@ -6574,7 +6574,7 @@ export default {
hr: true
},
{
title: "جزئیات سرویس مدیریت دامنه",
title: "جزئیات سرویس DNS",
icon: <GoNote />,
link: "/dns-management-system/details/about"
},
Expand All @@ -6585,17 +6585,17 @@ export default {
badge: (
<div className="flex items-center gap-2">
<GoContainer />
جزئیات سرویس مدیریت دامنه
جزئیات سرویس DNS
</div>
)
},
{
title: "برگشت به سرویس مدیریت دامنه",
title: "برگشت به سرویس DNS",
icon: <GoArrowRight />,
link: "/dns-management-system/about"
},
{
title: "ویژگی‌های سرویس مدیریت دامنه در لیارا",
title: "ویژگی‌های سرویس DNS در لیارا",
icon: <GoInfo />,
link: "/dns-management-system/details/about"
},
Expand Down
2 changes: 1 addition & 1 deletion src/pages/dns-management-system/about.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ import Head from "next/head";
<div className="grid md:grid-cols-1 gap-4">
{[
{
text: 'آشنایی با جزئیات سرویس مدیریت دامنه',
text: 'آشنایی با جزئیات سرویس DNS',
link: './details/about',
},
].map(item =>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/dns-management-system/quick-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ width="100%"
></video>
<br />

برای راه‌اندازی سرویس مدیریت دامنه لیارا، با استفاده از <Link className="text-[#2196f3] " href="/references/console/about">Liara Console</Link> کافیست تا مراحل زیر را طی کنید:
برای راه‌اندازی سرویس DNS لیارا، با استفاده از <Link className="text-[#2196f3] " href="/references/console/about">Liara Console</Link> کافیست تا مراحل زیر را طی کنید:
<Step steps={[
{
step: "۱",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/object-storage/add-domain.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ import Head from "next/head";
<div className="h-2" />
<Alert variant="success">
<p>
شما می‌توانید برای مدیریت دامنه خود، از <a href="/dns-management-system/about" className="text-[#2196f3] ">سرویس مدیریت دامنه لیارا</a> استفاده کنید تا رکوردها به صورت خودکار به آن اضافه شوند.
شما می‌توانید برای مدیریت دامنه خود، از <a href="/dns-management-system/about" className="text-[#2196f3] ">سرویس DNS لیارا</a> استفاده کنید تا رکوردها به صورت خودکار به آن اضافه شوند.
</p>
</Alert>
<Alert variant="success">
Expand Down
2 changes: 1 addition & 1 deletion src/pages/paas/domains/about.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ import Head from "next/head";

<Alert variant="success">
<p>
همچنین بخوانید: <a href="/dns-management-system/about" className="text-[#2196f3] ">سرویس مدیریت دامنه لیارا</a>
همچنین بخوانید: <a href="/dns-management-system/about" className="text-[#2196f3] ">سرویس DNS لیارا</a>
</p>
</Alert>

Expand Down
2 changes: 1 addition & 1 deletion src/pages/paas/domains/add-domain.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ import Head from "next/head";
<div className="h-2" />
<Alert variant="success">
<p>
شما می‌توانید برای مدیریت دامنه خود، از <a href="/dns-management-system/about" className="text-[#2196f3] ">سرویس مدیریت دامنه لیارا</a> استفاده کنید تا رکوردها به صورت خودکار به آن اضافه شوند.
شما می‌توانید برای مدیریت دامنه خود، از <a href="/dns-management-system/about" className="text-[#2196f3] ">سرویس DNS لیارا</a> استفاده کنید تا رکوردها به صورت خودکار به آن اضافه شوند.
</p>
</Alert>

Expand Down

0 comments on commit d416828

Please sign in to comment.