website: add glossary in reference dropdown (#2573)

This commit is contained in:
M Sarmad Qadeer
2023-06-11 11:58:00 +05:00
committed by GitHub
parent 6fa002948e
commit 060e7cdf52
2 changed files with 4 additions and 1 deletions

View File

@@ -231,5 +231,6 @@
"click-to-see": "Click to see",
"menu": "Menu",
"on-this-page": "On this page",
"back-to-top": "Back to top"
"back-to-top": "Back to top",
"glossary": "Glossary"
}

View File

@@ -67,6 +67,8 @@
</a></li>
<li><a href="/docs/protocol/simplex-chat.html" class="lg:px-[20px] inline-block"
>{{ "chat-protocol" | i18n({}, lang ) | safe }}</a></li>
<li><a href="/docs/glossary.html" class="lg:px-[20px] inline-block"
>{{ "glossary" | i18n({}, lang ) | safe }}</a></li>
<hr class=" h-[1px] w-full dark:opacity-[0.1]">