From 1eb82b65c554f21d83447f895a6208905fabe112 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 18 Sep 2019 14:14:39 +0000 Subject: Add latest changes from gitlab-org/gitlab@12-3-auto-deploy-20190916 --- doc/user/project/wiki/img/wiki_create_new_page_modal.png | Bin 0 -> 5831 bytes doc/user/project/wiki/index.md | 10 ++++------ 2 files changed, 4 insertions(+), 6 deletions(-) create mode 100644 doc/user/project/wiki/img/wiki_create_new_page_modal.png (limited to 'doc/user/project/wiki') diff --git a/doc/user/project/wiki/img/wiki_create_new_page_modal.png b/doc/user/project/wiki/img/wiki_create_new_page_modal.png new file mode 100644 index 00000000000..b800508901b Binary files /dev/null and b/doc/user/project/wiki/img/wiki_create_new_page_modal.png differ diff --git a/doc/user/project/wiki/index.md b/doc/user/project/wiki/index.md index c0159230fec..d1bab47de25 100644 --- a/doc/user/project/wiki/index.md +++ b/doc/user/project/wiki/index.md @@ -30,12 +30,10 @@ Requires Developer [permissions](../../permissions.md). Create a new page by clicking the **New page** button that can be found in all wiki pages. -You will be asked to fill in a title for your new wiki page. - -You can specify a full path for the wiki page by using '/' in the -title to indicate subdirectories. Any missing directories will be created -automatically. For example, a title of `docs/my-page` will create a wiki -page with a path `/wikis/docs/my-page`. +You will be asked to fill in a title for your new wiki page. Wiki titles +also determine the path to the wiki page. You can specify a full path +(using "`/`" for subdirectories) for the new title and any missing +directories will be created automatically. Once you enter the page name, it's time to fill in its content. GitLab wikis support Markdown, RDoc and AsciiDoc. For Markdown based pages, all the -- cgit v1.2.1