Skip to content

Commit

Permalink
Update openapi links
Browse files Browse the repository at this point in the history
  • Loading branch information
mhemrg committed Oct 19, 2023
1 parent 1831020 commit d5a6ae0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions liara_nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,6 @@ location ~ ^/clients/cli(.*)?$ {
return 301 /cli/install;
}

location ~ ^/clients/api(.*)?$ {
return 301 /client-api/about;
}

location ~ ^/managing-multiple-acounts/?$ {
return 301 /managing-multiple-accounts;
}
Expand Down
4 changes: 2 additions & 2 deletions pages/production-checklist.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ export default () => (
لیارا به‌منظور جلوگیری از از دست رفتن داده‌های شما به‌صورت روزانه و خودکار
از برنامه‌ها و دیتابیس‌های شما، فایل پشتیبان تهیه می‌کند. حال شما
می‌توانید فایل‌های پشتیبان را با استفاده از{" "}
<Link href="/client-api/about">API لیارا</Link> به‌صورت خودکار در فضاهای
ذخیره‌سازی ابری دیگری مانند Google Drive ذخیره کنید.
<Link href="/openapi">API لیارا</Link> به‌صورت خودکار در فضاهای ذخیره‌سازی
ابری دیگری مانند Google Drive ذخیره کنید.
</p>

<h3 id="useful-features">فعال کردن ویژگی‌های کاربردی</h3>
Expand Down

0 comments on commit d5a6ae0

Please sign in to comment.