blob: 26a8c0cc6eeeb4d64b115f1d400a23bff1ffe2c3 [file] [log] [blame]
---
layout: interior
---
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<h1 class="page-title">
<span><i class="fas fa-fw fa-book"></i> {{ page.active_crumb }}</span>
</h1>
<div class="three-cols-container">
<div class="col-md-2 first-column">
<ul class="side-nav">
<li class="side-nav-title">Introduction</li>
<li>
{% if page.id == "overview" %}
<a class="active" href="/docs.html">Overview</a>
{% else %}
<a href="/docs.html">Overview</a>
{% endif %}
</li>
<li>
{% if page.id == "installation" %}
<a class="active" href="/installation.html">Installation</a>
{% else %}
<a href="/installation.html">Installation</a>
{% endif %}
</li>
<li>
{% if page.id == "getting_started" %}
<a class="active" href="/getting-started.html">Getting Started</a>
{% else %}
<a href="/getting-started.html">Getting Started</a>
{% endif %}
</li>
<li class="side-nav-title">Developer Guide</li>
<li>
{% if page.id == "basic_concepts" %}
<a class="active" href="/basic-concepts.html">Basic Concepts</a>
{% else %}
<a href="/basic-concepts.html">Basic Concepts</a>
{% endif %}
</li>
<li>
{% if page.id == "first_example" %}
<a class="active" href="/first-example.html">First Example</a>
{% else %}
<a href="/first-example.html">First Example</a>
{% endif %}
</li>
<li>
{% if page.id == "data_model" %}
<a class="active" href="/data-model.html">Data Model</a>
{% else %}
<a href="/data-model.html">Data Model</a>
{% endif %}
</li>
<li>
{% if page.id == "intent_matching" %}
<a class="active" href="/intent-matching.html">Intent Matching</a>
{% else %}
<a href="/intent-matching.html">Intent Matching</a>
{% endif %}
</li>
<li>
{% if page.id == "rest" %}
<a class="active" href="/using-rest.html">REST API</a>
{% else %}
<a href="/using-rest.html">REST API</a>
{% endif %}
</li>
<li>
{% if page.id == "server_and_probe" %}
<a class="active" href="/server-and-probe.html">Server <span class="amp">&amp;</span> Probe</a>
{% else %}
<a href="/server-and-probe.html">Server <span class="amp">&amp;</span> Probe</a>
{% endif %}
</li>
<li>
{% if page.id == "metrics" %}
<a class="active" href="/metrics-and-tracing.html">Metrics <span class="amp">&amp;</span> Tracing</a>
{% else %}
<a href="/metrics-and-tracing.html">Metrics <span class="amp">&amp;</span> Tracing</a>
{% endif %}
</li>
<li>
{% if page.id == "integrations" %}
<a class="active" href="/integrations.html">Integrations</a>
{% else %}
<a href="/integrations.html">Integrations</a>
{% endif %}
</li>
<li class="side-nav-title">Examples</li>
<li>
{% if page.id == "alarm_clock" %}
<a class="active" href="/examples/alarm_clock.html">Alarm Clock</a>
{% else %}
<a href="/examples/alarm_clock.html">Alarm Clock</a>
{% endif %}
</li>
<li>
{% if page.id == "light_switch" %}
<a class="active" href="/examples/light_switch.html">Light Switch</a>
{% else %}
<a href="/examples/light_switch.html">Light Switch</a>
{% endif %}
</li>
</ul>
</div>
{{ content }}
</div>