mirror of
https://github.com/godotengine/godot-website.git
synced 2025-12-31 09:48:43 +03:00
11 lines
189 B
JSON
11 lines
189 B
JSON
{
|
|
"mirrors": [
|
|
{% for mirror in page.version_mirrors %}
|
|
{
|
|
"name": "{{ mirror.name }}",
|
|
"url": "{{ mirror.url }}"
|
|
}{% unless forloop.last %},{% endunless %}
|
|
{% endfor %}
|
|
]
|
|
}
|