diff --git a/docs/chat/_category_.json b/docs/chat/_category_.json new file mode 100644 index 00000000..a7a23f38 --- /dev/null +++ b/docs/chat/_category_.json @@ -0,0 +1,7 @@ +{ + "label": "Chat", + "position": 3, + "link": { + "type": "generated-index" + } +} \ No newline at end of file diff --git a/docs/chat/accept-conversation.md b/docs/chat/accept-conversation.md new file mode 100644 index 00000000..4a49e720 --- /dev/null +++ b/docs/chat/accept-conversation.md @@ -0,0 +1,6 @@ +# How to accept conversation + +1. Go to your profile +2. If someone added you a new name will appear and two options + 1. Click heart icon to accept this new connection + 2. Click the trash icon to block them \ No newline at end of file diff --git a/docs/chat/add-contact.md b/docs/chat/add-contact.md new file mode 100644 index 00000000..e8459643 --- /dev/null +++ b/docs/chat/add-contact.md @@ -0,0 +1,7 @@ +# How to add contacts + +1. Go to your profile +2. Click on the add button +3. Chose 'Add Contact' +5. Paste a cwtch address +6. The contact is now on your contacts list \ No newline at end of file diff --git a/docs/profiles/unlock-profile.md b/docs/profiles/unlock-profile.md index 48a8cb55..8a56338a 100644 --- a/docs/profiles/unlock-profile.md +++ b/docs/profiles/unlock-profile.md @@ -4,7 +4,7 @@ sidebar_position: 5 # Unlock your profiles -When you restart Cwtch, if you used a [password](foo) on your profile, it will not be loaded by default, you need to unlock it. +When you restart Cwtch, if you used a [password](/docs/profiles/change-password/) on your profile, it will not be loaded by default, you need to unlock it. 1. Press the pink unlock icon 2. Input your password diff --git a/docs/settings/_category_.json b/docs/settings/_category_.json index 74fead67..c80661d3 100644 --- a/docs/settings/_category_.json +++ b/docs/settings/_category_.json @@ -1,6 +1,6 @@ { "label": "Settings", - "position": 3, + "position": 4, "link": { "type": "generated-index" } diff --git a/docs/settings/behaviour/block-unknown-contacts.md b/docs/settings/behaviour/block-unknown-contacts.md index 7c180be2..8c64e0fe 100644 --- a/docs/settings/behaviour/block-unknown-contacts.md +++ b/docs/settings/behaviour/block-unknown-contacts.md @@ -1,3 +1,7 @@ +--- +sidebar_position: 1 +--- + # Block Unknowns 1. Go to Settings diff --git a/docs/settings/behaviour/notification-content.md b/docs/settings/behaviour/notification-content.md new file mode 100644 index 00000000..17bcaa3d --- /dev/null +++ b/docs/settings/behaviour/notification-content.md @@ -0,0 +1,11 @@ +--- +sidebar_position: 3 +--- + +# Notification Content + +1. Go to settings +2. Scroll to behaviour +3. The notification content controls the contents of notifications + 1. Plain Event: "New Message" only + 2. Conversation Information: "New Message from XXXXX" diff --git a/docs/settings/behaviour/notification-policy.md b/docs/settings/behaviour/notification-policy.md index 30eae0a7..9a24d7d7 100644 --- a/docs/settings/behaviour/notification-policy.md +++ b/docs/settings/behaviour/notification-policy.md @@ -1,3 +1,7 @@ +--- +sidebar_position: 2 +--- + # Notification policy 1. Go to settings diff --git a/docusaurus.config.js b/docusaurus.config.js index 13854969..2c72dff3 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -53,22 +53,21 @@ const config = { defaultMode: 'dark', }, navbar: { - title: 'My Site', + title: 'Cwtch Handbook', logo: { - alt: 'My Site Logo', - src: 'img/logo.svg', + alt: 'Cwtch Logo', + src: 'img/knott.png' }, items: [ { type: 'doc', docId: 'intro', position: 'left', - label: 'Tutorial', + label: 'Cwtch Intro', }, - {to: '/blog', label: 'Blog', position: 'left'}, { - href: 'https://github.com/facebook/docusaurus', - label: 'GitHub', + href: 'https://git.openprivacy.ca/cwtch.im', + label: 'Git', position: 'right', }, ], diff --git a/src/pages/index.js b/src/pages/index.js index a4fc2d3f..ecd5aa64 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -17,7 +17,7 @@ function HomepageHeader() { - Docusaurus Tutorial - 5min ⏱️ + Get Started With Cwtch diff --git a/static/img/knott.png b/static/img/knott.png new file mode 100644 index 00000000..e50812f7 Binary files /dev/null and b/static/img/knott.png differ