mirror of
https://github.com/go-gitea/lgtm-docs.git
synced 2026-07-01 20:04:04 -04:00
setup proprer urls
This commit is contained in:
+1
-1
@@ -1,3 +1,3 @@
|
||||
baseurl = "http://docs.lgtm.co/"
|
||||
baseurl = "http://docs.lgtm.co/docs/"
|
||||
languageCode = "en-us"
|
||||
title = "LGTM"
|
||||
|
||||
@@ -10,4 +10,4 @@ In order to approve a pull request a maintainer should add a comment that
|
||||
includes **LGTM**, which stands for *looks good to me*. When **two approvals**
|
||||
are received the branch is unlocked and can be merged.
|
||||
|
||||

|
||||

|
||||
|
||||
+1
-1
@@ -11,4 +11,4 @@ pull requests that have not received approval from your maintainers.
|
||||
|
||||
Navigate to your repository settings in GitHub to enable protected branches:
|
||||
|
||||

|
||||

|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
<head>
|
||||
<title>LGTM</title>
|
||||
|
||||
<base href="/">
|
||||
<meta charset="utf-8" />
|
||||
<meta content="width=device-width, initial-scale=1" name="viewport" />
|
||||
<meta content="ie=edge" http-equiv="x-ua-compatible" />
|
||||
@@ -12,8 +11,8 @@
|
||||
<link href="//fonts.googleapis.com/css?family=Roboto:400,300" rel="stylesheet" type="text/css">
|
||||
<link href="//fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet" type="text/css">
|
||||
<link href="//cdnjs.cloudflare.com/ajax/libs/octicons/3.3.0/octicons.css" rel="stylesheet">
|
||||
<link href="/style.css" rel="stylesheet">
|
||||
<link href="/docs.css" rel="stylesheet">
|
||||
<link href="/docs/style.css" rel="stylesheet">
|
||||
<link href="/docs/docs.css" rel="stylesheet">
|
||||
|
||||
</head>
|
||||
<body>
|
||||
@@ -34,7 +33,6 @@
|
||||
|
||||
<div class="grid-flex-cell grid-flex-cell-1of4">
|
||||
<nav role='navigation'>
|
||||
<!-- <h3>How To</h3> -->
|
||||
<ul class='list-unstyled side-nav'>
|
||||
{{ $currentNode := . }}
|
||||
{{ range .Site.Menus.main }}
|
||||
@@ -45,7 +43,6 @@
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>LGTM</title>
|
||||
<script>window.location="/approvers"</script>
|
||||
<script>window.location="./approvers"</script>
|
||||
</head>
|
||||
<body></body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user