Skip to content

Commit

Permalink
improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Najmabadi committed Jan 10, 2024
1 parent c1253a5 commit 42eaaf9
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 122 deletions.
4 changes: 4 additions & 0 deletions liara_nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,10 @@ location ~ ^/instructions/elasticsearch/?$ {
return 301 /databases/elasticsearch/install;
}

location ~ ^/instructions/golang/?$ {
return 301 /app-deploy/golang/getting-started;
}

location ~ ^/dns/add-domain/?$ {
return 301 /dns/add-zone;
}
Expand Down
2 changes: 1 addition & 1 deletion pages/app-deploy/vue/update.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default () => (
که شما <span className="code">--message</span> را خالی گذاشته باشید.
</p>

<Link href="/app-deploy/vue/domain" className="next-page">
<Link href="/app-deploy/vue/tips" className="next-page">
متوجه شدم، برو گام بعدی!
</Link>
</Layout>
Expand Down
115 changes: 0 additions & 115 deletions pages/instructions/golang.js

This file was deleted.

6 changes: 6 additions & 0 deletions pages/instructions/nestjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ export default () => (
className="block w-full"
width="100%"
></video>
<video
src="https://files.liara.ir/liara/nestjs/nestjs-desktop.mp4"
controls="controls"
className="block w-full"
width="100%"
></video>

<p>
NestJS یک فریم‌ورک قابل اعتماد و مقیاس‌پذیر با NodeJS است که بسیاری از
Expand Down
2 changes: 1 addition & 1 deletion pages/tv/courses/django.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const Django = () => {
<Notice variant="info">
پروژه مورد استفاده در دوره فوق در{" "}
<Link href="https://github.com/liara-cloud/django-getting-started/tree/django-blog">
https://github.com/liara-cloud/django-getting-started/tree/django-blog
گیت‌هاب لیارا
</Link>{" "}
قابل مشاهده و دسترسی می‌باشد.{" "}
</Notice>
Expand Down
2 changes: 1 addition & 1 deletion pages/tv/courses/dotnet.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const dotnet = () => {
<Notice variant="info">
پروژه و کدهای مورد استفاده در دوره فوق در{" "}
<Link href="https://github.com/liara-cloud/dotnet-getting-started/tree/blog">
https://github.com/liara-cloud/dotnet-getting-started/tree/blog
گیت‌هاب لیارا
</Link>{" "}
قابل مشاهده و دسترسی می‌باشد.{" "}
</Notice>
Expand Down
2 changes: 1 addition & 1 deletion pages/tv/courses/flask.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const flask = () => {
<Notice variant="info">
پروژه و کدهای مورد استفاده در دوره فوق در{" "}
<Link href="https://github.com/liara-cloud/flask-getting-started/tree/blog">
https://github.com/liara-cloud/flask-getting-started/tree/blog
گیت‌هاب لیارا
</Link>{" "}
قابل مشاهده و دسترسی می‌باشد.{" "}
</Notice>
Expand Down
2 changes: 1 addition & 1 deletion pages/tv/courses/golang.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const flask = () => {
<Notice variant="info">
پروژه و کدهای مورد استفاده در دوره فوق در{" "}
<Link href="https://github.com/liara-cloud/golang-getting-started">
https://github.com/liara-cloud/golang-getting-started
گیت‌هاب لیارا
</Link>{" "}
قابل مشاهده و دسترسی می‌باشد.{" "}
</Notice>
Expand Down
2 changes: 1 addition & 1 deletion pages/tv/courses/laravel.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const Laravel = () => {
<Notice variant="info">
پروژه مورد استفاده در دوره فوق در{" "}
<Link href="https://github.com/liara-cloud/laravel-getting-started/tree/laravel-social-media">
https://github.com/liara-cloud/laravel-getting-started/tree/laravel-social-media
گیت‌هاب لیارا
</Link>{" "}
قابل دسترسی می‌باشد.{" "}
</Notice>
Expand Down
2 changes: 1 addition & 1 deletion pages/tv/courses/node.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const Node = () => {
<Notice variant="info">
پروژه و کدهای مورد استفاده در دوره فوق در{" "}
<Link href="https://github.com/liara-cloud/nodejs-getting-started/tree/blog">
https://github.com/liara-cloud/nodejs-getting-started/tree/blog
گیت‌هاب لیارا
</Link>{" "}
قابل مشاهده و دسترسی می‌باشد.{" "}
</Notice>
Expand Down

0 comments on commit 42eaaf9

Please sign in to comment.