Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Create a wiki page in gitlab

Tags:

gitlab

wiki

I'm trying to create a simple wiki page on gitlab. Anyone knows of any good tutorials that could assist me in achieving that? I tried searching google for any tutorials but could not find any that are relevant.

like image 904
jkjk Avatar asked Jan 31 '15 22:01

jkjk


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.

How do I add a wiki to a git repository?

Adding wiki pagesOn GitHub.com, navigate to the main page of the repository. Under your repository name, click Wiki. In the upper-right corner of the page, click New Page. Optionally, to write in a format other than Markdown, use the Edit mode drop-down menu, and click a different format.

What is a GitHub wiki page?

For more information, see "GitHub's products." Every repository on GitHub.com comes equipped with a section for hosting documentation, called a wiki. You can use your repository's wiki to share long-form content about your project, such as how to use it, how you designed it, or its core principles.


1 Answers

You can use http://pad.haroopress.com/ as an editor, to see how it will look like in a wiki gitlab page.
In the bottom-left corner is a button, when you hit that button, you will get the markdown help.

like image 174
Joergi Avatar answered Oct 05 '22 10:10

Joergi