diff --git a/pages/docs/_meta.json b/pages/docs/_meta.json index c776026..27f7bae 100644 --- a/pages/docs/_meta.json +++ b/pages/docs/_meta.json @@ -7,5 +7,11 @@ }, "credentials": { "title": "Credentials" + }, + "settings": { + "title": "Settings" + }, + "faqs": { + "title": "Faqs" } } diff --git a/pages/docs/faqs.mdx b/pages/docs/faqs.mdx new file mode 100644 index 0000000..d4bfbaa --- /dev/null +++ b/pages/docs/faqs.mdx @@ -0,0 +1,16 @@ +# Windows + +![Ngroker windows security](./../../public/screenshots/windows-security.png) + +> If windows show **Windows protected your PC** + +Click **More info** -> **Run anyway** + +# macOS + +> If you can not launch on macOS after drop app into /Application folder, try to run the command below on terminal + +`sudo xattr -d com.apple.quarantine /Applications/Ngroker.app` + +> If you minimize the app, you can't find the app on dock, please check the top of status bar. +> ![Ngroker macos top](./../../public/screenshots/macos-top.png) diff --git a/public/screenshots/macos-top.png b/public/screenshots/macos-top.png new file mode 100644 index 0000000..9503935 Binary files /dev/null and b/public/screenshots/macos-top.png differ diff --git a/public/screenshots/windows-security.png b/public/screenshots/windows-security.png new file mode 100644 index 0000000..ded3ab9 Binary files /dev/null and b/public/screenshots/windows-security.png differ