Create a wiki page in gitlab

2019-06-16 06:21发布

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.

标签: wiki gitlab
2条回答
Bombasti
2楼-- · 2019-06-16 06:57

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.

查看更多
\"骚年 ilove
3楼-- · 2019-06-16 07:13

I think you are looking for page not the wikipage (if you are looking for wiki page you can create wiki page from the menu wiki)

if you are looking for Page:

Login to your GitLab account and create project under your username git the repo name as yourusername.gitlab.io

create create index.html,cssfiles,js files, and .gitlab-ci.yml push the files to gitlab it will build your page

you can opn you page in browser like yourusername.gitlab.io check this example http://wiki.workassis.com/how-to-create-gitlab-pages/

查看更多
登录 后发表回答