move sdks to developers
This commit is contained in:
@@ -8,19 +8,19 @@
|
||||
},
|
||||
"developers": {
|
||||
"title": "Developers",
|
||||
"type": "page"
|
||||
},
|
||||
"sdk": {
|
||||
"title": "SDKs",
|
||||
"type": "menu",
|
||||
"items": {
|
||||
"developers": {
|
||||
"title": "Developer Overview",
|
||||
"href": "/developers/"
|
||||
},
|
||||
"rust": {
|
||||
"title": "Rust SDK",
|
||||
"href": "/sdk/rust"
|
||||
"href": "/developers/rust"
|
||||
},
|
||||
"typescript": {
|
||||
"title": "Typescript SDK",
|
||||
"href": "/sdk/typescript"
|
||||
"href": "/developers/typescript"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -1,10 +1,15 @@
|
||||
{
|
||||
"index": "Introduction",
|
||||
"concepts": "Core Concepts",
|
||||
"integrations": "Integrating",
|
||||
"integrations": "Integration Options",
|
||||
"clients": "Clients",
|
||||
"tools": "Tools",
|
||||
"chain": "Interacting with Nyx",
|
||||
"tutorials": "Tutorials (Coming Soon)",
|
||||
"--": {
|
||||
"type": "separator"
|
||||
},
|
||||
"rust": "Rust SDK",
|
||||
"typescript": "Typescript SDK",
|
||||
"---": {
|
||||
"type": "separator"
|
||||
},
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
# Introduction
|
||||
Nym's developer documentation covering core concepts of integrating a Nym client, an overvie of the avaliable tools, and our SDK docs.
|
||||
|
||||
## Where to Start?
|
||||
If you are completely new to Nym, it is suggested to start with the top sections covering the core concepts, integration options, and the clients and tools available to you.
|
||||
|
||||
If you feel like starting with more practical examples, check out the SDK docs.
|
||||
+2
-1
@@ -4,5 +4,6 @@
|
||||
"message-helpers": "Message Helpers",
|
||||
"message-types": "Message Types",
|
||||
"troubleshooting": "Troubleshooting",
|
||||
"ffi": "FFI"
|
||||
"ffi": "FFI",
|
||||
"tutorials": "Tutorials (Coming Soon)"
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"rust": "Rust SDK",
|
||||
"typescript": "Typescript SDK",
|
||||
"---": {
|
||||
"type": "separator"
|
||||
},
|
||||
"licensing": "Licensing"
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
# Licensing
|
||||
|
||||
As a general approach, licensing is as follows this pattern:
|
||||
|
||||
* <p xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/"><a property="dct:title" rel="cc:attributionURL" href="https://nymtech.net/docs">Nym Documentation</a> by <a rel="cc:attributionURL dct:creator" property="cc:attributionName" href="https://nymtech.net">Nym Technologies</a> is licensed under <a href="http://creativecommons.org/licenses/by-nc-sa/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY-NC-SA 4.0<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1"><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1"><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/nc.svg?ref=chooser-v1"><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/sa.svg?ref=chooser-v1"></a></p>
|
||||
|
||||
* Nym applications and binaries are [GPL-3.0-only](https://www.gnu.org/licenses/)
|
||||
|
||||
* Used libraries and different components are [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0.html) or [MIT](https://mit-license.org/)
|
||||
|
||||
For accurate information, please check individual files.
|
||||
Reference in New Issue
Block a user