Merge "Documentation main page - add link to Glossary"

This commit is contained in:
Zuul
2026-04-13 13:36:09 +00:00
committed by Gerrit Code Review
10 changed files with 14 additions and 0 deletions
@@ -126,6 +126,7 @@ Here are a few representative files under ``www/``:
* ``dropdown_languages.tmpl``
* ``footer.tmpl``
* ``google_analytics.tmpl``
* ``glossary.tmpl``
* ``header.tmpl``
* ``indexbase.tmpl``
* ``navigation.tmpl``
+1
View File
@@ -52,6 +52,7 @@
<a href="api/">API Guides</a>
<p>OpenStack API Documentation</p>
</div>
{% include 'templates/glossary.tmpl' %}
</div>
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="docs-link-sections">
+1
View File
@@ -52,6 +52,7 @@
<a href="api/">API Guides</a>
<p>OpenStack API Documentation</p>
</div>
{% include 'templates/glossary.tmpl' %}
</div>
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="docs-link-sections">
+1
View File
@@ -52,6 +52,7 @@
<a href="api/">API Guides</a>
<p>OpenStack API Documentation</p>
</div>
{% include 'templates/glossary.tmpl' %}
</div>
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="docs-link-sections">
+1
View File
@@ -52,6 +52,7 @@
<a href="api/">API Guides</a>
<p>OpenStack API Documentation</p>
</div>
{% include 'templates/glossary.tmpl' %}
</div>
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="docs-link-sections">
+1
View File
@@ -52,6 +52,7 @@
<a href="api/">API Guides</a>
<p>OpenStack API Documentation</p>
</div>
{% include 'templates/glossary.tmpl' %}
</div>
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="docs-link-sections">
+1
View File
@@ -52,6 +52,7 @@
<a href="api/">API Guides</a>
<p>OpenStack API Documentation</p>
</div>
{% include 'templates/glossary.tmpl' %}
</div>
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="docs-link-sections">
+1
View File
@@ -52,6 +52,7 @@
<a href="api/">API Guides</a>
<p>OpenStack API Documentation</p>
</div>
{% include 'templates/glossary.tmpl' %}
</div>
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="docs-link-sections">
+1
View File
@@ -52,6 +52,7 @@
<a href="api/">API Guides</a>
<p>OpenStack API Documentation</p>
</div>
{% include 'templates/glossary.tmpl' %}
</div>
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="docs-link-sections">
+5
View File
@@ -0,0 +1,5 @@
<div class="docs-link-sections">
<h3 id="glossary"><i class="fa fa-book"></i>Glossary</h3>
<a href="/glossary/">Glossary</a>
<p>This glossary offers a list of terms and definitions to define a vocabulary for OpenStack-related concepts</p>
</div>