Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSean McGivern <sean@mcgivern.me.uk>2018-07-17 12:09:44 +0300
committerSean McGivern <sean@mcgivern.me.uk>2018-07-17 12:09:44 +0300
commita9b119d0abd7f899467d4ca7b03d068489001dae (patch)
treee7a77976b05ef4d65c05b6e989c3ef4a2ee3432b /doc
parent05b25f5a5f0b6d1b694d27dea136a4c3341aba8d (diff)
parentb023a920aaf3054c9713f61f5df38b063f7e627c (diff)
Merge branch '14995-custom_wiki_sidebar' into 'master'
Implement customized sidebar Closes #14995 See merge request gitlab-org/gitlab-ce!17940
Diffstat (limited to 'doc')
-rw-r--r--doc/user/project/wiki/index.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/user/project/wiki/index.md b/doc/user/project/wiki/index.md
index d084ee41d8a..ad0ef60373c 100644
--- a/doc/user/project/wiki/index.md
+++ b/doc/user/project/wiki/index.md
@@ -107,3 +107,10 @@ On the right sidebar, click on **Clone repository** and follow the on-screen
instructions.
[permissions]: ../../permissions.md
+
+## Customizing sidebar
+
+By default, the wiki would render a sidebar which lists all the pages for the
+wiki. You could as well provide a `_sidebar` page to replace this default
+sidebar. When this customized sidebar page is provided, the default sidebar
+would not be rendered, but the customized one.