summaryrefslogtreecommitdiff
path: root/doc/user/project/wiki/index.md
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2017-05-02 18:52:21 +0200
committerAchilleas Pipinellis <axilleas@axilleas.me>2017-05-03 00:38:21 +0200
commit75ab1474b3d211a6894626ea6a2df413a0edb898 (patch)
treed31a85078010e1fa9aebd33d0c5d91d99e2c3028 /doc/user/project/wiki/index.md
parent9b0098caa08076a54fe91a291e081c3524662387 (diff)
downloadgitlab-ce-75ab1474b3d211a6894626ea6a2df413a0edb898.tar.gz
Move wiki doc to its own index page
Diffstat (limited to 'doc/user/project/wiki/index.md')
-rw-r--r--doc/user/project/wiki/index.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/user/project/wiki/index.md b/doc/user/project/wiki/index.md
new file mode 100644
index 00000000000..cfd6d225e2c
--- /dev/null
+++ b/doc/user/project/wiki/index.md
@@ -0,0 +1,18 @@
+# Wiki
+
+Each project has a Wiki, where you can create a Wiki in the web interface or
+locally, and collaborate on it with your team using the full power of Git.
+
+A permission level of **Guest** is needed to view a Wiki and **Developer** is needed
+to create and edit Wiki pages. Contact a Project Admin if you need access.
+
+## Getting Started: Create the Home Page
+
+1. When viewing your project, click on **Wiki**.
+1. You will be taken to `/home` of your Wiki, this is where users will land
+when they visit your Wiki. You will be asked to create the home page if it
+doesn't exist.
+1. You only have to fill in the **Content** section and click **Create page**.
+In the web interface the commit message is optional, but the GitLab Wiki is
+based on Git and needs a commit message, so one will be created for you if you
+do not enter one.