Create a wiki page in gitlab

微笑、不失礼 提交于 2020-01-03 08:22:11

问题


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.


回答1:


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.




回答2:


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/



来源:https://stackoverflow.com/questions/28257497/create-a-wiki-page-in-gitlab

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!