diff --git a/.gitignore b/.gitignore index 4cc37b668..6e265516e 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,5 @@ nx-cloud.env .idea .eslintcache .env.local -.nyc_output \ No newline at end of file +.nyc_output +site diff --git a/docs/help/contents/README.md b/docs/help/contents/README.md index c8199b790..53b696938 100644 --- a/docs/help/contents/README.md +++ b/docs/help/contents/README.md @@ -1,4 +1,8 @@ -# Notesnook +--- +title: Notesnook Help +--- + +# Welcome to Notesnook Help Notesnook is a free (as in speech) and open source note taking app focused on user privacy & ease of use. To ensure zero knowledge principles, Notesnook encrypts everything on your device using `XChaCha20-Poly1305` & `Argon2`. diff --git a/docs/help/contents/_include/favicon.ico b/docs/help/contents/_include/favicon.ico new file mode 100644 index 000000000..2994e3a2b Binary files /dev/null and b/docs/help/contents/_include/favicon.ico differ diff --git a/docs/help/docgen.yaml b/docs/help/docgen.yaml index 9eb980eb1..7012410b8 100644 --- a/docs/help/docgen.yaml +++ b/docs/help/docgen.yaml @@ -6,6 +6,9 @@ logo: logo.png edit_root: https://github.com/streetwriters/notesnook/tree/help/docs/help base_url: https://docs.notesnook.com +meta: + title: Notesnook Help + footer: copyright: Copyright © 2023 Streetwriters (Private) Limited