Skip to content

Commit

Permalink
fixed asciidoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jruaux committed Sep 19, 2019
1 parent 709bfb0 commit 6f3aaf8
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 9 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id 'java-library'
id 'net.nemerosa.versioning' version '2.8.2'
id 'org.asciidoctor.convert' version '2.3.0'
id 'com.github.ben-manes.versions' version "0.25.0"
id 'com.github.ben-manes.versions' version '0.25.0'
}

repositories {
Expand Down
26 changes: 23 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Asciidoctor 1.5.8">
<meta name="author" content="Julien Ruaux">
<title>RIOT</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700">
<style>
Expand Down Expand Up @@ -430,12 +429,12 @@
#footer-text{color:rgba(0,0,0,.6);font-size:.9em}}
@media amzn-kf8{#header,#content,#footnotes,#footer{padding:0}}
</style>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body class="article">
<div id="header">
<h1>RIOT</h1>
<div class="details">
<span id="author" class="author">Julien Ruaux</span><br>
<span id="revnumber">version 1.0</span>
</div>
</div>
Expand All @@ -446,6 +445,24 @@ <h1>RIOT</h1>
<p>RIOT is a data import/export tool for Redis that connects to files, databases, and generators.</p>
</div>
</div>
<div id="toc" class="toc">
<div id="toctitle">Table of Contents</div>
<ul class="sectlevel1">
<li><a href="#connectors">Connectors</a>
<ul class="sectlevel2">
<li><a href="#file">Files</a></li>
<li><a href="#db">Databases</a></li>
<li><a href="#gen">Generators</a></li>
</ul>
</li>
<li><a href="#load-testing">Load Testing</a>
<ul class="sectlevel2">
<li><a href="#metrics">Metrics</a></li>
<li><a href="#using-redis-enterprise">Using Redis Enterprise</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="sect1">
<h2 id="connectors">Connectors</h2>
Expand Down Expand Up @@ -835,8 +852,11 @@ <h3 id="using-redis-enterprise">Using Redis Enterprise</h3>
<div id="footer">
<div id="footer-text">
Version 1.0<br>
Last updated 2019-09-18 23:48:48 -0700
Last updated 2019-09-19 00:04:27 -0700
</div>
</div>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/styles/github.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/highlight.min.js"></script>
<script>hljs.initHighlighting()</script>
</body>
</html>
5 changes: 0 additions & 5 deletions src/docs/asciidoc/index.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
= RIOT
Julien Ruaux

:source-highlighter: highlightjs
:idprefix:
:idseparator: -
Expand All @@ -9,7 +7,6 @@ Julien Ruaux
:project-repo: Redislabs-Solution-Architects/riot
:uri-repo: https://github.com/{project-repo}


RIOT is a data import/export tool for Redis that connects to files, databases, and generators.

== Connectors
Expand Down Expand Up @@ -149,10 +146,8 @@ For non-included databases you must install the corresponding JDBC driver under
* *nix: `bin/riot` -> `CLASSPATH=$APP_HOME/lib/myjdbc.jar:$APP_HOME/lib/…`
* Windows: `bin\riot.bat` -> `set CLASSPATH=%APP_HOME%\lib\myjdbc.jar;%APP_HOME%\lib\…`
====


==== SQL -> Redis
[source,shell]
----
Expand Down

0 comments on commit 6f3aaf8

Please sign in to comment.