From ab05d3e7200adb5abbb96070f70d32e0bd1bbf57 Mon Sep 17 00:00:00 2001 From: Wing-Kam Wong Date: Sun, 1 Aug 2021 17:21:19 +0800 Subject: [PATCH] docs: update faqs page Signed-off-by: Wing-Kam Wong --- packages/noco-docs/content/en/faqs.md | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/packages/noco-docs/content/en/faqs.md b/packages/noco-docs/content/en/faqs.md index 09e336b8b5..8775981605 100644 --- a/packages/noco-docs/content/en/faqs.md +++ b/packages/noco-docs/content/en/faqs.md @@ -52,6 +52,31 @@ Prepared SQL queries which are safe are executed when data is fetched from Datab You can write really complex and data validation function within the models generated for you. +## How to check my current NocoDB version ? + +You can hover the NocoDB icon on the top left corner or check ``PackageVersion`` in Project info. + +![image](https://user-images.githubusercontent.com/35857179/127765903-3ae876ad-6b46-4520-9d11-679b80eb7b08.png) + +## How to check my Project info ? + +You can click on top right icon and click ``Copy Project Info``. + +![image](https://user-images.githubusercontent.com/35857179/127765860-968b0c64-f08d-4674-9ecc-4d5c5a00428b.png) + +You should see the following result. + +``` +Node: **v16.5.0** +Arch: **x64** +Platform: **darwin** +Docker: **false** +Database: **sqlite3** +ProjectOnRootDB: **true** +RootDB: **sqlite3** +PackageVersion: **0.11.6** +``` + ## I have more questions ? -Please join our wonderful community at [discord](https://discord.gg/5RgZmkW). \ No newline at end of file +Please join our wonderful community at [Discord](https://discord.gg/5RgZmkW) or post your questions on [Github Discussion](https://github.com/nocodb/nocodb/discussions) \ No newline at end of file