more stubbing

This commit is contained in:
Dan Ballard 2022-05-18 09:43:12 -07:00
parent c65d5e8a13
commit 8a5cdc3b30
11 changed files with 48 additions and 10 deletions

View File

@ -0,0 +1,7 @@
{
"label": "Chat",
"position": 3,
"link": {
"type": "generated-index"
}
}

View File

@ -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

7
docs/chat/add-contact.md Normal file
View File

@ -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

View File

@ -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

View File

@ -1,6 +1,6 @@
{
"label": "Settings",
"position": 3,
"position": 4,
"link": {
"type": "generated-index"
}

View File

@ -1,3 +1,7 @@
---
sidebar_position: 1
---
# Block Unknowns
1. Go to Settings

View File

@ -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"

View File

@ -1,3 +1,7 @@
---
sidebar_position: 2
---
# Notification policy
1. Go to settings

View File

@ -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',
},
],

View File

@ -17,7 +17,7 @@ function HomepageHeader() {
<Link
className="button button--secondary button--lg"
to="/docs/intro">
Docusaurus Tutorial - 5min
Get Started With Cwtch
</Link>
</div>
</div>

BIN
static/img/knott.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB