26 lines
601 B
JavaScript
26 lines
601 B
JavaScript
module.exports = {
|
|
"index": "Introduction",
|
|
"concepts": "Core Concepts",
|
|
"binaries": "Binaries",
|
|
"integrations": "Integration Options",
|
|
"clients": "Clients",
|
|
"tools": "Tools",
|
|
"chain": "Interacting with Nyx",
|
|
"--": {
|
|
"type": "separator"
|
|
},
|
|
"rust": "Rust SDK",
|
|
"typescript": "Typescript SDK",
|
|
"---": {
|
|
"type": "separator"
|
|
},
|
|
<<<<<<< HEAD:documentation/docs/pages/developers/_meta.js
|
|
"licensing": "Licensing"
|
|
};
|
|
=======
|
|
"archive": "Archive",
|
|
"licensing": "Licensing",
|
|
"coc": "Coc"
|
|
}
|
|
>>>>>>> max/new-docs-framework:documentation/docs/pages/developers/_meta.json
|