Skip to content
Snippets Groups Projects
Commit d248ed39 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

Merge branch 'https' into 'master'

Replace everything with HTTPS



See merge request !37
parents 946cec62 299ddabc
No related branches found
No related tags found
1 merge request!37Replace everything with HTTPS
Loading
Loading
@@ -17,7 +17,7 @@
<body>
<div class="wrapper">
<h1>
<a href="http://doc.gitlab.com/">GitLab Documentation</a>
<a href="https://docs.gitlab.com/">GitLab Documentation</a>
<input type="text" class="st-default-search-input" style="float: right;">
</h1>
 
Loading
Loading
# Introduction
 
[Doc-gitlab-com](https://gitlab.com/gitlab-com/doc-gitlab-com/) generates html pages for the [GitLab documentation website](http://doc.gitlab.com/). The documentation is generated from the markdown files in /doc directory of the GitLab repo's. The conversion from markdown into html is done with [Pandoc](http://johnmacfarlane.net/pandoc/).
[Doc-gitlab-com](https://gitlab.com/gitlab-com/doc-gitlab-com/) generates html pages for the [GitLab documentation website](https://docs.gitlab.com/). The documentation is generated from the markdown files in /doc directory of the GitLab repo's. The conversion from markdown into html is done with [Pandoc](http://johnmacfarlane.net/pandoc/).
 
If you want to contribute with documentation, please add them to the corresponding project:
 
Loading
Loading
Loading
Loading
@@ -17,7 +17,7 @@
<body>
<div class="wrapper">
<h1>
<a href="http://doc.gitlab.com/">GitLab Documentation</a>
<a href="https://docs.gitlab.com/">GitLab Documentation</a>
<input type="text" class="st-default-search-input" style="float: right;">
</h1>
 
Loading
Loading
@import url(http://fonts.googleapis.com/css?family=Roboto:300,700,300italic,700italic,400,400italic);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,700,300italic,700italic,400,400italic);
 
body {
padding: 50px;
Loading
Loading
Loading
Loading
@@ -17,7 +17,7 @@
<body>
<div class="wrapper">
<h1>
<a href="http://doc.gitlab.com/">GitLab Documentation</a>
<a href="https://docs.gitlab.com/">GitLab Documentation</a>
<input type="text" class="st-default-search-input" style="float: right;">
</h1>
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment