Add DocumentUp documentation
This commit is contained in:
parent
4e86406902
commit
ebffd34c90
17
index.html
17
index.html
@ -1,3 +1,14 @@
|
|||||||
<h1>Teamocil</h1>
|
<!DOCTYPE html>
|
||||||
<p>There's no I in Teamocil. At least not where you think. Teamocil helps you set up windows and splits layouts for tmux using YAML configuration files.</p>
|
<html>
|
||||||
<p><a href="https://github.com/remiprev/teamocil">Source code</a></p>
|
<head>
|
||||||
|
<title></title>
|
||||||
|
<script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/documentup/latest.min.js"></script>
|
||||||
|
<script type="text/javascript">
|
||||||
|
DocumentUp.document({
|
||||||
|
repo: "remiprev/teamocil",
|
||||||
|
travis: true
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body></body>
|
||||||
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user