mirror of
https://github.com/isar/libmdbx.git
synced 2025-08-19 19:39:26 +08:00
mdbx-doc: добавление ld+json
в корневой index.hml
This commit is contained in:
27
docs/ld+json
Normal file
27
docs/ld+json
Normal 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>
|
Reference in New Issue
Block a user