You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
easy-rules/site/_includes/docs_contents.html

54 lines
1.9 KiB
HTML

<div class="unit one-fifth">
<aside>
<h4>About Easy Rules</h4>
<ul>
<li class="{% if page.title == "Overview" %}current{% endif %}">
<a href="{{ site.url }}/about/overview.html">Overview</a>
</li>
<li class="{% if page.title == "Getting started" %}current{% endif %}">
<a href="{{ site.url }}/about/getting-started.html">Getting started</a>
</li>
</ul>
<h4>User guide</h4>
<ul>
<li class="{% if page.title == "Introduction" %}current{% endif %}">
<a href="{{ site.url }}/user-guide/introduction.html">Introduction</a>
</li>
<li class="{% if page.title == "Defining rules" %}current{% endif %}">
<a href="{{ site.url }}/user-guide/defining-rules.html">Defining rules</a>
</li>
<li class="{% if page.title == "Rules engine" %}current{% endif %}">
<a href="{{ site.url }}/user-guide/rules-engine.html">Rules engine</a>
</li>
<li class="{% if page.title == "Managing rules" %}current{% endif %}">
<a href="{{ site.url }}/user-guide/managing-rules.html">Managing rules</a>
</li>
</ul>
<h4>Tutorials</h4>
<ul>
<li class="{% if page.title == "Hello World" %}current{% endif %}">
<a href="{{ site.url }}/tutorials/hello-world.html">Hello World</a>
</li>
<li class="{% if page.title == "Dynamic configuration" %}current{% endif %}">
<a href="{{ site.url }}/tutorials/dynamic-configuration.html">Dynamic configuration</a>
</li>
</ul>
<h4>Get involved</h4>
<ul>
<li>
<a target="_blank" href="https://github.com/benas/easy-rules">Source repository</a>
</li>
<li>
<a target="_blank" href="https://github.com/benas/easy-rules/issues">Issue tracker</a>
</li>
</ul>
</aside>
</div>