From aab1bc35a9a6e708283b4bc3eb32ee47061b115e Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Fri, 18 Apr 2014 12:25:47 -0700 Subject: [PATCH] add note about private forum/category --- docs/ADMIN-QUICK-START-GUIDE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ADMIN-QUICK-START-GUIDE.md b/docs/ADMIN-QUICK-START-GUIDE.md index 04471ae45cb..89e84102ef1 100644 --- a/docs/ADMIN-QUICK-START-GUIDE.md +++ b/docs/ADMIN-QUICK-START-GUIDE.md @@ -29,13 +29,13 @@ It's lonely at the top. You may want to grant other users staff abilities &ndash ### Private or Public? -Discourse assume you want a public discussion area. If you prefer a private one, check out these settings: +Discourse assumes you want a public discussion area. If you prefer a private one, check out these settings: - `must_approve_users` - `login_required` - `invite_only` -You can also create private categories that are only visible to certain groups of users. +If you only want some parts to be private, there is a built in Staff category, and you can create more private categories that are only visible to certain groups of users. ### Configure Login Methods