Skip to content

Commit fa5cfa0

Browse files
committed
correct index html
1 parent 4c0a1fd commit fa5cfa0

File tree

1 file changed

+66
-96
lines changed

1 file changed

+66
-96
lines changed

input/index.html.in

Lines changed: 66 additions & 96 deletions
Original file line numberDiff line numberDiff line change
@@ -1,102 +1,72 @@
11
---
22
title: Documentation
3-
body_template: config/wide-body.html
43
---
54

6-
75
<h1>Skupper documentation</h1>
86

9-
<div class="columns">
10-
<div>
11-
<h2>Understanding the basics</h2>
12-
13-
<p>Learn about the concepts and technology behind virtual
14-
application networks.</p>
15-
16-
<nav>
17-
<li><a href="overview/index.html">Overview</a></li>
18-
<li><a href="overview/security.html">Security</a></li>
19-
<li><a href="overview/connectivity.html">Connectivity</a></li>
20-
<li><a href="overview/routing.html">Routing</a></li>
21-
<li><a href="overview/load.html">Load balancing</a></li>
22-
<li><a href="/start/index.html">Getting started</a></li>
23-
<li><a href="https://skupperproject.github.io/refdog/concepts/overview.html">Terms and concepts</a></li>
24-
25-
</nav>
26-
</div>
27-
<div>
28-
<h2 id="installation">Installation</h2>
29-
<p>Learn about installing the Skupper CLI and the controller.</p>
30-
<nav>
31-
<li><a href="./install/index.html">Installation</a></li>
32-
</nav>
33-
</div>
34-
35-
<div>
36-
<h2 id="using-the-skupper-cli-on-kubernetes">Using the Skupper CLI on Kubernetes</h2>
37-
<p>Learn how to use the CLI on Kubernetes.</p>
38-
<nav>
39-
<li><a href="./kube-cli/index.html">Overview</a></li>
40-
<li><a href="./kube-cli/site-configuration.html">Configuring sites</a></li>
41-
<li><a href="./kube-cli/site-linking.html">Linking sites</a></li>
42-
<li><a href="./kube-cli/service-exposure.html">Exposing services on the network</a></li>
43-
<li><a href="https://skupperproject.github.io/refdog/commands/index.html">CLI reference</a></li>
44-
</nav>
45-
</div>
46-
47-
</div>
48-
49-
50-
51-
52-
<div class="columns">
53-
54-
<div>
55-
<h2 id="using-skupper-yaml-on-kubernetes">Using Skupper YAML on Kubernetes</h2>
56-
<p>Learn how to use YAML on Kubernetes.</p>
57-
<nav>
58-
<li><a href="./kube-yaml/index.html">Overview</a></li>
59-
<li><a href="./kube-yaml/site-configuration.html">Configuring sites</a></li>
60-
<li><a href="./kube-yaml/site-linking.html">Linking sites</a></li>
61-
<li><a href="./kube-yaml/service-exposure.html">Exposing services on the network</a></li>
62-
<li><a href="https://skupperproject.github.io/refdog/resources/index.html">YAML reference</a></li>
63-
</nav>
64-
</div>
65-
66-
<div>
67-
<h2 id="using-the-skupper-cli-on-local-systems">Using the Skupper CLI on local systems</h2>
68-
<p>Learn how to use the CLI on Docker, Podman or Linux systems.</p>
69-
<nav>
70-
<li><a href="./system-cli/index.html">Overview</a></li>
71-
<li><a href="./system-cli/site-configuration.html">Configuring sites</a></li>
72-
<li><a href="./system-cli/site-linking.html">Linking sites</a></li>
73-
<li><a href="./system-cli/service-exposure.html">Exposing services on the network</a></li>
74-
<li><a href="https://skupperproject.github.io/refdog/commands/index.html">CLI reference</a></li>
75-
</nav>
76-
</div>
77-
78-
<div>
79-
<h2 id="using-skupper-yaml-on-local-systems">Using Skupper YAML on local systems</h2>
80-
<p>Learn how to use YAML on Docker, Podman or Linux systems.</p>
81-
<nav>
82-
<li><a href="./system-yaml/index.html">Overview</a></li>
83-
<li><a href="./system-yaml/site-configuration.html">Configuring sites</a></li>
84-
<li><a href="./system-yaml/site-linking.html">Linking sites</a></li>
85-
<li><a href="./system-yaml/service-exposure.html">Exposing services on the network</a></li>
86-
<li><a href="https://skupperproject.github.io/refdog/resources/index.html">YAML reference</a></li>
87-
</nav>
88-
</div>
89-
</div>
90-
91-
<div class="columns">
92-
93-
<div>
94-
<h2 id="observability">Observability</h2>
95-
<p>Learn how to monitor traffic using the Skupper console.</p>
96-
<nav>
97-
<li><a href="./console/index.html">Using the Skupper console</a></li>
98-
99-
</nav>
100-
</div>
101-
102-
</div>
7+
<h2>Understanding the basics</h2>
8+
9+
<p>Learn about the concepts and technology behind virtual
10+
application networks.</p>
11+
12+
<ul>
13+
<li><a href="overview/index.html">Overview</a></li>
14+
<li><a href="overview/security.html">Security</a></li>
15+
<li><a href="overview/connectivity.html">Connectivity</a></li>
16+
<li><a href="overview/routing.html">Routing</a></li>
17+
<li><a href="overview/load-balancing.html">Load balancing</a></li>
18+
<li><a href="{{site.prefix}}/start/index.html">Getting started</a></li>
19+
<li><a href="{{site.prefix}}/concepts/index.html">Terms and concepts</a></li>
20+
</ul>
21+
22+
<h2 id="installation">Installation</h2>
23+
<p>Learn about installing the Skupper CLI and the controller.</p>
24+
<ul>
25+
<li><a href="install/index.html">Installation</a></li>
26+
</ul>
27+
28+
<h2 id="using-the-skupper-cli-on-kubernetes">Using the Skupper CLI on Kubernetes</h2>
29+
<p>Learn how to use the CLI on Kubernetes.</p>
30+
<ul>
31+
<li><a href="kube-cli/index.html">Overview</a></li>
32+
<li><a href="kube-cli/site-configuration.html">Configuring sites</a></li>
33+
<li><a href="kube-cli/site-linking.html">Linking sites</a></li>
34+
<li><a href="kube-cli/service-exposure.html">Exposing services on the network</a></li>
35+
<li><a href="{{site.prefix}}/commands/index.html">CLI reference</a></li>
36+
</ul>
37+
38+
<h2 id="using-skupper-yaml-on-kubernetes">Using the Skupper API on Kubernetes</h2>
39+
<p>Learn how to use YAML API resources on Kubernetes.</p>
40+
<ul>
41+
<li><a href="kube-yaml/index.html">Overview</a></li>
42+
<li><a href="kube-yaml/site-configuration.html">Configuring sites</a></li>
43+
<li><a href="kube-yaml/site-linking.html">Linking sites</a></li>
44+
<li><a href="kube-yaml/service-exposure.html">Exposing services on the network</a></li>
45+
<li><a href="{{site.prefix}}/resources/index.html">API reference</a></li>
46+
</ul>
47+
48+
<h2 id="using-the-skupper-cli-on-local-systems">Using the Skupper CLI on local systems</h2>
49+
<p>Learn how to use the CLI on Docker, Podman or Linux systems.</p>
50+
<ul>
51+
<li><a href="system-cli/index.html">Overview</a></li>
52+
<li><a href="system-cli/site-configuration.html">Configuring sites</a></li>
53+
<li><a href="system-cli/site-linking.html">Linking sites</a></li>
54+
<li><a href="system-cli/service-exposure.html">Exposing services on the network</a></li>
55+
<li><a href="{{site.prefix}}/commands/index.html">CLI reference</a></li>
56+
</ul>
57+
58+
<h2 id="using-skupper-yaml-on-local-systems">Using the Skupper API on local systems</h2>
59+
<p>Learn how to use YAML on Docker, Podman or Linux systems.</p>
60+
<ul>
61+
<li><a href="system-yaml/index.html">Overview</a></li>
62+
<li><a href="system-yaml/site-configuration.html">Configuring sites</a></li>
63+
<li><a href="system-yaml/site-linking.html">Linking sites</a></li>
64+
<li><a href="system-yaml/service-exposure.html">Exposing services on the network</a></li>
65+
<li><a href="{{site.prefix}}/resources/index.html">API reference</a></li>
66+
</ul>
67+
68+
<h2 id="observability">Observability</h2>
69+
<p>Learn how to monitor traffic using the Skupper console.</p>
70+
<ul>
71+
<li><a href="console/index.html">Using the Skupper console</a></li>
72+
</ul>

0 commit comments

Comments
 (0)