diff options
author | De Wet Blomerus <dewet@blomerus.org> | 2016-10-14 10:57:32 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-05-03 00:38:21 +0200 |
commit | 9b0098caa08076a54fe91a291e081c3524662387 (patch) | |
tree | b9292c33239a4792caf89d8cacbb53d5c1c4ed53 /doc | |
parent | 185fd98fd4cb8f920558aea3795c4e1774cd39f5 (diff) | |
download | gitlab-ce-9b0098caa08076a54fe91a291e081c3524662387.tar.gz |
Create initial file for Wiki documentation
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/project/wiki.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/user/project/wiki.md b/doc/user/project/wiki.md new file mode 100644 index 00000000000..cfd6d225e2c --- /dev/null +++ b/doc/user/project/wiki.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. |