Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to create hierarchical wiki in git lab

Tags:

gitlab

wiki

How to create a hierarchical wiki pages in GitLab

Home
    <Wiki Page 1>
    <Wiki Page 2>
    <Wiki Page 3>
       <Wiki Page 3 - 1>
       <Wiki Page 3 - 2>
    <Wiki Page 4>
like image 213
sms Avatar asked Jul 30 '18 07:07

sms


People also ask

Does GitLab have wiki?

GitLab is scalable and can be hosted on-premises or on cloud storage. It also includes a wiki, issue-tracking, IDE, and CI/CD pipeline features.

What GitLab tiers provide access to group Wikis?

Group wikis are enabled by default for GitLab Premium and higher tiers. You can't turn them off from the GitLab user interface.


1 Answers

You can specify wiki page path in page title field, for example section/section/wiki page.

See https://docs.gitlab.com/ce/user/project/wiki/#moving-a-wiki-page for details.

like image 173
Igor Antonov Avatar answered Sep 28 '22 07:09

Igor Antonov