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 # 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 1. Press the pink unlock icon
2. Input your password 2. Input your password

View File

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

View File

@ -1,3 +1,7 @@
---
sidebar_position: 1
---
# Block Unknowns # Block Unknowns
1. Go to Settings 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 # Notification policy
1. Go to settings 1. Go to settings

View File

@ -53,22 +53,21 @@ const config = {
defaultMode: 'dark', defaultMode: 'dark',
}, },
navbar: { navbar: {
title: 'My Site', title: 'Cwtch Handbook',
logo: { logo: {
alt: 'My Site Logo', alt: 'Cwtch Logo',
src: 'img/logo.svg', src: 'img/knott.png'
}, },
items: [ items: [
{ {
type: 'doc', type: 'doc',
docId: 'intro', docId: 'intro',
position: 'left', position: 'left',
label: 'Tutorial', label: 'Cwtch Intro',
}, },
{to: '/blog', label: 'Blog', position: 'left'},
{ {
href: 'https://github.com/facebook/docusaurus', href: 'https://git.openprivacy.ca/cwtch.im',
label: 'GitHub', label: 'Git',
position: 'right', position: 'right',
}, },
], ],

View File

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

BIN
static/img/knott.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB