Add sitemap.json

master
rubenwardy 2018-06-27 22:55:59 +01:00
parent 5bc4e35009
commit 82fa2272fe
No known key found for this signature in database
GPG Key ID: A1E29D52FF81513C
1 changed files with 27 additions and 0 deletions

27
sitemap.json Normal file
View File

@ -0,0 +1,27 @@
---
---
[
{% for link in site.data.links_en %}
{% if link.hr != true %}
{
"title": "{{ link.title }}",
"loc": "https://rubenwardy.com/minetest_modding_book/en/{{ link.link }}",
"priority": 1
{% if link.num %}, "chapter_number": {{ link.num }}{% endif %}
},
{% endif %}
{% endfor %}
{
"title": "Lua Modding API Reference",
"loc": "https://rubenwardy.com/minetest_modding_book/lua_api.html",
"priority": 0.75
},
{
"title": "Download Examples",
"loc": "https://github.com/rubenwardy/minetest_modding_book/archive/examples.zip",
"priority": 0.5
}
]