Add sitemap.json
This commit is contained in:
parent
5bc4e35009
commit
82fa2272fe
27
sitemap.json
Normal file
27
sitemap.json
Normal 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
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user