Remove languages from index of docs, and make docs build.sh build a different set of docs for each version

This commit is contained in:
Micah Lee 2020-09-03 11:52:02 -07:00
parent 5e53c0441b
commit 023bb8d7ac
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
243 changed files with 430 additions and 35052 deletions

View file

@ -8,8 +8,8 @@
{%- if versions %}
<dl>
<dt>{{ _('Versions') }}</dt>
{%- for name, url in versions %}
<dd><a href="{{ url }}">{{ name }}</a></dd>
{%- for name in versions %}
<dd><a href="../../{{ name }}">{{ name }}</a></dd>
{%- endfor %}
</dl>
{%- endif %}