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.
相关问题
- Gitlab-runner without Docker
- How to get Gitlab merge request description in Git
- How do i give parameters to SonarQube.Scanner.MSBu
- Multiple Passwords Login: Good OR Bad
- 请问 GitLab 如何连接一个已有的 Kubernetes 集群
相关文章
- 请问 GitLab 如何连接一个已有的 Kubernetes 集群
- gitlab升级失败
- ssh: Could not resolve hostname git: Name or servi
- How do you center text in Gitlab markdown?
- .gitlab-ci.yml after_script section: how can I tel
- Gitlab CI / Docker: Use custom image for job
- Move .git repo to parent directory [duplicate]
- Wiki solution for APIs documentations? [closed]
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.
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/