aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Chan <rycwo@posteo.net>2019-08-07 17:21:50 +0100
committerDrew DeVault <sir@cmpwn.com>2019-08-08 11:23:04 +0900
commit4a7b62e45223bddb2d3b8c6ff9a31d83ac6cdcc1 (patch)
treeb4ff2713cd12612f70d21dfdcaf8b39b38270b15
parent768cfd900b1c825a31cb0e69ae4f7f24797e7cfb (diff)
downloadsr.ht-docs-4a7b62e45223bddb2d3b8c6ff9a31d83ac6cdcc1.tar.gz
Document settings for wikis
-rw-r--r--man.sr.ht/index.md18
1 files changed, 18 insertions, 0 deletions
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.