diff options
Diffstat (limited to 'doc/SideBar.html')
-rw-r--r-- | doc/SideBar.html | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/doc/SideBar.html b/doc/SideBar.html new file mode 100644 index 000000000..f69a322f1 --- /dev/null +++ b/doc/SideBar.html @@ -0,0 +1,36 @@ + +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> +<html> + <head> + <link type="text/css" rel="stylesheet" href="style.css" /> + </head> + <body> + <div id="page"> + + <div id='header'> + <a href="index.html"> + <img style="border:none" alt="Redis Documentation" src="redis.png"> + </a> + </div> + + <div id="pagecontent"> + <div class="index"> +<!-- This is a (PRE) block. Make sure it's left aligned or your toc title will be off. --> +<b>SideBar: Contents</b> + </div> + + <h1 class="wikiname">SideBar</h1> + + <div class="summary"> + + </div> + + <div class="narrow"> + DRAFT<br/><br/><ul><li> <a href="Features.html">Features</a></li><li> <a href="QuickStart.html">Quick Start</a></li><li> <a href="DataTypes.html">Data Types</a></li><li> <a href="SupportedLanguages.html">Supported Languages</a></li><li> <a href="ObjectHashMappers.html">Object Hash Mappers</a></li><li> <a href="ProgrammingExamples.html">Programming Examples</a></li><li> <a href="RoadMap.html">Road Map</a></li><li> <a href="Speed.html">Speed</a></li><li> <a href="FromSqlToDataStructures.html">FromSqlToDataStructures</a></li></ul><blockquote></blockquote> + </div> + + </div> + </div> + </body> +</html> + |