Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Najmabadi committed Jan 13, 2024
1 parent dab7417 commit b577c95
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 51 deletions.
8 changes: 8 additions & 0 deletions liara_nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,14 @@ location ~ ^/instructions/golang/?$ {
return 301 /app-deploy/golang/getting-started;
}

location ~ ^/one-click-apps/others/?$ {
return 301 /one-click-apps/about;
}

location ~ ^/app-features/applets/?$ {
return 301 /app-features/events;
}

location ~ ^/dns/add-domain/?$ {
return 301 /dns/add-zone;
}
Expand Down
40 changes: 0 additions & 40 deletions pages/app-features/applets.js

This file was deleted.

28 changes: 28 additions & 0 deletions pages/app-features/events.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
import Layout from "../../components/Layout";
import ZoomableImage from "../../components/ZoomableImage";
import Head from "next/head";
import Notice from "../../components/Notice";

export default () => (
<Layout>
<Head>
<title>مستندات رویدادها events - لیارا</title>
</Head>

<h1>رویدادها</h1>
<span className="page-description">(Events)</span>

<p>
رویدادها، از وضعیت استقرار برنامه‌های ما خبر می‌دهند؛ در واقع رویدادها به
ما می‌گویند که هم‌اکنون وضعیت نهایی برنامه‌ما چگونه است. شما می‌توانید
وضعیت نهایی برنامه‌های خود را در قسمت رویدادهای آن برنامه، بررسی کنید:
</p>

<ZoomableImage src="/static/liara-events.png" alt="لیست رویدادها" />

<p>
لیست رویدادها، بر اساس زمان آخرین تغییری که روی برنامه اعمال شده، مرتب
شده‌اند.
</p>
</Layout>
);
12 changes: 1 addition & 11 deletions pages/one-click-apps/rocketchat.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,20 +47,10 @@ export default () => (

<p>
کافیست از بخش <b>برنامه‌های آماده</b> روی ROCKET.CHAT کلیک کنید و سپس
شناسه برنامه‌‌ی موردنظرتان را وارد کنید، مثلا{" "}
<span className="code">my-company</span>. سپس لیارا به صورت خودکار یک
شناسه برنامه‌‌ی موردنظرتان را وارد کنید، سپس لیارا به صورت خودکار یک
دیتابیس MongoDB میسازد و به RocketChat متصل می‌کند و شما نیازی به درگیری
با نصب و کانفیگ دیتابیس و اتصال آن ندارید.
</p>
<ZoomableImage src="/static/rocket-add.jpg" />

<p>
بعد از طی کردن مراحل بالا و با کلیک روی دکمه <b>ایجاد برنامه،</b> وارد
صفحه ‌ای شبیه زیر می‌شوید:
</p>
<ZoomableImage src="/static/rocketchat.png" />
<p>بعد از اتمام موفقیت‌آمیز، می‌توانید لینک برنامه‌ی‌تان را مشاهده کنید.</p>

<Notice variant="info">
شما می‌توانید به هر برنامه آماده‌ای که در لیارا ایجاد می‌کنید، دامنه
اختصاصی متصل کنید. کافیست به{" "}
Expand Down
Binary file added public/static/liara-events.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b577c95

Please sign in to comment.