From 2ea0a2f3c306ca41e8228c457a8dfa37332e1003 Mon Sep 17 00:00:00 2001 From: mfahampshire Date: Fri, 27 Sep 2024 18:10:23 +0200 Subject: [PATCH] move sdks to developers --- documentation/docs/pages/_meta.json | 12 ++++++------ documentation/docs/pages/developers/_meta.json | 9 +++++++-- documentation/docs/pages/developers/index.mdx | 7 +++++++ .../docs/pages/{sdk => developers}/rust/_meta.json | 3 ++- .../docs/pages/{sdk => developers}/rust/examples.md | 0 .../{sdk => developers}/rust/examples/_meta.json | 0 .../{sdk => developers}/rust/examples/builders.md | 0 .../rust/examples/builders/_meta.json | 0 .../rust/examples/builders/builder-with-storage.md | 0 .../rust/examples/builders/builder.md | 0 .../rust/examples/custom-topology.md | 0 .../rust/examples/custom-topology/_meta.json | 0 .../rust/examples/custom-topology/custom-provider.md | 0 .../custom-topology/manually-overwrite-topology.md | 0 .../{sdk => developers}/rust/examples/simple.md | 0 .../pages/{sdk => developers}/rust/examples/socks.md | 0 .../{sdk => developers}/rust/examples/split-send.md | 0 .../{sdk => developers}/rust/examples/storage.md | 0 .../pages/{sdk => developers}/rust/examples/surbs.md | 0 .../pages/{sdk => developers}/rust/ffi/_meta.json | 0 .../docs/pages/{sdk => developers}/rust/ffi/cpp.mdx | 0 .../docs/pages/{sdk => developers}/rust/ffi/go.mdx | 0 .../docs/pages/{sdk => developers}/rust/index.md | 0 .../{sdk => developers}/rust/message-helpers.md | 0 .../pages/{sdk => developers}/rust/message-types.md | 0 .../{sdk => developers}/rust/troubleshooting.md | 0 .../{sdk => developers}/typescript/FAQ/_meta.json | 0 .../{sdk => developers}/typescript/FAQ/general.mdx | 0 .../pages/{sdk => developers}/typescript/_meta.json | 0 .../typescript/bundling/_meta.json | 0 .../typescript/bundling/bundling.mdx | 0 .../typescript/bundling/esbuild.mdx | 0 .../typescript/bundling/webpack.mdx | 0 .../typescript/examples/_meta.json | 0 .../typescript/examples/cosmos-kit.mdx | 0 .../typescript/examples/mix-fetch.mdx | 0 .../typescript/examples/mixnet.mdx | 0 .../typescript/examples/nym-smart-contracts.mdx | 0 .../pages/{sdk => developers}/typescript/index.mdx | 0 .../{sdk => developers}/typescript/installation.mdx | 0 .../{sdk => developers}/typescript/overview.mdx | 0 .../typescript/playground/_meta.json | 0 .../typescript/playground/cosmos-kit.mdx | 0 .../typescript/playground/mixfetch.mdx | 0 .../typescript/playground/mixnodes.mdx | 0 .../typescript/playground/traffic.mdx | 0 .../typescript/playground/wallet.mdx | 0 .../typescript/scripts/build-prod-docs.sh | 0 .../pages/{sdk => developers}/typescript/start.mdx | 0 documentation/docs/pages/sdk/_meta.json | 8 -------- documentation/docs/pages/sdk/licensing.md | 11 ----------- 51 files changed, 22 insertions(+), 28 deletions(-) create mode 100644 documentation/docs/pages/developers/index.mdx rename documentation/docs/pages/{sdk => developers}/rust/_meta.json (75%) rename documentation/docs/pages/{sdk => developers}/rust/examples.md (100%) rename documentation/docs/pages/{sdk => developers}/rust/examples/_meta.json (100%) rename documentation/docs/pages/{sdk => developers}/rust/examples/builders.md (100%) rename documentation/docs/pages/{sdk => developers}/rust/examples/builders/_meta.json (100%) rename documentation/docs/pages/{sdk => developers}/rust/examples/builders/builder-with-storage.md (100%) rename documentation/docs/pages/{sdk => developers}/rust/examples/builders/builder.md (100%) rename documentation/docs/pages/{sdk => developers}/rust/examples/custom-topology.md (100%) rename documentation/docs/pages/{sdk => developers}/rust/examples/custom-topology/_meta.json (100%) rename documentation/docs/pages/{sdk => developers}/rust/examples/custom-topology/custom-provider.md (100%) rename documentation/docs/pages/{sdk => developers}/rust/examples/custom-topology/manually-overwrite-topology.md (100%) rename documentation/docs/pages/{sdk => developers}/rust/examples/simple.md (100%) rename documentation/docs/pages/{sdk => developers}/rust/examples/socks.md (100%) rename documentation/docs/pages/{sdk => developers}/rust/examples/split-send.md (100%) rename documentation/docs/pages/{sdk => developers}/rust/examples/storage.md (100%) rename documentation/docs/pages/{sdk => developers}/rust/examples/surbs.md (100%) rename documentation/docs/pages/{sdk => developers}/rust/ffi/_meta.json (100%) rename documentation/docs/pages/{sdk => developers}/rust/ffi/cpp.mdx (100%) rename documentation/docs/pages/{sdk => developers}/rust/ffi/go.mdx (100%) rename documentation/docs/pages/{sdk => developers}/rust/index.md (100%) rename documentation/docs/pages/{sdk => developers}/rust/message-helpers.md (100%) rename documentation/docs/pages/{sdk => developers}/rust/message-types.md (100%) rename documentation/docs/pages/{sdk => developers}/rust/troubleshooting.md (100%) rename documentation/docs/pages/{sdk => developers}/typescript/FAQ/_meta.json (100%) rename documentation/docs/pages/{sdk => developers}/typescript/FAQ/general.mdx (100%) rename documentation/docs/pages/{sdk => developers}/typescript/_meta.json (100%) rename documentation/docs/pages/{sdk => developers}/typescript/bundling/_meta.json (100%) rename documentation/docs/pages/{sdk => developers}/typescript/bundling/bundling.mdx (100%) rename documentation/docs/pages/{sdk => developers}/typescript/bundling/esbuild.mdx (100%) rename documentation/docs/pages/{sdk => developers}/typescript/bundling/webpack.mdx (100%) rename documentation/docs/pages/{sdk => developers}/typescript/examples/_meta.json (100%) rename documentation/docs/pages/{sdk => developers}/typescript/examples/cosmos-kit.mdx (100%) rename documentation/docs/pages/{sdk => developers}/typescript/examples/mix-fetch.mdx (100%) rename documentation/docs/pages/{sdk => developers}/typescript/examples/mixnet.mdx (100%) rename documentation/docs/pages/{sdk => developers}/typescript/examples/nym-smart-contracts.mdx (100%) rename documentation/docs/pages/{sdk => developers}/typescript/index.mdx (100%) rename documentation/docs/pages/{sdk => developers}/typescript/installation.mdx (100%) rename documentation/docs/pages/{sdk => developers}/typescript/overview.mdx (100%) rename documentation/docs/pages/{sdk => developers}/typescript/playground/_meta.json (100%) rename documentation/docs/pages/{sdk => developers}/typescript/playground/cosmos-kit.mdx (100%) rename documentation/docs/pages/{sdk => developers}/typescript/playground/mixfetch.mdx (100%) rename documentation/docs/pages/{sdk => developers}/typescript/playground/mixnodes.mdx (100%) rename documentation/docs/pages/{sdk => developers}/typescript/playground/traffic.mdx (100%) rename documentation/docs/pages/{sdk => developers}/typescript/playground/wallet.mdx (100%) rename documentation/docs/pages/{sdk => developers}/typescript/scripts/build-prod-docs.sh (100%) rename documentation/docs/pages/{sdk => developers}/typescript/start.mdx (100%) delete mode 100644 documentation/docs/pages/sdk/_meta.json delete mode 100644 documentation/docs/pages/sdk/licensing.md diff --git a/documentation/docs/pages/_meta.json b/documentation/docs/pages/_meta.json index 721abb6e75..ba7bdce511 100644 --- a/documentation/docs/pages/_meta.json +++ b/documentation/docs/pages/_meta.json @@ -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" } } }, diff --git a/documentation/docs/pages/developers/_meta.json b/documentation/docs/pages/developers/_meta.json index 369c42ca28..f25b40e71e 100644 --- a/documentation/docs/pages/developers/_meta.json +++ b/documentation/docs/pages/developers/_meta.json @@ -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" }, diff --git a/documentation/docs/pages/developers/index.mdx b/documentation/docs/pages/developers/index.mdx new file mode 100644 index 0000000000..22516055d6 --- /dev/null +++ b/documentation/docs/pages/developers/index.mdx @@ -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. diff --git a/documentation/docs/pages/sdk/rust/_meta.json b/documentation/docs/pages/developers/rust/_meta.json similarity index 75% rename from documentation/docs/pages/sdk/rust/_meta.json rename to documentation/docs/pages/developers/rust/_meta.json index 3db9739598..1495ee2660 100644 --- a/documentation/docs/pages/sdk/rust/_meta.json +++ b/documentation/docs/pages/developers/rust/_meta.json @@ -4,5 +4,6 @@ "message-helpers": "Message Helpers", "message-types": "Message Types", "troubleshooting": "Troubleshooting", - "ffi": "FFI" + "ffi": "FFI", + "tutorials": "Tutorials (Coming Soon)" } diff --git a/documentation/docs/pages/sdk/rust/examples.md b/documentation/docs/pages/developers/rust/examples.md similarity index 100% rename from documentation/docs/pages/sdk/rust/examples.md rename to documentation/docs/pages/developers/rust/examples.md diff --git a/documentation/docs/pages/sdk/rust/examples/_meta.json b/documentation/docs/pages/developers/rust/examples/_meta.json similarity index 100% rename from documentation/docs/pages/sdk/rust/examples/_meta.json rename to documentation/docs/pages/developers/rust/examples/_meta.json diff --git a/documentation/docs/pages/sdk/rust/examples/builders.md b/documentation/docs/pages/developers/rust/examples/builders.md similarity index 100% rename from documentation/docs/pages/sdk/rust/examples/builders.md rename to documentation/docs/pages/developers/rust/examples/builders.md diff --git a/documentation/docs/pages/sdk/rust/examples/builders/_meta.json b/documentation/docs/pages/developers/rust/examples/builders/_meta.json similarity index 100% rename from documentation/docs/pages/sdk/rust/examples/builders/_meta.json rename to documentation/docs/pages/developers/rust/examples/builders/_meta.json diff --git a/documentation/docs/pages/sdk/rust/examples/builders/builder-with-storage.md b/documentation/docs/pages/developers/rust/examples/builders/builder-with-storage.md similarity index 100% rename from documentation/docs/pages/sdk/rust/examples/builders/builder-with-storage.md rename to documentation/docs/pages/developers/rust/examples/builders/builder-with-storage.md diff --git a/documentation/docs/pages/sdk/rust/examples/builders/builder.md b/documentation/docs/pages/developers/rust/examples/builders/builder.md similarity index 100% rename from documentation/docs/pages/sdk/rust/examples/builders/builder.md rename to documentation/docs/pages/developers/rust/examples/builders/builder.md diff --git a/documentation/docs/pages/sdk/rust/examples/custom-topology.md b/documentation/docs/pages/developers/rust/examples/custom-topology.md similarity index 100% rename from documentation/docs/pages/sdk/rust/examples/custom-topology.md rename to documentation/docs/pages/developers/rust/examples/custom-topology.md diff --git a/documentation/docs/pages/sdk/rust/examples/custom-topology/_meta.json b/documentation/docs/pages/developers/rust/examples/custom-topology/_meta.json similarity index 100% rename from documentation/docs/pages/sdk/rust/examples/custom-topology/_meta.json rename to documentation/docs/pages/developers/rust/examples/custom-topology/_meta.json diff --git a/documentation/docs/pages/sdk/rust/examples/custom-topology/custom-provider.md b/documentation/docs/pages/developers/rust/examples/custom-topology/custom-provider.md similarity index 100% rename from documentation/docs/pages/sdk/rust/examples/custom-topology/custom-provider.md rename to documentation/docs/pages/developers/rust/examples/custom-topology/custom-provider.md diff --git a/documentation/docs/pages/sdk/rust/examples/custom-topology/manually-overwrite-topology.md b/documentation/docs/pages/developers/rust/examples/custom-topology/manually-overwrite-topology.md similarity index 100% rename from documentation/docs/pages/sdk/rust/examples/custom-topology/manually-overwrite-topology.md rename to documentation/docs/pages/developers/rust/examples/custom-topology/manually-overwrite-topology.md diff --git a/documentation/docs/pages/sdk/rust/examples/simple.md b/documentation/docs/pages/developers/rust/examples/simple.md similarity index 100% rename from documentation/docs/pages/sdk/rust/examples/simple.md rename to documentation/docs/pages/developers/rust/examples/simple.md diff --git a/documentation/docs/pages/sdk/rust/examples/socks.md b/documentation/docs/pages/developers/rust/examples/socks.md similarity index 100% rename from documentation/docs/pages/sdk/rust/examples/socks.md rename to documentation/docs/pages/developers/rust/examples/socks.md diff --git a/documentation/docs/pages/sdk/rust/examples/split-send.md b/documentation/docs/pages/developers/rust/examples/split-send.md similarity index 100% rename from documentation/docs/pages/sdk/rust/examples/split-send.md rename to documentation/docs/pages/developers/rust/examples/split-send.md diff --git a/documentation/docs/pages/sdk/rust/examples/storage.md b/documentation/docs/pages/developers/rust/examples/storage.md similarity index 100% rename from documentation/docs/pages/sdk/rust/examples/storage.md rename to documentation/docs/pages/developers/rust/examples/storage.md diff --git a/documentation/docs/pages/sdk/rust/examples/surbs.md b/documentation/docs/pages/developers/rust/examples/surbs.md similarity index 100% rename from documentation/docs/pages/sdk/rust/examples/surbs.md rename to documentation/docs/pages/developers/rust/examples/surbs.md diff --git a/documentation/docs/pages/sdk/rust/ffi/_meta.json b/documentation/docs/pages/developers/rust/ffi/_meta.json similarity index 100% rename from documentation/docs/pages/sdk/rust/ffi/_meta.json rename to documentation/docs/pages/developers/rust/ffi/_meta.json diff --git a/documentation/docs/pages/sdk/rust/ffi/cpp.mdx b/documentation/docs/pages/developers/rust/ffi/cpp.mdx similarity index 100% rename from documentation/docs/pages/sdk/rust/ffi/cpp.mdx rename to documentation/docs/pages/developers/rust/ffi/cpp.mdx diff --git a/documentation/docs/pages/sdk/rust/ffi/go.mdx b/documentation/docs/pages/developers/rust/ffi/go.mdx similarity index 100% rename from documentation/docs/pages/sdk/rust/ffi/go.mdx rename to documentation/docs/pages/developers/rust/ffi/go.mdx diff --git a/documentation/docs/pages/sdk/rust/index.md b/documentation/docs/pages/developers/rust/index.md similarity index 100% rename from documentation/docs/pages/sdk/rust/index.md rename to documentation/docs/pages/developers/rust/index.md diff --git a/documentation/docs/pages/sdk/rust/message-helpers.md b/documentation/docs/pages/developers/rust/message-helpers.md similarity index 100% rename from documentation/docs/pages/sdk/rust/message-helpers.md rename to documentation/docs/pages/developers/rust/message-helpers.md diff --git a/documentation/docs/pages/sdk/rust/message-types.md b/documentation/docs/pages/developers/rust/message-types.md similarity index 100% rename from documentation/docs/pages/sdk/rust/message-types.md rename to documentation/docs/pages/developers/rust/message-types.md diff --git a/documentation/docs/pages/sdk/rust/troubleshooting.md b/documentation/docs/pages/developers/rust/troubleshooting.md similarity index 100% rename from documentation/docs/pages/sdk/rust/troubleshooting.md rename to documentation/docs/pages/developers/rust/troubleshooting.md diff --git a/documentation/docs/pages/sdk/typescript/FAQ/_meta.json b/documentation/docs/pages/developers/typescript/FAQ/_meta.json similarity index 100% rename from documentation/docs/pages/sdk/typescript/FAQ/_meta.json rename to documentation/docs/pages/developers/typescript/FAQ/_meta.json diff --git a/documentation/docs/pages/sdk/typescript/FAQ/general.mdx b/documentation/docs/pages/developers/typescript/FAQ/general.mdx similarity index 100% rename from documentation/docs/pages/sdk/typescript/FAQ/general.mdx rename to documentation/docs/pages/developers/typescript/FAQ/general.mdx diff --git a/documentation/docs/pages/sdk/typescript/_meta.json b/documentation/docs/pages/developers/typescript/_meta.json similarity index 100% rename from documentation/docs/pages/sdk/typescript/_meta.json rename to documentation/docs/pages/developers/typescript/_meta.json diff --git a/documentation/docs/pages/sdk/typescript/bundling/_meta.json b/documentation/docs/pages/developers/typescript/bundling/_meta.json similarity index 100% rename from documentation/docs/pages/sdk/typescript/bundling/_meta.json rename to documentation/docs/pages/developers/typescript/bundling/_meta.json diff --git a/documentation/docs/pages/sdk/typescript/bundling/bundling.mdx b/documentation/docs/pages/developers/typescript/bundling/bundling.mdx similarity index 100% rename from documentation/docs/pages/sdk/typescript/bundling/bundling.mdx rename to documentation/docs/pages/developers/typescript/bundling/bundling.mdx diff --git a/documentation/docs/pages/sdk/typescript/bundling/esbuild.mdx b/documentation/docs/pages/developers/typescript/bundling/esbuild.mdx similarity index 100% rename from documentation/docs/pages/sdk/typescript/bundling/esbuild.mdx rename to documentation/docs/pages/developers/typescript/bundling/esbuild.mdx diff --git a/documentation/docs/pages/sdk/typescript/bundling/webpack.mdx b/documentation/docs/pages/developers/typescript/bundling/webpack.mdx similarity index 100% rename from documentation/docs/pages/sdk/typescript/bundling/webpack.mdx rename to documentation/docs/pages/developers/typescript/bundling/webpack.mdx diff --git a/documentation/docs/pages/sdk/typescript/examples/_meta.json b/documentation/docs/pages/developers/typescript/examples/_meta.json similarity index 100% rename from documentation/docs/pages/sdk/typescript/examples/_meta.json rename to documentation/docs/pages/developers/typescript/examples/_meta.json diff --git a/documentation/docs/pages/sdk/typescript/examples/cosmos-kit.mdx b/documentation/docs/pages/developers/typescript/examples/cosmos-kit.mdx similarity index 100% rename from documentation/docs/pages/sdk/typescript/examples/cosmos-kit.mdx rename to documentation/docs/pages/developers/typescript/examples/cosmos-kit.mdx diff --git a/documentation/docs/pages/sdk/typescript/examples/mix-fetch.mdx b/documentation/docs/pages/developers/typescript/examples/mix-fetch.mdx similarity index 100% rename from documentation/docs/pages/sdk/typescript/examples/mix-fetch.mdx rename to documentation/docs/pages/developers/typescript/examples/mix-fetch.mdx diff --git a/documentation/docs/pages/sdk/typescript/examples/mixnet.mdx b/documentation/docs/pages/developers/typescript/examples/mixnet.mdx similarity index 100% rename from documentation/docs/pages/sdk/typescript/examples/mixnet.mdx rename to documentation/docs/pages/developers/typescript/examples/mixnet.mdx diff --git a/documentation/docs/pages/sdk/typescript/examples/nym-smart-contracts.mdx b/documentation/docs/pages/developers/typescript/examples/nym-smart-contracts.mdx similarity index 100% rename from documentation/docs/pages/sdk/typescript/examples/nym-smart-contracts.mdx rename to documentation/docs/pages/developers/typescript/examples/nym-smart-contracts.mdx diff --git a/documentation/docs/pages/sdk/typescript/index.mdx b/documentation/docs/pages/developers/typescript/index.mdx similarity index 100% rename from documentation/docs/pages/sdk/typescript/index.mdx rename to documentation/docs/pages/developers/typescript/index.mdx diff --git a/documentation/docs/pages/sdk/typescript/installation.mdx b/documentation/docs/pages/developers/typescript/installation.mdx similarity index 100% rename from documentation/docs/pages/sdk/typescript/installation.mdx rename to documentation/docs/pages/developers/typescript/installation.mdx diff --git a/documentation/docs/pages/sdk/typescript/overview.mdx b/documentation/docs/pages/developers/typescript/overview.mdx similarity index 100% rename from documentation/docs/pages/sdk/typescript/overview.mdx rename to documentation/docs/pages/developers/typescript/overview.mdx diff --git a/documentation/docs/pages/sdk/typescript/playground/_meta.json b/documentation/docs/pages/developers/typescript/playground/_meta.json similarity index 100% rename from documentation/docs/pages/sdk/typescript/playground/_meta.json rename to documentation/docs/pages/developers/typescript/playground/_meta.json diff --git a/documentation/docs/pages/sdk/typescript/playground/cosmos-kit.mdx b/documentation/docs/pages/developers/typescript/playground/cosmos-kit.mdx similarity index 100% rename from documentation/docs/pages/sdk/typescript/playground/cosmos-kit.mdx rename to documentation/docs/pages/developers/typescript/playground/cosmos-kit.mdx diff --git a/documentation/docs/pages/sdk/typescript/playground/mixfetch.mdx b/documentation/docs/pages/developers/typescript/playground/mixfetch.mdx similarity index 100% rename from documentation/docs/pages/sdk/typescript/playground/mixfetch.mdx rename to documentation/docs/pages/developers/typescript/playground/mixfetch.mdx diff --git a/documentation/docs/pages/sdk/typescript/playground/mixnodes.mdx b/documentation/docs/pages/developers/typescript/playground/mixnodes.mdx similarity index 100% rename from documentation/docs/pages/sdk/typescript/playground/mixnodes.mdx rename to documentation/docs/pages/developers/typescript/playground/mixnodes.mdx diff --git a/documentation/docs/pages/sdk/typescript/playground/traffic.mdx b/documentation/docs/pages/developers/typescript/playground/traffic.mdx similarity index 100% rename from documentation/docs/pages/sdk/typescript/playground/traffic.mdx rename to documentation/docs/pages/developers/typescript/playground/traffic.mdx diff --git a/documentation/docs/pages/sdk/typescript/playground/wallet.mdx b/documentation/docs/pages/developers/typescript/playground/wallet.mdx similarity index 100% rename from documentation/docs/pages/sdk/typescript/playground/wallet.mdx rename to documentation/docs/pages/developers/typescript/playground/wallet.mdx diff --git a/documentation/docs/pages/sdk/typescript/scripts/build-prod-docs.sh b/documentation/docs/pages/developers/typescript/scripts/build-prod-docs.sh similarity index 100% rename from documentation/docs/pages/sdk/typescript/scripts/build-prod-docs.sh rename to documentation/docs/pages/developers/typescript/scripts/build-prod-docs.sh diff --git a/documentation/docs/pages/sdk/typescript/start.mdx b/documentation/docs/pages/developers/typescript/start.mdx similarity index 100% rename from documentation/docs/pages/sdk/typescript/start.mdx rename to documentation/docs/pages/developers/typescript/start.mdx diff --git a/documentation/docs/pages/sdk/_meta.json b/documentation/docs/pages/sdk/_meta.json deleted file mode 100644 index 190bffa37e..0000000000 --- a/documentation/docs/pages/sdk/_meta.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "rust": "Rust SDK", - "typescript": "Typescript SDK", - "---": { - "type": "separator" - }, - "licensing": "Licensing" -} diff --git a/documentation/docs/pages/sdk/licensing.md b/documentation/docs/pages/sdk/licensing.md deleted file mode 100644 index b569231b75..0000000000 --- a/documentation/docs/pages/sdk/licensing.md +++ /dev/null @@ -1,11 +0,0 @@ -# Licensing - -As a general approach, licensing is as follows this pattern: - -*

Nym Documentation by Nym Technologies is licensed under CC BY-NC-SA 4.0

- -* 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.