2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

move the about directory into the docs to avoid collision with the multiple versions of our hosted docs

This commit is contained in:
Mark Otto
2017-07-04 22:45:15 -07:00
committed by Mark Otto
parent edae6a2e1d
commit 4d515e4026
5 changed files with 1 additions and 1 deletions
+18
View File
@@ -0,0 +1,18 @@
---
layout: docs
title: Translations
description: Links to community-translated Bootstrap documentation sites.
group: about
---
Community members have translated Bootstrap's documentation into various languages. None are officially supported and they may not always be up to date.
<ul>
{% for language in site.data.translations %}
<li><a href="{{ language.url }}" hreflang="{{ language.code }}">{{ language.description }} ({{ language.name }})</a></li>
{% endfor %}
</ul>
**We don't help organize or host translations, we just link to them.**
Finished a new or better translation? Open a pull request to add it to our list.