~sircmpwn/sr.ht-dev

sr.ht-docs: Document settings for wikis v1 PROPOSED

Ryan Chan: 1
 Document settings for wikis

 1 files changed, 18 insertions(+), 0 deletions(-)
Yep - copy/paste mistake. Just made a new patch to fix that, thanks.
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~sircmpwn/sr.ht-dev/patches/7392/mbox | git am -3
Learn more about email & git

[PATCH sr.ht-docs] Document settings for wikis Export this patch

---
 man.sr.ht/index.md | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/man.sr.ht/index.md b/man.sr.ht/index.md
index d58e208..99e9a40 100644
--- a/man.sr.ht/index.md
+++ b/man.sr.ht/index.md
@@ -44,3 +44,21 @@ Publishing your changes is as easy as committing them and pushing them
upstream. You can collaborate with others on your wiki the same way you
do on your git.sr.ht projects - a mailing list on lists.sr.ht or
any other approach that you like.

## Settings

Click "manage your wiki" (you will need to be logged in and viewing the wiki you
want to manage) to access wiki settings.

### Visiblity

Visibility of the wiki is managed separately to the backing git repo. This
allows you to create private repos with publically accessible wikis. Wikis that
are public and unlisted can be viewed by any user regardless of if they are
logged in. Wikis that are private can only be viewed by the owner.

### Delete

You can delete your repository from this page. This operation cannot be undone.
You may optionally delete the backing repo, but be aware that that too cannot be
undone.
-- 
2.22.0
+### Delete
+
+You can delete your repository from this page. This operation cannot be undone.

Should this read "You can delete your wiki from this page"? It mentions the repo separately. 

+You may optionally delete the backing repo, but be aware that that too cannot be
+undone.

Cheers,
Chris
Thanks!

To git.sr.ht:~sircmpwn/sr.ht-docs
   768cfd9..c873c89  master -> master