From 94b0fa861a2759ceb3b8958fa3940844be70e32a Mon Sep 17 00:00:00 2001
From: Dustin Miller <dustin@sharepointexperts.com>
Date: Tue, 9 Aug 2016 22:38:30 +0000
Subject: [PATCH] Added "View wiki pages" to list of actions granted to various
 user permission levels in a project.

---
 doc/user/permissions.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/user/permissions.md b/doc/user/permissions.md
index 66542861781..fb5058b2e30 100644
--- a/doc/user/permissions.md
+++ b/doc/user/permissions.md
@@ -23,6 +23,7 @@ The following table depicts the various user permission levels in a project.
 | See a list of builds                  | ✓ [^1]  | ✓          | ✓           | ✓        | ✓      |
 | See a build log                       | ✓ [^1]  | ✓          | ✓           | ✓        | ✓      |
 | Download and browse build artifacts   | ✓ [^1]  | ✓          | ✓           | ✓        | ✓      |
+| View wiki pages                       | ✓       | ✓          | ✓           | ✓        | ✓      |
 | Pull project code                     |         | ✓          | ✓           | ✓        | ✓      |
 | Download project                      |         | ✓          | ✓           | ✓        | ✓      |
 | Create code snippets                  |         | ✓          | ✓           | ✓        | ✓      |
-- 
GitLab