-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (46 loc) · 2.33 KB
/
index.html
File metadata and controls
54 lines (46 loc) · 2.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Docs for infoplus</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<script src="javascripts/scale.fix.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>Docs</h1>
<p>infoplus public docs</p>
<p class="view"><a href="https://github.com/infoplus/docs">View the Project on GitHub <small>infoplus/docs</small></a></p>
<ul>
<li><a href="https://github.com/infoplus/docs/wiki">View Our <strong>Docs Wiki</strong></a></li>
<li><a href="https://github.com/infoplus/docs">View On <strong>GitHub</strong></a></li>
</ul>
</header>
<section>
<h3>
<a id="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages" aria-hidden="true"><span class="octicon octicon-link"></span></a>Welcome to InfoPlus Docs.</h3>
<p>Our docs are mainly hosted as github project wiki, check it <a href="https://github.com/infoplus/docs/wiki">here</a>. you can also help improve the docs project by check out the new branch:</p>
<pre><code>$ cd your_repo_root/repo_name
$ git fetch origin
$ git checkout gh-pages
</code></pre>
<p>If you're using the GitHub for Mac, simply sync your repository and you'll see the new branch.</p>
<h3>
<a id="support-or-contact" class="anchor" href="#support-or-contact" aria-hidden="true"><span class="octicon octicon-link"></span></a>Support or Contact</h3>
<p>Having trouble with InfoPlus? Check out the documentation at <a href="https://github.com/infoplus/docs/wiki">https://github.com/infoplus/docs/wiki</a> or contact <a href="mailto:i@marstone.net">marstone</a> and we’ll help you sort it out.</p>
</section>
</div>
<footer>
<p>Project maintained by <a href="https://github.com/infoplus">infoplus</a></p>
<p>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></p>
</footer>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
</html>