mdbx-doc: добавление ld+json в корневой index.hml

This commit is contained in:
Леонид Юрьев (Leonid Yuriev)
2025-03-05 12:54:51 +03:00
parent 283c962fea
commit 920d9b5b2f
2 changed files with 30 additions and 2 deletions

27
docs/ld+json Normal file
View File

@@ -0,0 +1,27 @@
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "ItemList",
"itemListElement": [{
"@type": "ListItem",
"position": 1,
"name": "Группа в Telegram",
"url": "https://t.me/libmdbx"
},{
"@type": "ListItem",
"position": 2,
"name": "Исходный код",
"url": "https://gitflic.ru/project/erthink/libmdbx"
},{
"@type": "ListItem",
"position": 3,
"name": "C++ API",
"url": "https://libmdbx.dqdkfa.ru/group__cxx__api.html"
},{
"@type": "ListItem",
"position": 4,
"name": "Mirror on Github",
"url": "https://github.com/erthink/libmdbx"
}]
}
</script>