You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-10 11:43:01 +03:00
95 lines
2.6 KiB
HTML
95 lines
2.6 KiB
HTML
<!doctype html>
|
|
<!--
|
|
|
|
Instructions:
|
|
|
|
- Save this file.
|
|
- Replace "USER" with your GitHub username.
|
|
- Replace "REPO" with your GitHub repo name.
|
|
- Replace "Your Project" with your project name.
|
|
- Upload this file (or commit to GitHub Pages).
|
|
|
|
Customize as you see fit!
|
|
|
|
-->
|
|
<html>
|
|
<head>
|
|
<meta charset='utf-8'>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
<meta name="viewport" content="width=device-width">
|
|
|
|
<title>Node Redis</title>
|
|
|
|
<!-- Flatdoc -->
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
|
|
<script src='https://cdn.rawgit.com/rstacruz/flatdoc/v0.9.0/legacy.js'></script>
|
|
<script src='https://cdn.rawgit.com/rstacruz/flatdoc/v0.9.0/flatdoc.js'></script>
|
|
|
|
<!-- Flatdoc theme -->
|
|
<link href='https://cdn.rawgit.com/rstacruz/flatdoc/v0.9.0/theme-white/style.css' rel='stylesheet'>
|
|
<script src='https://cdn.rawgit.com/rstacruz/flatdoc/v0.9.0/theme-white/script.js'></script>
|
|
|
|
<!-- Meta -->
|
|
<meta content="Node Redis" property="og:title">
|
|
<meta content="Your Project description goes here." name="description">
|
|
|
|
<!-- Initializer -->
|
|
<script>
|
|
Flatdoc.run({
|
|
fetcher: Flatdoc.github('redis/node-redis')
|
|
});
|
|
</script>
|
|
|
|
<!-- Theme Overrides -->
|
|
<style>
|
|
.header {
|
|
line-height: 50px;
|
|
}
|
|
.header h1 {
|
|
width: 0px;
|
|
text-indent: -9999px;
|
|
}
|
|
.header ul {
|
|
margin-left: 0;
|
|
}
|
|
.logo {
|
|
float: left;
|
|
height: 50px;
|
|
}
|
|
.menu a, .menu a:visited {
|
|
color: #00009E;
|
|
}
|
|
.menu a:hover {
|
|
color: #3ac;
|
|
text-decoration: underline;
|
|
font-weight: bold;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body class="big-h3 large-brief no-literate" role='flatdoc'>
|
|
|
|
<div class='header'>
|
|
<div class='left'>
|
|
<h1>Node Redis</h1>
|
|
<img class="logo" src="https://cloud.githubusercontent.com/assets/1152927/8677879/35748710-2a17-11e5-8cc6-7aeb72caaa52.png" />
|
|
<ul>
|
|
<li><a href='https://github.com/noderedis/node_redis'>View on GitHub</a></li>
|
|
<li><a href='https://github.com/noderedis/node_redis/issues'>Issues</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class='right'>
|
|
<!-- GitHub buttons: see http://ghbtns.com -->
|
|
<iframe src="http://ghbtns.com/github-btn.html?user=noderedis&repo=node_redis&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe>
|
|
</div>
|
|
</div>
|
|
|
|
<div class='content-root'>
|
|
<div class='menubar'>
|
|
<div class='menu section' role='flatdoc-menu'></div>
|
|
</div>
|
|
<div role='flatdoc-content' class='content'></div>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|