Bläddra i källkod

[docs] Fix the location for auth faq

Neeraj Gupta 1 år sedan
förälder
incheckning
9a8e76b494
3 ändrade filer med 28 tillägg och 13 borttagningar
  1. 1 0
      docs/docs/.vitepress/sidebar.ts
  2. 21 0
      docs/docs/auth/faq/index.md
  3. 6 13
      docs/docs/photos/faq/index.md

+ 1 - 0
docs/docs/.vitepress/sidebar.ts

@@ -66,6 +66,7 @@ export const sidebar = [
         text: "Auth",
         items: [
             { text: "Introduction", link: "/auth/" },
+            { text: "FAQ", link: "/auth/faq/" },
             {
                 text: "Migration guides",
                 collapsed: true,

+ 21 - 0
docs/docs/auth/faq/index.md

@@ -0,0 +1,21 @@
+
+
+# Frequently Asked Questions
+
+### How secure is ente Auth?
+All codes you backup via Ente is stored end-to-end encrypted. This means only you can access your codes. Our apps are open source and our cryptography has been externally audited.
+
+### Can I access my codes on desktop?
+You can access your codes on the web @ [auth.ente.io](https://auth.ente.io).
+
+### How can I delete or edit codes?
+You can delete or edit a code by swiping left on that item.
+
+### How can I support this project?
+You can support the development of this project by subscribing to our Photos app @ [ente.io](https://ente.io).
+
+### How can I enable FaceID lock in Ente Auth?
+You can enable FaceID lock under Settings → Security → Lockscreen.
+
+### Why does the desktop and mobile app displays different code?
+Please verify that the time on both your mobile and desktop is same.

+ 6 - 13
docs/docs/photos/faq/index.md

@@ -1,18 +1,11 @@
+---
+title: FAQ
+description: Frequently asked questions about Ente Photos
+---
 
 
-# Frequently Asked Questions (FAQs)
+# FAQ
 
-### How secure is ente Auth?
-All codes you backup via Ente is stored end-to-end encrypted. This means only you can access your codes. Our apps are open source and our cryptography has been externally audited.
 
-### Can I access my codes on desktop?
-You can access your codes on the web @ [auth.ente.io](https://auth.ente.io).
+_Coming soon_. On this page we'll document some help items in a question and answer format.
 
-### How can I delete codes?
-You can delete a code by swiping left on that item.
-
-### How can I support this project?
-You can support the development of this project by subscribing to our Photos app @ [ente.io](https://ente.io).
-
-### How can I enable FaceID lock in Ente Auth?
-You can enable FaceID lock under Settings → Security → Lockscreen.