mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 11:47:54 +01:00
docs: add meta title & favicon
This commit is contained in:
committed by
Abdullah Atta
parent
ea02552634
commit
61c96e7b58
3
.gitignore
vendored
3
.gitignore
vendored
@@ -7,4 +7,5 @@ nx-cloud.env
|
|||||||
.idea
|
.idea
|
||||||
.eslintcache
|
.eslintcache
|
||||||
.env.local
|
.env.local
|
||||||
.nyc_output
|
.nyc_output
|
||||||
|
site
|
||||||
|
|||||||
@@ -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`.
|
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`.
|
||||||
|
|
||||||
|
|||||||
BIN
docs/help/contents/_include/favicon.ico
Normal file
BIN
docs/help/contents/_include/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 32 KiB |
@@ -6,6 +6,9 @@ logo: logo.png
|
|||||||
edit_root: https://github.com/streetwriters/notesnook/tree/help/docs/help
|
edit_root: https://github.com/streetwriters/notesnook/tree/help/docs/help
|
||||||
base_url: https://docs.notesnook.com
|
base_url: https://docs.notesnook.com
|
||||||
|
|
||||||
|
meta:
|
||||||
|
title: Notesnook Help
|
||||||
|
|
||||||
footer:
|
footer:
|
||||||
copyright: Copyright © 2023 Streetwriters (Private) Limited
|
copyright: Copyright © 2023 Streetwriters (Private) Limited
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user