From 35ab43b219673be53ab4a37abbb388ee6df27d1a Mon Sep 17 00:00:00 2001 From: Filip Stoyanov Date: Tue, 30 Apr 2024 11:06:36 +0100 Subject: [PATCH 1/2] filip(fix): remove polyfills --- .../docusaurus-debug-all-content-673.json | 1 - .docusaurus/docusaurus.config.mjs | 8 - .docusaurus/site-metadata.json | 9 +- docusaurus.config.ts | 1 - package.json | 1 - yarn.lock | 617 +----------------- 6 files changed, 16 insertions(+), 621 deletions(-) diff --git a/.docusaurus/docusaurus-plugin-debug/default/docusaurus-debug-all-content-673.json b/.docusaurus/docusaurus-plugin-debug/default/docusaurus-debug-all-content-673.json index 270ecbc7..a2811eb7 100644 --- a/.docusaurus/docusaurus-plugin-debug/default/docusaurus-debug-all-content-673.json +++ b/.docusaurus/docusaurus-plugin-debug/default/docusaurus-debug-all-content-673.json @@ -2879,7 +2879,6 @@ }, "docusaurus-plugin-debug": {}, "docusaurus-theme-classic": {}, - "docusaurus-node-polyfills": {}, "docusaurus-plugin-client-redirects": {}, "docusaurus-bootstrap-plugin": {}, "docusaurus-mdx-fallback-plugin": {} diff --git a/.docusaurus/docusaurus.config.mjs b/.docusaurus/docusaurus.config.mjs index 6b888653..222ee059 100644 --- a/.docusaurus/docusaurus.config.mjs +++ b/.docusaurus/docusaurus.config.mjs @@ -21,14 +21,6 @@ export default { "localeConfigs": {} }, "plugins": [ - [ - "docusaurus-node-polyfills", - { - "excludeAliases": [ - "console" - ] - } - ], [ "@docusaurus/plugin-client-redirects", { diff --git a/.docusaurus/site-metadata.json b/.docusaurus/site-metadata.json index 241307b5..2c74bdf4 100644 --- a/.docusaurus/site-metadata.json +++ b/.docusaurus/site-metadata.json @@ -17,9 +17,9 @@ "name": "@docusaurus/plugin-content-pages", "version": "3.1.1" }, - "docusaurus-plugin-sitemap": { + "docusaurus-plugin-debug": { "type": "package", - "name": "@docusaurus/plugin-sitemap", + "name": "@docusaurus/plugin-debug", "version": "3.1.1" }, "docusaurus-theme-classic": { @@ -27,11 +27,6 @@ "name": "@docusaurus/theme-classic", "version": "3.1.1" }, - "docusaurus-node-polyfills": { - "type": "package", - "name": "docusaurus-node-polyfills", - "version": "1.0.0" - }, "docusaurus-plugin-client-redirects": { "type": "package", "name": "@docusaurus/plugin-client-redirects", diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 3caec91e..87561fdb 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -29,7 +29,6 @@ const config: Config = { }, plugins: [ - ['docusaurus-node-polyfills', { excludeAliases: ['console'] }], [ '@docusaurus/plugin-client-redirects', { diff --git a/package.json b/package.json index 5758f3f9..ebe0d93c 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,6 @@ "@mui/material": "^5.9.2", "clsx": "^2.0.0", "dayjs": "^1.11.9", - "docusaurus-node-polyfills": "^1.0.0", "emotion": "^10.0.23", "emotion-server": "^10.0.17", "emotion-theming": "^10.0.19", diff --git a/yarn.lock b/yarn.lock index 47343321..9a8a9201 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1547,7 +1547,7 @@ "@docusaurus/theme-search-algolia" "3.1.1" "@docusaurus/types" "3.1.1" -"@docusaurus/react-loadable@5.5.2": +"@docusaurus/react-loadable@5.5.2", "react-loadable@npm:@docusaurus/react-loadable@5.5.2": version "5.5.2" resolved "https://registry.yarnpkg.com/@docusaurus/react-loadable/-/react-loadable-5.5.2.tgz#81aae0db81ecafbdaee3651f12804580868fa6ce" integrity sha512-A3dYjdBGuy0IGT+wyLIGIKLRE+sAk1iNk0f1HjNDysO7u8lhL4N3VEm+FAubmJbAztn94F7MxBTPmnixbiyFdQ== @@ -3415,26 +3415,6 @@ array-union@^2.1.0: resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d" integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw== -asn1.js@^4.10.1: - version "4.10.1" - resolved "https://registry.yarnpkg.com/asn1.js/-/asn1.js-4.10.1.tgz#b9c2bf5805f1e64aadeed6df3a2bfafb5a73f5a0" - integrity sha512-p32cOF5q0Zqs9uBiONKYLm6BClCoBCM5O9JfeUSlnQLBTxYdTK+pW+nXflm8UkKd2UYlEbYz5qEi0JuZR9ckSw== - dependencies: - bn.js "^4.0.0" - inherits "^2.0.1" - minimalistic-assert "^1.0.0" - -assert@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/assert/-/assert-2.1.0.tgz#6d92a238d05dc02e7427c881fb8be81c8448b2dd" - integrity sha512-eLHpSK/Y4nhMJ07gDaAzoX/XAKS8PSaojml3M0DM4JpV1LAi5JOJ/p6H/XWrl8L+DzVEvVCW1z3vWAaB9oTsQw== - dependencies: - call-bind "^1.0.2" - is-nan "^1.3.2" - object-is "^1.1.5" - object.assign "^4.1.4" - util "^0.12.5" - astring@^1.8.0: version "1.8.6" resolved "https://registry.yarnpkg.com/astring/-/astring-1.8.6.tgz#2c9c157cf1739d67561c56ba896e6948f6b93731" @@ -3457,13 +3437,6 @@ autoprefixer@^10.4.12, autoprefixer@^10.4.14: picocolors "^1.0.0" postcss-value-parser "^4.2.0" -available-typed-arrays@^1.0.6: - version "1.0.7" - resolved "https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz#a5cc375d6a03c2efc87a553f3e0b1522def14846" - integrity sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ== - dependencies: - possible-typed-array-names "^1.0.0" - babel-loader@^9.1.3: version "9.1.3" resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-9.1.3.tgz#3d0e01b4e69760cc694ee306fe16d358aa1c6f9a" @@ -3583,11 +3556,6 @@ balanced-match@^1.0.0: resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee" integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw== -base64-js@^1.3.1: - version "1.5.1" - resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a" - integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA== - batch@0.6.1: version "0.6.1" resolved "https://registry.yarnpkg.com/batch/-/batch-0.6.1.tgz#dc34314f4e679318093fc760272525f94bf25c16" @@ -3603,16 +3571,6 @@ binary-extensions@^2.0.0: resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.2.0.tgz#75f502eeaf9ffde42fc98829645be4ea76bd9e2d" integrity sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA== -bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.11.9: - version "4.12.0" - resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.12.0.tgz#775b3f278efbb9718eec7361f483fb36fbbfea88" - integrity sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA== - -bn.js@^5.0.0, bn.js@^5.2.1: - version "5.2.1" - resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-5.2.1.tgz#0bc527a6a0d18d0aa8d5b0538ce4a77dccfa7b70" - integrity sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ== - body-parser@1.20.1: version "1.20.1" resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.1.tgz#b1812a8912c195cd371a3ee5e66faa2338a5c668" @@ -3687,72 +3645,6 @@ braces@^3.0.2, braces@~3.0.2: dependencies: fill-range "^7.0.1" -brorand@^1.0.1, brorand@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f" - integrity sha512-cKV8tMCEpQs4hK/ik71d6LrPOnpkpGBR0wzxqr68g2m/LB2GxVYQroAjMJZRVM1Y4BCjCKc3vAamxSzOY2RP+w== - -browserify-aes@^1.0.4, browserify-aes@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/browserify-aes/-/browserify-aes-1.2.0.tgz#326734642f403dabc3003209853bb70ad428ef48" - integrity sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA== - dependencies: - buffer-xor "^1.0.3" - cipher-base "^1.0.0" - create-hash "^1.1.0" - evp_bytestokey "^1.0.3" - inherits "^2.0.1" - safe-buffer "^5.0.1" - -browserify-cipher@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/browserify-cipher/-/browserify-cipher-1.0.1.tgz#8d6474c1b870bfdabcd3bcfcc1934a10e94f15f0" - integrity sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w== - dependencies: - browserify-aes "^1.0.4" - browserify-des "^1.0.0" - evp_bytestokey "^1.0.0" - -browserify-des@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/browserify-des/-/browserify-des-1.0.2.tgz#3af4f1f59839403572f1c66204375f7a7f703e9c" - integrity sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A== - dependencies: - cipher-base "^1.0.1" - des.js "^1.0.0" - inherits "^2.0.1" - safe-buffer "^5.1.2" - -browserify-rsa@^4.0.0, browserify-rsa@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/browserify-rsa/-/browserify-rsa-4.1.0.tgz#b2fd06b5b75ae297f7ce2dc651f918f5be158c8d" - integrity sha512-AdEER0Hkspgno2aR97SAf6vi0y0k8NuOpGnVH3O99rcA5Q6sh8QxcngtHuJ6uXwnfAXNM4Gn1Gb7/MV1+Ymbog== - dependencies: - bn.js "^5.0.0" - randombytes "^2.0.1" - -browserify-sign@^4.0.0: - version "4.2.2" - resolved "https://registry.yarnpkg.com/browserify-sign/-/browserify-sign-4.2.2.tgz#e78d4b69816d6e3dd1c747e64e9947f9ad79bc7e" - integrity sha512-1rudGyeYY42Dk6texmv7c4VcQ0EsvVbLwZkA+AQB7SxvXxmcD93jcHie8bzecJ+ChDlmAm2Qyu0+Ccg5uhZXCg== - dependencies: - bn.js "^5.2.1" - browserify-rsa "^4.1.0" - create-hash "^1.2.0" - create-hmac "^1.1.7" - elliptic "^6.5.4" - inherits "^2.0.4" - parse-asn1 "^5.1.6" - readable-stream "^3.6.2" - safe-buffer "^5.2.1" - -browserify-zlib@^0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/browserify-zlib/-/browserify-zlib-0.2.0.tgz#2869459d9aa3be245fe8fe2ca1f46e2e7f54d73f" - integrity sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA== - dependencies: - pako "~1.0.5" - browserslist@^4.0.0, browserslist@^4.18.1, browserslist@^4.21.10, browserslist@^4.21.4, browserslist@^4.22.2: version "4.22.3" resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.22.3.tgz#299d11b7e947a6b843981392721169e27d60c5a6" @@ -3773,24 +3665,6 @@ buffer-from@~0.1.1: resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-0.1.2.tgz#15f4b9bcef012044df31142c14333caf6e0260d0" integrity sha512-RiWIenusJsmI2KcvqQABB83tLxCByE3upSP8QU3rJDMVFGPWLvPQJt/O1Su9moRWeH7d+Q2HYb68f6+v+tw2vg== -buffer-xor@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/buffer-xor/-/buffer-xor-1.0.3.tgz#26e61ed1422fb70dd42e6e36729ed51d855fe8d9" - integrity sha512-571s0T7nZWK6vB67HI5dyUF7wXiNcfaPPPTl6zYCNApANjIvYJTg7hlud/+cJpdAhS7dVzqMLmfhfHR3rAcOjQ== - -buffer@^6.0.3: - version "6.0.3" - resolved "https://registry.yarnpkg.com/buffer/-/buffer-6.0.3.tgz#2ace578459cc8fbe2a70aaa8f52ee63b6a74c6c6" - integrity sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA== - dependencies: - base64-js "^1.3.1" - ieee754 "^1.2.1" - -builtin-status-codes@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz#85982878e21b98e1c66425e03d0174788f569ee8" - integrity sha512-HpGFw18DgFWlncDfjTa2rcQ4W88O1mC8e8yZ2AvQY5KDaktSTwo+KRf6nHK6FRI5FyRyb/5T6+TSxfP7QyGsmQ== - bytes@3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.0.0.tgz#d32815404d689699f85a4ea4fa8755dd13a96048" @@ -3819,17 +3693,6 @@ cacheable-request@^10.2.8: normalize-url "^8.0.0" responselike "^3.0.0" -call-bind@^1.0.0, call-bind@^1.0.2, call-bind@^1.0.7: - version "1.0.7" - resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.7.tgz#06016599c40c56498c18769d2730be242b6fa3b9" - integrity sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w== - dependencies: - es-define-property "^1.0.0" - es-errors "^1.3.0" - function-bind "^1.1.2" - get-intrinsic "^1.2.4" - set-function-length "^1.2.1" - call-bind@^1.0.5, call-bind@^1.0.6: version "1.0.6" resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.6.tgz#6c46675fc7a5e9de82d75a233d586c8b7ac0d931" @@ -4015,14 +3878,6 @@ ci-info@^3.2.0: resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.9.0.tgz#4279a62028a7b1f262f3473fc9605f5e218c59b4" integrity sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ== -cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3: - version "1.0.4" - resolved "https://registry.yarnpkg.com/cipher-base/-/cipher-base-1.0.4.tgz#8760e4ecc272f4c363532f926d874aae2c1397de" - integrity sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q== - dependencies: - inherits "^2.0.1" - safe-buffer "^5.0.1" - clean-css@^5.2.2, clean-css@^5.3.2, clean-css@~5.3.2: version "5.3.3" resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-5.3.3.tgz#b330653cd3bd6b75009cc25c714cae7b93351ccd" @@ -4211,16 +4066,6 @@ consola@^2.15.3: resolved "https://registry.yarnpkg.com/consola/-/consola-2.15.3.tgz#2e11f98d6a4be71ff72e0bdf07bd23e12cb61550" integrity sha512-9vAdYbHj6x2fLKC4+oPH0kFzY/orMZyG2Aj+kNylHxKGJ/Ed4dpNyAQYwJOdqO4zdM7XpVHmyejQDcQHrnuXbw== -console-browserify@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/console-browserify/-/console-browserify-1.2.0.tgz#67063cef57ceb6cf4993a2ab3a55840ae8c49336" - integrity sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA== - -constants-browserify@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/constants-browserify/-/constants-browserify-1.0.0.tgz#c20b96d8c617748aaf1c16021760cd27fcb8cb75" - integrity sha512-xFxOwqIzR/e1k1gLiWEophSCMqXcwVHIH7akf7b/vxcUeGunlj3hvZaaqxwHsTgn+IndtkQJgSztIDWeumWJDQ== - content-disposition@0.5.2: version "0.5.2" resolved "https://registry.yarnpkg.com/content-disposition/-/content-disposition-0.5.2.tgz#0cf68bb9ddf5f2be7961c3a85178cb85dba78cb4" @@ -4329,14 +4174,6 @@ cosmiconfig@^8.3.5: parse-json "^5.2.0" path-type "^4.0.0" -create-ecdh@^4.0.0: - version "4.0.4" - resolved "https://registry.yarnpkg.com/create-ecdh/-/create-ecdh-4.0.4.tgz#d6e7f4bffa66736085a0762fd3a632684dabcc4e" - integrity sha512-mf+TCx8wWc9VpuxfP2ht0iSISLZnt0JgWlrOKZiNqyUZWnjIaCIVNQArMHnCZKfEYRg6IM7A+NeJoN8gf/Ws0A== - dependencies: - bn.js "^4.1.0" - elliptic "^6.5.3" - create-emotion-server@10.0.27: version "10.0.27" resolved "https://registry.yarnpkg.com/create-emotion-server/-/create-emotion-server-10.0.27.tgz#24b135d9ef3bca32b6812c0b670feb675edd17e3" @@ -4357,29 +4194,6 @@ create-emotion@^10.0.27: "@emotion/sheet" "0.9.4" "@emotion/utils" "0.11.3" -create-hash@^1.1.0, create-hash@^1.1.2, create-hash@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/create-hash/-/create-hash-1.2.0.tgz#889078af11a63756bcfb59bd221996be3a9ef196" - integrity sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg== - dependencies: - cipher-base "^1.0.1" - inherits "^2.0.1" - md5.js "^1.3.4" - ripemd160 "^2.0.1" - sha.js "^2.4.0" - -create-hmac@^1.1.0, create-hmac@^1.1.4, create-hmac@^1.1.7: - version "1.1.7" - resolved "https://registry.yarnpkg.com/create-hmac/-/create-hmac-1.1.7.tgz#69170c78b3ab957147b2b8b04572e47ead2243ff" - integrity sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg== - dependencies: - cipher-base "^1.0.3" - create-hash "^1.1.0" - inherits "^2.0.1" - ripemd160 "^2.0.0" - safe-buffer "^5.0.1" - sha.js "^2.4.8" - cross-spawn@^7.0.3: version "7.0.3" resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6" @@ -4389,23 +4203,6 @@ cross-spawn@^7.0.3: shebang-command "^2.0.0" which "^2.0.1" -crypto-browserify@^3.12.0: - version "3.12.0" - resolved "https://registry.yarnpkg.com/crypto-browserify/-/crypto-browserify-3.12.0.tgz#396cf9f3137f03e4b8e532c58f698254e00f80ec" - integrity sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg== - dependencies: - browserify-cipher "^1.0.0" - browserify-sign "^4.0.0" - create-ecdh "^4.0.0" - create-hash "^1.1.0" - create-hmac "^1.1.0" - diffie-hellman "^5.0.0" - inherits "^2.0.1" - pbkdf2 "^3.0.3" - public-encrypt "^4.0.0" - randombytes "^2.0.0" - randomfill "^1.0.3" - crypto-random-string@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-4.0.0.tgz#5a3cc53d7dd86183df5da0312816ceeeb5bb1fc2" @@ -4735,7 +4532,7 @@ define-lazy-prop@^2.0.0: resolved "https://registry.yarnpkg.com/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz#3f7ae421129bcaaac9bc74905c98a0009ec9ee7f" integrity sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og== -define-properties@^1.1.3, define-properties@^1.2.1: +define-properties@^1.2.1: version "1.2.1" resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.2.1.tgz#10781cc616eb951a80a034bafcaa7377f6af2b6c" integrity sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg== @@ -4785,14 +4582,6 @@ dequal@^2.0.0: resolved "https://registry.yarnpkg.com/dequal/-/dequal-2.0.3.tgz#2644214f1997d39ed0ee0ece72335490a7ac67be" integrity sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA== -des.js@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/des.js/-/des.js-1.1.0.tgz#1d37f5766f3bbff4ee9638e871a8768c173b81da" - integrity sha512-r17GxjhUCjSRy8aiJpr8/UadFIzMzJGexI3Nmz4ADi9LYSFx4gTBp80+NaX/YsXWWLhpZ7v/v/ubEc/bCNfKwg== - dependencies: - inherits "^2.0.1" - minimalistic-assert "^1.0.0" - destroy@1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.2.0.tgz#4803735509ad8be552934c67df614f94e66fa015" @@ -4833,15 +4622,6 @@ devlop@^1.0.0, devlop@^1.1.0: dependencies: dequal "^2.0.0" -diffie-hellman@^5.0.0: - version "5.0.3" - resolved "https://registry.yarnpkg.com/diffie-hellman/-/diffie-hellman-5.0.3.tgz#40e8ee98f55a2149607146921c63e1ae5f3d2875" - integrity sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg== - dependencies: - bn.js "^4.1.0" - miller-rabin "^4.0.0" - randombytes "^2.0.0" - dir-glob@^3.0.1: version "3.0.1" resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-3.0.1.tgz#56dbf73d992a4a93ba1584f4534063fd2e41717f" @@ -4856,15 +4636,6 @@ dns-packet@^5.2.2: dependencies: "@leichtgewicht/ip-codec" "^2.0.1" -docusaurus-node-polyfills@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/docusaurus-node-polyfills/-/docusaurus-node-polyfills-1.0.0.tgz#b19c1bda29978e149c17fcf0707d6d02fad9c0a0" - integrity sha512-TUX/smcS0NcoiBKThM3hNlAx7Z8jJr/F5UKR+FiMlsJJbt1KYWgbj3blgUTk/ad0+hfe2vaytJZX4r0GeK6oRQ== - dependencies: - node-polyfill-webpack-plugin "^1.1.2" - os-browserify "^0.3.0" - process "^0.11.10" - dom-converter@^0.2.0: version "0.2.0" resolved "https://registry.yarnpkg.com/dom-converter/-/dom-converter-0.2.0.tgz#6721a9daee2e293682955b6afe416771627bb768" @@ -4898,11 +4669,6 @@ dom-serializer@^2.0.0: domhandler "^5.0.2" entities "^4.2.0" -domain-browser@^4.19.0: - version "4.23.0" - resolved "https://registry.yarnpkg.com/domain-browser/-/domain-browser-4.23.0.tgz#427ebb91efcb070f05cffdfb8a4e9a6c25f8c94b" - integrity sha512-ArzcM/II1wCCujdCNyQjXrAFwS4mrLh4C7DZWlaI8mdh7h3BfKdNd3bKXITfl2PT9FtfQqaGvhi1vPRQPimjGA== - domelementtype@^2.0.1, domelementtype@^2.2.0, domelementtype@^2.3.0: version "2.3.0" resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-2.3.0.tgz#5c45e8e869952626331d7aab326d01daf65d589d" @@ -4982,19 +4748,6 @@ electron-to-chromium@^1.4.648: resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.659.tgz#e93af8119b6610cb4d2614a47508a74543b96ce5" integrity sha512-sRJ3nV3HowrYpBtPF9bASQV7OW49IgZC01Xiq43WfSE3RTCkK0/JidoCmR73Hyc1mN+l/H4Yqx0eNiomvExFZg== -elliptic@^6.5.3, elliptic@^6.5.4: - version "6.5.5" - resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.5.tgz#c715e09f78b6923977610d4c2346d6ce22e6dded" - integrity sha512-7EjbcmUm17NQFu4Pmgmq2olYMj8nwMnpcddByChSUjArp8F5DQWcIcpriwO4ZToLNAJig0yiyjswfyGNje/ixw== - dependencies: - bn.js "^4.11.9" - brorand "^1.1.0" - hash.js "^1.0.0" - hmac-drbg "^1.0.1" - inherits "^2.0.4" - minimalistic-assert "^1.0.1" - minimalistic-crypto-utils "^1.0.1" - emoji-regex@^8.0.0: version "8.0.0" resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37" @@ -5074,13 +4827,6 @@ error-ex@^1.3.1: dependencies: is-arrayish "^0.2.1" -es-define-property@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/es-define-property/-/es-define-property-1.0.0.tgz#c7faefbdff8b2696cf5f46921edfb77cc4ba3845" - integrity sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ== - dependencies: - get-intrinsic "^1.2.4" - es-errors@^1.3.0: version "1.3.0" resolved "https://registry.yarnpkg.com/es-errors/-/es-errors-1.3.0.tgz#05f75a25dab98e4fb1dcd5e1472c0546d5057c8f" @@ -5233,19 +4979,11 @@ eventemitter3@^4.0.0: resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-4.0.7.tgz#2de9b68f6528d5644ef5c59526a1b4a07306169f" integrity sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw== -events@^3.2.0, events@^3.3.0: +events@^3.2.0: version "3.3.0" resolved "https://registry.yarnpkg.com/events/-/events-3.3.0.tgz#31a95ad0a924e2d2c419a813aeb2c4e878ea7400" integrity sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q== -evp_bytestokey@^1.0.0, evp_bytestokey@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz#7fcbdb198dc71959432efe13842684e0525acb02" - integrity sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA== - dependencies: - md5.js "^1.3.4" - safe-buffer "^5.1.1" - execa@^5.0.0: version "5.1.1" resolved "https://registry.yarnpkg.com/execa/-/execa-5.1.1.tgz#f80ad9cbf4298f7bd1d4c9555c21e93741c411dd" @@ -5391,11 +5129,6 @@ fill-range@^7.0.1: dependencies: to-regex-range "^5.0.1" -filter-obj@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/filter-obj/-/filter-obj-2.0.2.tgz#fff662368e505d69826abb113f0f6a98f56e9d5f" - integrity sha512-lO3ttPjHZRfjMcxWKb1j1eDhTFsu4meeR3lnMcnBFhk6RuLhvEiuALu2TlfL310ph4lCYYwgF/ElIjdP739tdg== - finalhandler@1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.2.0.tgz#7d23fe5731b207b4640e4fcd00aec1f9207a7b32" @@ -5455,13 +5188,6 @@ follow-redirects@^1.0.0: resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.5.tgz#54d4d6d062c0fa7d9d17feb008461550e3ba8020" integrity sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw== -for-each@^0.3.3: - version "0.3.3" - resolved "https://registry.yarnpkg.com/for-each/-/for-each-0.3.3.tgz#69b447e88a0a5d32c3e7084f3f1710034b21376e" - integrity sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw== - dependencies: - is-callable "^1.1.3" - fork-ts-checker-webpack-plugin@^6.5.0: version "6.5.3" resolved "https://registry.yarnpkg.com/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-6.5.3.tgz#eda2eff6e22476a2688d10661688c47f611b37f3" @@ -5741,43 +5467,11 @@ has-symbols@^1.0.3: resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.3.tgz#bb7b2c4349251dce87b125f7bdf874aa7c8b39f8" integrity sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A== -has-tostringtag@^1.0.0, has-tostringtag@^1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz#2cdc42d40bef2e5b4eeab7c01a73c54ce7ab5abc" - integrity sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw== - dependencies: - has-symbols "^1.0.3" - has-yarn@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/has-yarn/-/has-yarn-3.0.0.tgz#c3c21e559730d1d3b57e28af1f30d06fac38147d" integrity sha512-IrsVwUHhEULx3R8f/aA8AHuEzAorplsab/v8HBzEiIukwq5i/EC+xmOW+HfP1OaDP+2JkgT1yILHN2O3UFIbcA== -hash-base@^3.0.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-3.1.0.tgz#55c381d9e06e1d2997a883b4a3fddfe7f0d3af33" - integrity sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA== - dependencies: - inherits "^2.0.4" - readable-stream "^3.6.0" - safe-buffer "^5.2.0" - -hash-base@~3.0: - version "3.0.4" - resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-3.0.4.tgz#5fc8686847ecd73499403319a6b0a3f3f6ae4918" - integrity sha512-EeeoJKjTyt868liAlVmcv2ZsUfGHlE3Q+BICOXcZiwN3osr5Q/zFGYmTJpoIzuaSTAwndFy+GqhEwlU4L3j4Ow== - dependencies: - inherits "^2.0.1" - safe-buffer "^5.0.1" - -hash.js@^1.0.0, hash.js@^1.0.3: - version "1.1.7" - resolved "https://registry.yarnpkg.com/hash.js/-/hash.js-1.1.7.tgz#0babca538e8d4ee4a0f8988d68866537a003cf42" - integrity sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA== - dependencies: - inherits "^2.0.3" - minimalistic-assert "^1.0.1" - hasown@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.0.tgz#f4c513d454a57b7c7e1650778de226b11700546c" @@ -5984,15 +5678,6 @@ history@^4.9.0: tiny-warning "^1.0.0" value-equal "^1.0.1" -hmac-drbg@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1" - integrity sha512-Tti3gMqLdZfhOQY1Mzf/AanLiqh1WTiJgEj26ZuYQ9fbkLomzGchCws4FyrSd4VkpBfiNhaE1On+lOz894jvXg== - dependencies: - hash.js "^1.0.3" - minimalistic-assert "^1.0.0" - minimalistic-crypto-utils "^1.0.1" - hoist-non-react-statics@^3.1.0, hoist-non-react-statics@^3.3.0, hoist-non-react-statics@^3.3.1, hoist-non-react-statics@^3.3.2: version "3.3.2" resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45" @@ -6186,11 +5871,6 @@ http2-wrapper@^2.1.10: quick-lru "^5.1.1" resolve-alpn "^1.2.0" -https-browserify@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/https-browserify/-/https-browserify-1.0.0.tgz#ec06c10e0a34c0f2faf199f7fd7fc78fffd03c73" - integrity sha512-J+FkSdyD+0mA0N+81tMotaRMfSL9SGi+xpD3T6YApKsc3bGSXJlfXri3VyFOeYkfLRQisDk1W+jIFFKBeUBbBg== - human-signals@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0" @@ -6213,11 +5893,6 @@ icss-utils@^5.0.0, icss-utils@^5.1.0: resolved "https://registry.yarnpkg.com/icss-utils/-/icss-utils-5.1.0.tgz#c6be6858abd013d768e98366ae47e25d5887b1ae" integrity sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA== -ieee754@^1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352" - integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA== - ignore@^5.2.0, ignore@^5.2.4: version "5.3.1" resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef" @@ -6271,7 +5946,7 @@ inflight@^1.0.4: once "^1.3.0" wrappy "1" -inherits@2, inherits@2.0.4, inherits@^2.0.0, inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.1, inherits@~2.0.3, inherits@~2.0.4: +inherits@2, inherits@2.0.4, inherits@^2.0.0, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.1, inherits@~2.0.3: version "2.0.4" resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== @@ -6359,14 +6034,6 @@ is-alphanumerical@^2.0.0: is-alphabetical "^2.0.0" is-decimal "^2.0.0" -is-arguments@^1.0.4: - version "1.1.1" - resolved "https://registry.yarnpkg.com/is-arguments/-/is-arguments-1.1.1.tgz#15b3f88fda01f2a97fec84ca761a560f123efa9b" - integrity sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA== - dependencies: - call-bind "^1.0.2" - has-tostringtag "^1.0.0" - is-arrayish@^0.2.1: version "0.2.1" resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d" @@ -6389,11 +6056,6 @@ is-buffer@^2.0.0: resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.5.tgz#ebc252e400d22ff8d77fa09888821a24a658c191" integrity sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ== -is-callable@^1.1.3: - version "1.2.7" - resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.7.tgz#3bc2a85ea742d9e36205dcacdd72ca1fdc51b055" - integrity sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA== - is-ci@^3.0.1: version "3.0.1" resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-3.0.1.tgz#db6ecbed1bd659c43dac0f45661e7674103d1867" @@ -6438,13 +6100,6 @@ is-fullwidth-code-point@^3.0.0: resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d" integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg== -is-generator-function@^1.0.7: - version "1.0.10" - resolved "https://registry.yarnpkg.com/is-generator-function/-/is-generator-function-1.0.10.tgz#f1558baf1ac17e0deea7c0415c438351ff2b3c72" - integrity sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A== - dependencies: - has-tostringtag "^1.0.0" - is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1: version "4.0.3" resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084" @@ -6475,14 +6130,6 @@ is-installed-globally@^0.4.0: global-dirs "^3.0.0" is-path-inside "^3.0.2" -is-nan@^1.3.2: - version "1.3.2" - resolved "https://registry.yarnpkg.com/is-nan/-/is-nan-1.3.2.tgz#043a54adea31748b55b6cd4e09aadafa69bd9e1d" - integrity sha512-E+zBKpQ2t6MEo1VsonYmluk9NxGrbzpeeLC2xIViuO2EjU2xsXsBPwTr3Ykv9l08UYEVEdWeRZNouaZqF6RN0w== - dependencies: - call-bind "^1.0.0" - define-properties "^1.1.3" - is-npm@^6.0.0: version "6.0.0" resolved "https://registry.yarnpkg.com/is-npm/-/is-npm-6.0.0.tgz#b59e75e8915543ca5d881ecff864077cba095261" @@ -6567,13 +6214,6 @@ is-stream@^2.0.0: resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.1.tgz#fac1e3d53b97ad5a9d0ae9cef2389f5810a5c077" integrity sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg== -is-typed-array@^1.1.3: - version "1.1.13" - resolved "https://registry.yarnpkg.com/is-typed-array/-/is-typed-array-1.1.13.tgz#d6c5ca56df62334959322d7d7dd1cca50debe229" - integrity sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw== - dependencies: - which-typed-array "^1.1.14" - is-typedarray@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a" @@ -6997,15 +6637,6 @@ markdown-table@^3.0.0: resolved "https://registry.yarnpkg.com/markdown-table/-/markdown-table-3.0.3.tgz#e6331d30e493127e031dd385488b5bd326e4a6bd" integrity sha512-Z1NL3Tb1M9wH4XESsCDEksWoKTdlUafKc4pt0GRwjUyXaCFZ+dc3g2erqB6zm3szA2IUSi7VnPI+o/9jnxh9hw== -md5.js@^1.3.4: - version "1.3.5" - resolved "https://registry.yarnpkg.com/md5.js/-/md5.js-1.3.5.tgz#b5d07b8e3216e3e27cd728d72f70d1e6a342005f" - integrity sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg== - dependencies: - hash-base "^3.0.0" - inherits "^2.0.1" - safe-buffer "^5.1.2" - mdast-add-list-metadata@1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/mdast-add-list-metadata/-/mdast-add-list-metadata-1.0.1.tgz#95e73640ce2fc1fa2dcb7ec443d09e2bfe7db4cf" @@ -7736,14 +7367,6 @@ micromatch@^4.0.2, micromatch@^4.0.4, micromatch@^4.0.5: braces "^3.0.2" picomatch "^2.3.1" -miller-rabin@^4.0.0: - version "4.0.1" - resolved "https://registry.yarnpkg.com/miller-rabin/-/miller-rabin-4.0.1.tgz#f080351c865b0dc562a8462966daa53543c78a4d" - integrity sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA== - dependencies: - bn.js "^4.0.0" - brorand "^1.0.1" - mime-db@1.52.0, "mime-db@>= 1.43.0 < 2": version "1.52.0" resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.52.0.tgz#bbabcdc02859f4987301c856e3387ce5ec43bf70" @@ -7796,16 +7419,11 @@ mini-css-extract-plugin@^2.7.6: schema-utils "^4.0.0" tapable "^2.2.1" -minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1: +minimalistic-assert@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7" integrity sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A== -minimalistic-crypto-utils@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a" - integrity sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg== - minimatch@3.1.2, minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1: version "3.1.2" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b" @@ -7897,36 +7515,6 @@ node-forge@^1: resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-1.3.1.tgz#be8da2af243b2417d5f646a770663a92b7e9ded3" integrity sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA== -node-polyfill-webpack-plugin@^1.1.2: - version "1.1.4" - resolved "https://registry.yarnpkg.com/node-polyfill-webpack-plugin/-/node-polyfill-webpack-plugin-1.1.4.tgz#56bfa4d16e17addb9d6b1ef3d04e790c401f5f1d" - integrity sha512-Z0XTKj1wRWO8o/Vjobsw5iOJCN+Sua3EZEUc2Ziy9CyVvmHKu6o+t4gUH9GOE0czyPR94LI6ZCV/PpcM8b5yow== - dependencies: - assert "^2.0.0" - browserify-zlib "^0.2.0" - buffer "^6.0.3" - console-browserify "^1.2.0" - constants-browserify "^1.0.0" - crypto-browserify "^3.12.0" - domain-browser "^4.19.0" - events "^3.3.0" - filter-obj "^2.0.2" - https-browserify "^1.0.0" - os-browserify "^0.3.0" - path-browserify "^1.0.1" - process "^0.11.10" - punycode "^2.1.1" - querystring-es3 "^0.2.1" - readable-stream "^3.6.0" - stream-browserify "^3.0.0" - stream-http "^3.2.0" - string_decoder "^1.3.0" - timers-browserify "^2.0.12" - tty-browserify "^0.0.1" - url "^0.11.0" - util "^0.12.4" - vm-browserify "^1.1.2" - node-releases@^2.0.14: version "2.0.14" resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.14.tgz#2ffb053bceb8b2be8495ece1ab6ce600c4461b0b" @@ -7981,14 +7569,6 @@ object-inspect@^1.13.1: resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.13.1.tgz#b96c6109324ccfef6b12216a956ca4dc2ff94bc2" integrity sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ== -object-is@^1.1.5: - version "1.1.6" - resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.1.6.tgz#1a6a53aed2dd8f7e6775ff870bea58545956ab07" - integrity sha512-F8cZ+KfGlSGi09lJT7/Nd6KJZ9ygtvYC0/UYYLI9nmQKLMnydpB9yvbv9K1uSkEu7FU9vYPmVwLg328tX+ot3Q== - dependencies: - call-bind "^1.0.7" - define-properties "^1.2.1" - object-keys@^1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e" @@ -7999,7 +7579,7 @@ object-keys@~0.4.0: resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-0.4.0.tgz#28a6aae7428dd2c3a92f3d95f21335dd204e0336" integrity sha512-ncrLw+X55z7bkl5PnUvHwFK9FcGuFYo9gtjws2XtSzL+aZ8tm830P60WJ0dSmFVaSalWieW5MD7kEdnXda9yJw== -object.assign@^4.1.0, object.assign@^4.1.4: +object.assign@^4.1.0: version "4.1.5" resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.5.tgz#3a833f9ab7fdb80fc9e8d2300c803d216d8fdbb0" integrity sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ== @@ -8054,11 +7634,6 @@ opener@^1.5.2: resolved "https://registry.yarnpkg.com/opener/-/opener-1.5.2.tgz#5d37e1f35077b9dcac4301372271afdeb2a13598" integrity sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A== -os-browserify@^0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/os-browserify/-/os-browserify-0.3.0.tgz#854373c7f5c2315914fc9bfc6bd8238fdda1ec27" - integrity sha512-gjcpUc3clBf9+210TRaDWbf+rZZZEshZ+DlXMRCeAjp0xhTrnQsKHypIy1J3d5hKdUzj69t708EHtU8P6bUn0A== - p-cancelable@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/p-cancelable/-/p-cancelable-3.0.0.tgz#63826694b54d61ca1c20ebcb6d3ecf5e14cd8050" @@ -8136,11 +7711,6 @@ package-json@^8.1.0: registry-url "^6.0.0" semver "^7.3.7" -pako@~1.0.5: - version "1.0.11" - resolved "https://registry.yarnpkg.com/pako/-/pako-1.0.11.tgz#6c9599d340d54dfd3946380252a35705a6b992bf" - integrity sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw== - param-case@^3.0.4: version "3.0.4" resolved "https://registry.yarnpkg.com/param-case/-/param-case-3.0.4.tgz#7d17fe4aa12bde34d4a77d91acfb6219caad01c5" @@ -8156,18 +7726,6 @@ parent-module@^1.0.0: dependencies: callsites "^3.0.0" -parse-asn1@^5.0.0, parse-asn1@^5.1.6: - version "5.1.7" - resolved "https://registry.yarnpkg.com/parse-asn1/-/parse-asn1-5.1.7.tgz#73cdaaa822125f9647165625eb45f8a051d2df06" - integrity sha512-CTM5kuWR3sx9IFamcl5ErfPl6ea/N8IYwiJ+vpeB2g+1iknv7zBl5uPwbMbRVznRVbrNY6lGuDoE5b30grmbqg== - dependencies: - asn1.js "^4.10.1" - browserify-aes "^1.2.0" - evp_bytestokey "^1.0.3" - hash-base "~3.0" - pbkdf2 "^3.1.2" - safe-buffer "^5.2.1" - parse-entities@^1.1.0: version "1.2.2" resolved "https://registry.yarnpkg.com/parse-entities/-/parse-entities-1.2.2.tgz#c31bf0f653b6661354f8973559cb86dd1d5edf50" @@ -8316,17 +7874,6 @@ path-type@^4.0.0: resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b" integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw== -pbkdf2@^3.0.3, pbkdf2@^3.1.2: - version "3.1.2" - resolved "https://registry.yarnpkg.com/pbkdf2/-/pbkdf2-3.1.2.tgz#dd822aa0887580e52f1a039dc3eda108efae3075" - integrity sha512-iuh7L6jA7JEGu2WxDwtQP1ddOpaJNC4KlDEFfdQajSGgGPNi4OyDc2R7QnbY2bR9QjBVGwgvTdNJZoE7RaxUMA== - dependencies: - create-hash "^1.1.2" - create-hmac "^1.1.4" - ripemd160 "^2.0.1" - safe-buffer "^5.0.1" - sha.js "^2.4.8" - periscopic@^3.0.0: version "3.1.0" resolved "https://registry.yarnpkg.com/periscopic/-/periscopic-3.1.0.tgz#7e9037bf51c5855bd33b48928828db4afa79d97a" @@ -8365,11 +7912,6 @@ popper.js@1.16.1-lts: resolved "https://registry.yarnpkg.com/popper.js/-/popper.js-1.16.1-lts.tgz#cf6847b807da3799d80ee3d6d2f90df8a3f50b05" integrity sha512-Kjw8nKRl1m+VrSFCoVGPph93W/qrSO7ZkqPpTf7F4bk/sqcfWK019dWBUpE/fBOsOQY1dks/Bmcbfn1heM/IsA== -possible-typed-array-names@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz#89bb63c6fada2c3e90adc4a647beeeb39cc7bf8f" - integrity sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q== - postcss-calc@^8.2.3: version "8.2.4" resolved "https://registry.yarnpkg.com/postcss-calc/-/postcss-calc-8.2.4.tgz#77b9c29bfcbe8a07ff6693dc87050828889739a5" @@ -8709,11 +8251,6 @@ process-nextick-args@~2.0.0: resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2" integrity sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag== -process@^0.11.10: - version "0.11.10" - resolved "https://registry.yarnpkg.com/process/-/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182" - integrity sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A== - prompts@^2.4.2: version "2.4.2" resolved "https://registry.yarnpkg.com/prompts/-/prompts-2.4.2.tgz#7b57e73b3a48029ad10ebd44f74b01722a4cb069" @@ -8756,24 +8293,12 @@ proxy-addr@~2.0.7: forwarded "0.2.0" ipaddr.js "1.9.1" -public-encrypt@^4.0.0: - version "4.0.3" - resolved "https://registry.yarnpkg.com/public-encrypt/-/public-encrypt-4.0.3.tgz#4fcc9d77a07e48ba7527e7cbe0de33d0701331e0" - integrity sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q== - dependencies: - bn.js "^4.1.0" - browserify-rsa "^4.0.0" - create-hash "^1.1.0" - parse-asn1 "^5.0.0" - randombytes "^2.0.1" - safe-buffer "^5.1.2" - -punycode@^1.3.2, punycode@^1.4.1: +punycode@^1.3.2: version "1.4.1" resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e" integrity sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ== -punycode@^2.1.0, punycode@^2.1.1: +punycode@^2.1.0: version "2.3.1" resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.3.1.tgz#027422e2faec0b25e1549c3e1bd8309b9133b6e5" integrity sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg== @@ -8792,18 +8317,6 @@ qs@6.11.0: dependencies: side-channel "^1.0.4" -qs@^6.11.2: - version "6.11.2" - resolved "https://registry.yarnpkg.com/qs/-/qs-6.11.2.tgz#64bea51f12c1f5da1bc01496f48ffcff7c69d7d9" - integrity sha512-tDNIz22aBzCDxLtVH++VnTfzxlfeK5CbqohpSqpJgj1Wg/cQbStNAz3NuqCs5vV+pjBsK4x4pN9HlVh7rcYRiA== - dependencies: - side-channel "^1.0.4" - -querystring-es3@^0.2.1: - version "0.2.1" - resolved "https://registry.yarnpkg.com/querystring-es3/-/querystring-es3-0.2.1.tgz#9ec61f79049875707d69414596fd907a4d711e73" - integrity sha512-773xhDQnZBMFobEiztv8LIl70ch5MSF/jUQVlhwFyBILqq96anmoctVIYz+ZRp0qbCKATTn6ev02M3r7Ga5vqA== - queue-microtask@^1.2.2: version "1.2.3" resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243" @@ -8821,21 +8334,13 @@ quick-lru@^5.1.1: resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-5.1.1.tgz#366493e6b3e42a3a6885e2e99d18f80fb7a8c932" integrity sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA== -randombytes@^2.0.0, randombytes@^2.0.1, randombytes@^2.0.5, randombytes@^2.1.0: +randombytes@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/randombytes/-/randombytes-2.1.0.tgz#df6f84372f0270dc65cdf6291349ab7a473d4f2a" integrity sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ== dependencies: safe-buffer "^5.1.0" -randomfill@^1.0.3: - version "1.0.4" - resolved "https://registry.yarnpkg.com/randomfill/-/randomfill-1.0.4.tgz#c92196fc86ab42be983f1bf31778224931d61458" - integrity sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw== - dependencies: - randombytes "^2.0.5" - safe-buffer "^5.1.0" - range-parser@1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.0.tgz#f49be6b487894ddc40dcc94a322f611092e00d5e" @@ -8999,14 +8504,6 @@ react-loadable-ssr-addon-v5-slorber@^1.0.1: dependencies: "@babel/runtime" "^7.10.3" -"react-loadable@npm:@docusaurus/react-loadable@5.5.2": - version "5.5.2" - resolved "https://registry.yarnpkg.com/@docusaurus/react-loadable/-/react-loadable-5.5.2.tgz#81aae0db81ecafbdaee3651f12804580868fa6ce" - integrity sha512-A3dYjdBGuy0IGT+wyLIGIKLRE+sAk1iNk0f1HjNDysO7u8lhL4N3VEm+FAubmJbAztn94F7MxBTPmnixbiyFdQ== - dependencies: - "@types/react" "*" - prop-types "^15.6.2" - react-markdown@^4.2.2: version "4.3.1" resolved "https://registry.yarnpkg.com/react-markdown/-/react-markdown-4.3.1.tgz#39f0633b94a027445b86c9811142d05381300f2f" @@ -9094,7 +8591,7 @@ readable-stream@^2.0.1, readable-stream@^2.0.2: string_decoder "~1.1.1" util-deprecate "~1.0.1" -readable-stream@^3.0.6, readable-stream@^3.5.0, readable-stream@^3.6.0, readable-stream@^3.6.2: +readable-stream@^3.0.6: version "3.6.2" resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.2.tgz#56a9b36ea965c00c5a93ef31eb111a0f11056967" integrity sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA== @@ -9444,14 +8941,6 @@ rimraf@^3.0.2: dependencies: glob "^7.1.3" -ripemd160@^2.0.0, ripemd160@^2.0.1: - version "2.0.2" - resolved "https://registry.yarnpkg.com/ripemd160/-/ripemd160-2.0.2.tgz#a1c1a6f624751577ba5d07914cbc92850585890c" - integrity sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA== - dependencies: - hash-base "^3.0.0" - inherits "^2.0.1" - rtl-detect@^1.0.4: version "1.1.2" resolved "https://registry.yarnpkg.com/rtl-detect/-/rtl-detect-1.1.2.tgz#ca7f0330af5c6bb626c15675c642ba85ad6273c6" @@ -9479,7 +8968,7 @@ safe-buffer@5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1: resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d" integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== -safe-buffer@5.2.1, safe-buffer@>=5.1.0, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@^5.2.0, safe-buffer@^5.2.1, safe-buffer@~5.2.0: +safe-buffer@5.2.1, safe-buffer@>=5.1.0, safe-buffer@^5.1.0, safe-buffer@~5.2.0: version "5.2.1" resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6" integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== @@ -9637,7 +9126,7 @@ serve-static@1.15.0: parseurl "~1.3.3" send "0.18.0" -set-function-length@^1.2.0, set-function-length@^1.2.1: +set-function-length@^1.2.0: version "1.2.1" resolved "https://registry.yarnpkg.com/set-function-length/-/set-function-length-1.2.1.tgz#47cc5945f2c771e2cf261c6737cf9684a2a5e425" integrity sha512-j4t6ccc+VsKwYHso+kElc5neZpjtq9EnRICFZtWyBsLojhmeF/ZBd/elqm22WJh/BziDe/SBiOeAt0m2mfLD0g== @@ -9649,11 +9138,6 @@ set-function-length@^1.2.0, set-function-length@^1.2.1: gopd "^1.0.1" has-property-descriptors "^1.0.1" -setimmediate@^1.0.4: - version "1.0.5" - resolved "https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.5.tgz#290cbb232e306942d7d7ea9b83732ab7856f8285" - integrity sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA== - setprototypeof@1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.1.0.tgz#d0bd85536887b6fe7c0d818cb962d9d91c54e656" @@ -9664,14 +9148,6 @@ setprototypeof@1.2.0: resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.2.0.tgz#66c9a24a73f9fc28cbe66b09fed3d33dcaf1b424" integrity sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw== -sha.js@^2.4.0, sha.js@^2.4.8: - version "2.4.11" - resolved "https://registry.yarnpkg.com/sha.js/-/sha.js-2.4.11.tgz#37a5cf0b81ecbc6943de109ba2960d1b26584ae7" - integrity sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ== - dependencies: - inherits "^2.0.1" - safe-buffer "^5.0.1" - shallow-clone@^3.0.0: version "3.0.1" resolved "https://registry.yarnpkg.com/shallow-clone/-/shallow-clone-3.0.1.tgz#8f2981ad92531f55035b01fb230769a40e02efa3" @@ -9876,24 +9352,6 @@ std-env@^3.0.1: resolved "https://registry.yarnpkg.com/std-env/-/std-env-3.7.0.tgz#c9f7386ced6ecf13360b6c6c55b8aaa4ef7481d2" integrity sha512-JPbdCEQLj1w5GilpiHAx3qJvFndqybBysA3qUOnznweH4QbNYUsW/ea8QzSrnh0vNsezMMw5bcVool8lM0gwzg== -stream-browserify@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/stream-browserify/-/stream-browserify-3.0.0.tgz#22b0a2850cdf6503e73085da1fc7b7d0c2122f2f" - integrity sha512-H73RAHsVBapbim0tU2JwwOiXUj+fikfiaoYAKHF3VJfA0pe2BCzkhAHBlLG6REzE+2WNZcxOXjK7lkso+9euLA== - dependencies: - inherits "~2.0.4" - readable-stream "^3.5.0" - -stream-http@^3.2.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/stream-http/-/stream-http-3.2.0.tgz#1872dfcf24cb15752677e40e5c3f9cc1926028b5" - integrity sha512-Oq1bLqisTyK3TSCXpPbT4sdeYNdmyZJv1LxpEm2vu1ZhK89kSE5YXwZc3cWk0MagGaKriBh9mCFbVGtO+vY29A== - dependencies: - builtin-status-codes "^3.0.0" - inherits "^2.0.4" - readable-stream "^3.6.0" - xtend "^4.0.2" - string-width@^4.1.0, string-width@^4.2.0: version "4.2.3" resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" @@ -9912,7 +9370,7 @@ string-width@^5.0.1, string-width@^5.1.2: emoji-regex "^9.2.2" strip-ansi "^7.0.1" -string_decoder@^1.1.1, string_decoder@^1.3.0: +string_decoder@^1.1.1: version "1.3.0" resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e" integrity sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA== @@ -10173,13 +9631,6 @@ thunky@^1.0.2: resolved "https://registry.yarnpkg.com/thunky/-/thunky-1.1.0.tgz#5abaf714a9405db0504732bbccd2cedd9ef9537d" integrity sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA== -timers-browserify@^2.0.12: - version "2.0.12" - resolved "https://registry.yarnpkg.com/timers-browserify/-/timers-browserify-2.0.12.tgz#44a45c11fbf407f34f97bccd1577c652361b00ee" - integrity sha512-9phl76Cqm6FhSX9Xe1ZUAMLtm1BLkKj2Qd5ApyWkXzsMRaA7dgr81kf4wJmQf/hAvg8EEyJxDo3du/0KlhPiKQ== - dependencies: - setimmediate "^1.0.4" - tiny-invariant@^1.0.2: version "1.3.1" resolved "https://registry.yarnpkg.com/tiny-invariant/-/tiny-invariant-1.3.1.tgz#8560808c916ef02ecfd55e66090df23a4b7aa642" @@ -10247,11 +9698,6 @@ tslib@^2.0.3, tslib@^2.6.0: resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae" integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q== -tty-browserify@^0.0.1: - version "0.0.1" - resolved "https://registry.yarnpkg.com/tty-browserify/-/tty-browserify-0.0.1.tgz#3f05251ee17904dfd0677546670db9651682b811" - integrity sha512-C3TaO7K81YvjCgQH9Q1S3R3P3BtN3RIM8n+OvX4il1K1zgE8ZhI0op7kClgkxtutIE8hQrcrHBXvIheqKUUCxw== - type-fest@^1.0.1: version "1.4.0" resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-1.4.0.tgz#e9fb813fe3bf1744ec359d55d1affefa76f14be1" @@ -10568,30 +10014,11 @@ url-loader@^4.1.1: mime-types "^2.1.27" schema-utils "^3.0.0" -url@^0.11.0: - version "0.11.3" - resolved "https://registry.yarnpkg.com/url/-/url-0.11.3.tgz#6f495f4b935de40ce4a0a52faee8954244f3d3ad" - integrity sha512-6hxOLGfZASQK/cijlZnZJTq8OXAkt/3YGfQX45vvMYXpZoo8NdWZcY73K108Jf759lS1Bv/8wXnHDTSz17dSRw== - dependencies: - punycode "^1.4.1" - qs "^6.11.2" - util-deprecate@^1.0.1, util-deprecate@^1.0.2, util-deprecate@~1.0.1: version "1.0.2" resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" integrity sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw== -util@^0.12.4, util@^0.12.5: - version "0.12.5" - resolved "https://registry.yarnpkg.com/util/-/util-0.12.5.tgz#5f17a6059b73db61a875668781a1c2b136bd6fbc" - integrity sha512-kZf/K6hEIrWHI6XqOFUiiMa+79wE/D8Q+NCNAWclkyg3b4d2k7s0QGepNjiABc+aR3N1PAyHL7p6UcLY6LmrnA== - dependencies: - inherits "^2.0.3" - is-arguments "^1.0.4" - is-generator-function "^1.0.7" - is-typed-array "^1.1.3" - which-typed-array "^1.1.2" - utila@~0.4: version "0.4.0" resolved "https://registry.yarnpkg.com/utila/-/utila-0.4.0.tgz#8a16a05d445657a3aea5eecc5b12a4fa5379772c" @@ -10997,11 +10424,6 @@ victory@^36.5.3: victory-voronoi-container "^36.9.1" victory-zoom-container "^36.9.1" -vm-browserify@^1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/vm-browserify/-/vm-browserify-1.1.2.tgz#78641c488b8e6ca91a75f511e7a3b32a86e5dda0" - integrity sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ== - watchpack@^2.4.0: version "2.4.0" resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-2.4.0.tgz#fa33032374962c78113f93c7f2fb4c54c9862a5d" @@ -11161,17 +10583,6 @@ websocket-extensions@>=0.1.1: resolved "https://registry.yarnpkg.com/websocket-extensions/-/websocket-extensions-0.1.4.tgz#7f8473bc839dfd87608adb95d7eb075211578a42" integrity sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg== -which-typed-array@^1.1.14, which-typed-array@^1.1.2: - version "1.1.14" - resolved "https://registry.yarnpkg.com/which-typed-array/-/which-typed-array-1.1.14.tgz#1f78a111aee1e131ca66164d8bdc3ab062c95a06" - integrity sha512-VnXFiIW8yNn9kIHN88xvZ4yOWchftKDsRJ8fEPacX/wl1lOvBrhsJ/OeJCXq7B0AaijRuqgzSKalJoPk+D8MPg== - dependencies: - available-typed-arrays "^1.0.6" - call-bind "^1.0.5" - for-each "^0.3.3" - gopd "^1.0.1" - has-tostringtag "^1.0.1" - which@^1.3.1: version "1.3.1" resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a" @@ -11249,7 +10660,7 @@ xml-js@^1.6.11: dependencies: sax "^1.2.4" -xtend@^4.0.0, xtend@^4.0.1, xtend@^4.0.2: +xtend@^4.0.0, xtend@^4.0.1: version "4.0.2" resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54" integrity sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ== From 5806253e2630422759772a7f4ed480db649b3381 Mon Sep 17 00:00:00 2001 From: Filip Stoyanov Date: Tue, 30 Apr 2024 11:12:50 +0100 Subject: [PATCH 2/2] Fix casing discrepancies. --- .docusaurus/DONT-EDIT-THIS-FOLDER | 5 - .docusaurus/client-modules.js | 6 - .docusaurus/codeTranslations.json | 1 - .../default/blog-archive-80c.json | 218 -- .../default/blog-c06.json | 9 - .../default/blog-post-list-prop-default.json | 4 - .../blog-tags-docusaurus-0e0-list.json | 9 - .../default/blog-tags-docusaurus-0e0.json | 7 - .../default/blog-tags-facebook-038-list.json | 9 - .../default/blog-tags-facebook-038.json | 7 - .../default/blog-tags-hello-039-list.json | 9 - .../default/blog-tags-hello-039.json | 7 - .../default/blog-tags-hola-ea2-list.json | 9 - .../default/blog-tags-hola-ea2.json | 7 - .../default/blog-tags-tags-4c2.json | 22 - .../plugin-route-context-module-100.json | 4 - ...log-2019-05-28-first-blog-post-md-e27.json | 49 - ...blog-2019-05-29-long-blog-post-md-736.json | 47 - ...blog-2021-08-01-mdx-blog-post-mdx-593.json | 44 - ...-blog-2021-08-26-welcome-index-md-d9f.json | 58 - ...lsidebar-category-tutorial-basics-918.json | 16 - ...lsidebar-category-tutorial-extras-3e4.json | 15 - .../plugin-route-context-module-100.json | 4 - .../default/site-docs-intro-md-0e3.json | 26 - ...utorial-basics-congratulations-md-822.json | 27 - ...rial-basics-create-a-blog-post-md-533.json | 27 - ...orial-basics-create-a-document-md-1e4.json | 27 - ...-tutorial-basics-create-a-page-md-5c8.json | 27 - ...torial-basics-deploy-your-site-md-f55.json | 27 - ...rial-basics-markdown-features-mdx-18c.json | 27 - ...al-extras-manage-docs-versions-md-dff.json | 27 - ...ial-extras-translate-your-site-md-e44.json | 23 - .../version-current-metadata-prop-751.json | 1217 ------- .../plugin-route-context-module-100.json | 4 - .../site-src-pages-markdown-page-md-393.json | 11 - .../docusaurus-debug-all-content-673.json | 2885 ----------------- .../plugin-route-context-module-100.json | 4 - .docusaurus/docusaurus.config.mjs | 342 -- .docusaurus/globalData.json | 443 --- .docusaurus/i18n.json | 17 - .docusaurus/registry.js | 101 - .docusaurus/routes.js | 565 ---- .docusaurus/routesChunkNames.json | 397 --- .docusaurus/site-metadata.json | 36 - 44 files changed, 6826 deletions(-) delete mode 100644 .docusaurus/DONT-EDIT-THIS-FOLDER delete mode 100644 .docusaurus/client-modules.js delete mode 100644 .docusaurus/codeTranslations.json delete mode 100644 .docusaurus/docusaurus-plugin-content-blog/default/blog-archive-80c.json delete mode 100644 .docusaurus/docusaurus-plugin-content-blog/default/blog-c06.json delete mode 100644 .docusaurus/docusaurus-plugin-content-blog/default/blog-post-list-prop-default.json delete mode 100644 .docusaurus/docusaurus-plugin-content-blog/default/blog-tags-docusaurus-0e0-list.json delete mode 100644 .docusaurus/docusaurus-plugin-content-blog/default/blog-tags-docusaurus-0e0.json delete mode 100644 .docusaurus/docusaurus-plugin-content-blog/default/blog-tags-facebook-038-list.json delete mode 100644 .docusaurus/docusaurus-plugin-content-blog/default/blog-tags-facebook-038.json delete mode 100644 .docusaurus/docusaurus-plugin-content-blog/default/blog-tags-hello-039-list.json delete mode 100644 .docusaurus/docusaurus-plugin-content-blog/default/blog-tags-hello-039.json delete mode 100644 .docusaurus/docusaurus-plugin-content-blog/default/blog-tags-hola-ea2-list.json delete mode 100644 .docusaurus/docusaurus-plugin-content-blog/default/blog-tags-hola-ea2.json delete mode 100644 .docusaurus/docusaurus-plugin-content-blog/default/blog-tags-tags-4c2.json delete mode 100644 .docusaurus/docusaurus-plugin-content-blog/default/plugin-route-context-module-100.json delete mode 100644 .docusaurus/docusaurus-plugin-content-blog/default/site-blog-2019-05-28-first-blog-post-md-e27.json delete mode 100644 .docusaurus/docusaurus-plugin-content-blog/default/site-blog-2019-05-29-long-blog-post-md-736.json delete mode 100644 .docusaurus/docusaurus-plugin-content-blog/default/site-blog-2021-08-01-mdx-blog-post-mdx-593.json delete mode 100644 .docusaurus/docusaurus-plugin-content-blog/default/site-blog-2021-08-26-welcome-index-md-d9f.json delete mode 100644 .docusaurus/docusaurus-plugin-content-docs/default/category-docs-tutorialsidebar-category-tutorial-basics-918.json delete mode 100644 .docusaurus/docusaurus-plugin-content-docs/default/category-docs-tutorialsidebar-category-tutorial-extras-3e4.json delete mode 100644 .docusaurus/docusaurus-plugin-content-docs/default/plugin-route-context-module-100.json delete mode 100644 .docusaurus/docusaurus-plugin-content-docs/default/site-docs-intro-md-0e3.json delete mode 100644 .docusaurus/docusaurus-plugin-content-docs/default/site-docs-tutorial-basics-congratulations-md-822.json delete mode 100644 .docusaurus/docusaurus-plugin-content-docs/default/site-docs-tutorial-basics-create-a-blog-post-md-533.json delete mode 100644 .docusaurus/docusaurus-plugin-content-docs/default/site-docs-tutorial-basics-create-a-document-md-1e4.json delete mode 100644 .docusaurus/docusaurus-plugin-content-docs/default/site-docs-tutorial-basics-create-a-page-md-5c8.json delete mode 100644 .docusaurus/docusaurus-plugin-content-docs/default/site-docs-tutorial-basics-deploy-your-site-md-f55.json delete mode 100644 .docusaurus/docusaurus-plugin-content-docs/default/site-docs-tutorial-basics-markdown-features-mdx-18c.json delete mode 100644 .docusaurus/docusaurus-plugin-content-docs/default/site-docs-tutorial-extras-manage-docs-versions-md-dff.json delete mode 100644 .docusaurus/docusaurus-plugin-content-docs/default/site-docs-tutorial-extras-translate-your-site-md-e44.json delete mode 100644 .docusaurus/docusaurus-plugin-content-docs/default/version-current-metadata-prop-751.json delete mode 100644 .docusaurus/docusaurus-plugin-content-pages/default/plugin-route-context-module-100.json delete mode 100644 .docusaurus/docusaurus-plugin-content-pages/default/site-src-pages-markdown-page-md-393.json delete mode 100644 .docusaurus/docusaurus-plugin-debug/default/docusaurus-debug-all-content-673.json delete mode 100644 .docusaurus/docusaurus-plugin-debug/default/plugin-route-context-module-100.json delete mode 100644 .docusaurus/docusaurus.config.mjs delete mode 100644 .docusaurus/globalData.json delete mode 100644 .docusaurus/i18n.json delete mode 100644 .docusaurus/registry.js delete mode 100644 .docusaurus/routes.js delete mode 100644 .docusaurus/routesChunkNames.json delete mode 100644 .docusaurus/site-metadata.json diff --git a/.docusaurus/DONT-EDIT-THIS-FOLDER b/.docusaurus/DONT-EDIT-THIS-FOLDER deleted file mode 100644 index 6c06ae87..00000000 --- a/.docusaurus/DONT-EDIT-THIS-FOLDER +++ /dev/null @@ -1,5 +0,0 @@ -This folder stores temp files that Docusaurus' client bundler accesses. - -DO NOT hand-modify files in this folder because they will be overwritten in the -next build. You can clear all build artifacts (including this folder) with the -`docusaurus clear` command. diff --git a/.docusaurus/client-modules.js b/.docusaurus/client-modules.js deleted file mode 100644 index 78de5f04..00000000 --- a/.docusaurus/client-modules.js +++ /dev/null @@ -1,6 +0,0 @@ -export default [ - require("/Users/fstoqnov/cardano-documentation/node_modules/infima/dist/css/default/default.css"), - require("/Users/fstoqnov/cardano-documentation/node_modules/@docusaurus/theme-classic/lib/prism-include-languages"), - require("/Users/fstoqnov/cardano-documentation/node_modules/@docusaurus/theme-classic/lib/nprogress"), - require("/Users/fstoqnov/cardano-documentation/src/css/custom.css"), -]; diff --git a/.docusaurus/codeTranslations.json b/.docusaurus/codeTranslations.json deleted file mode 100644 index 9e26dfee..00000000 --- a/.docusaurus/codeTranslations.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-blog/default/blog-archive-80c.json b/.docusaurus/docusaurus-plugin-content-blog/default/blog-archive-80c.json deleted file mode 100644 index bb0b9907..00000000 --- a/.docusaurus/docusaurus-plugin-content-blog/default/blog-archive-80c.json +++ /dev/null @@ -1,218 +0,0 @@ -{ - "blogPosts": [ - { - "id": "welcome", - "metadata": { - "permalink": "/blog/welcome", - "source": "@site/blog/2021-08-26-welcome/index.md", - "title": "Welcome", - "description": "Docusaurus blogging features are powered by the blog plugin.", - "date": "2021-08-26T00:00:00.000Z", - "formattedDate": "August 26, 2021", - "tags": [ - { - "label": "facebook", - "permalink": "/blog/tags/facebook" - }, - { - "label": "hello", - "permalink": "/blog/tags/hello" - }, - { - "label": "docusaurus", - "permalink": "/blog/tags/docusaurus" - } - ], - "readingTime": 0.405, - "hasTruncateMarker": false, - "authors": [ - { - "name": "Sébastien Lorber", - "title": "Docusaurus maintainer", - "url": "https://sebastienlorber.com", - "imageURL": "https://github.com/slorber.png", - "key": "slorber" - }, - { - "name": "Yangshun Tay", - "title": "Front End Engineer @ Facebook", - "url": "https://github.com/yangshun", - "imageURL": "https://github.com/yangshun.png", - "key": "yangshun" - } - ], - "frontMatter": { - "slug": "welcome", - "title": "Welcome", - "authors": [ - "slorber", - "yangshun" - ], - "tags": [ - "facebook", - "hello", - "docusaurus" - ] - }, - "unlisted": false, - "nextItem": { - "title": "MDX Blog Post", - "permalink": "/blog/mdx-blog-post" - } - }, - "content": "[Docusaurus blogging features](https://docusaurus.io/docs/blog) are powered by the [blog plugin](https://docusaurus.io/docs/api/plugins/@docusaurus/plugin-content-blog).\n\nSimply add Markdown files (or folders) to the `blog` directory.\n\nRegular blog authors can be added to `authors.yml`.\n\nThe blog post date can be extracted from filenames, such as:\n\n- `2019-05-30-welcome.md`\n- `2019-05-30-welcome/index.md`\n\nA blog post folder can be convenient to co-locate blog post images:\n\n![Docusaurus Plushie](./docusaurus-plushie-banner.jpeg)\n\nThe blog supports tags as well!\n\n**And if you don't want a blog**: just delete this directory, and use `blog: false` in your Docusaurus config." - }, - { - "id": "mdx-blog-post", - "metadata": { - "permalink": "/blog/mdx-blog-post", - "source": "@site/blog/2021-08-01-mdx-blog-post.mdx", - "title": "MDX Blog Post", - "description": "Blog posts support Docusaurus Markdown features, such as MDX.", - "date": "2021-08-01T00:00:00.000Z", - "formattedDate": "August 1, 2021", - "tags": [ - { - "label": "docusaurus", - "permalink": "/blog/tags/docusaurus" - } - ], - "readingTime": 0.175, - "hasTruncateMarker": false, - "authors": [ - { - "name": "Sébastien Lorber", - "title": "Docusaurus maintainer", - "url": "https://sebastienlorber.com", - "imageURL": "https://github.com/slorber.png", - "key": "slorber" - } - ], - "frontMatter": { - "slug": "mdx-blog-post", - "title": "MDX Blog Post", - "authors": [ - "slorber" - ], - "tags": [ - "docusaurus" - ] - }, - "unlisted": false, - "prevItem": { - "title": "Welcome", - "permalink": "/blog/welcome" - }, - "nextItem": { - "title": "Long Blog Post", - "permalink": "/blog/long-blog-post" - } - }, - "content": "Blog posts support [Docusaurus Markdown features](https://docusaurus.io/docs/markdown-features), such as [MDX](https://mdxjs.com/).\n\n:::tip\n\nUse the power of React to create interactive blog posts.\n\n```js\n\n```\n\n\n\n:::" - }, - { - "id": "long-blog-post", - "metadata": { - "permalink": "/blog/long-blog-post", - "source": "@site/blog/2019-05-29-long-blog-post.md", - "title": "Long Blog Post", - "description": "This is the summary of a very long blog post,", - "date": "2019-05-29T00:00:00.000Z", - "formattedDate": "May 29, 2019", - "tags": [ - { - "label": "hello", - "permalink": "/blog/tags/hello" - }, - { - "label": "docusaurus", - "permalink": "/blog/tags/docusaurus" - } - ], - "readingTime": 2.05, - "hasTruncateMarker": true, - "authors": [ - { - "name": "Endilie Yacop Sucipto", - "title": "Maintainer of Docusaurus", - "url": "https://github.com/endiliey", - "imageURL": "https://github.com/endiliey.png", - "key": "endi" - } - ], - "frontMatter": { - "slug": "long-blog-post", - "title": "Long Blog Post", - "authors": "endi", - "tags": [ - "hello", - "docusaurus" - ] - }, - "unlisted": false, - "prevItem": { - "title": "MDX Blog Post", - "permalink": "/blog/mdx-blog-post" - }, - "nextItem": { - "title": "First Blog Post", - "permalink": "/blog/first-blog-post" - } - }, - "content": "This is the summary of a very long blog post,\n\nUse a `` comment to limit blog post size in the list view.\n\n\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet" - }, - { - "id": "first-blog-post", - "metadata": { - "permalink": "/blog/first-blog-post", - "source": "@site/blog/2019-05-28-first-blog-post.md", - "title": "First Blog Post", - "description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet", - "date": "2019-05-28T00:00:00.000Z", - "formattedDate": "May 28, 2019", - "tags": [ - { - "label": "hola", - "permalink": "/blog/tags/hola" - }, - { - "label": "docusaurus", - "permalink": "/blog/tags/docusaurus" - } - ], - "readingTime": 0.12, - "hasTruncateMarker": false, - "authors": [ - { - "name": "Gao Wei", - "title": "Docusaurus Core Team", - "url": "https://github.com/wgao19", - "image_url": "https://github.com/wgao19.png", - "imageURL": "https://github.com/wgao19.png" - } - ], - "frontMatter": { - "slug": "first-blog-post", - "title": "First Blog Post", - "authors": { - "name": "Gao Wei", - "title": "Docusaurus Core Team", - "url": "https://github.com/wgao19", - "image_url": "https://github.com/wgao19.png", - "imageURL": "https://github.com/wgao19.png" - }, - "tags": [ - "hola", - "docusaurus" - ] - }, - "unlisted": false, - "prevItem": { - "title": "Long Blog Post", - "permalink": "/blog/long-blog-post" - } - }, - "content": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet" - } - ] -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-blog/default/blog-c06.json b/.docusaurus/docusaurus-plugin-content-blog/default/blog-c06.json deleted file mode 100644 index af451bdb..00000000 --- a/.docusaurus/docusaurus-plugin-content-blog/default/blog-c06.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "permalink": "/blog", - "page": 1, - "postsPerPage": 10, - "totalPages": 1, - "totalCount": 4, - "blogDescription": "Blog", - "blogTitle": "Blog" -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-blog/default/blog-post-list-prop-default.json b/.docusaurus/docusaurus-plugin-content-blog/default/blog-post-list-prop-default.json deleted file mode 100644 index fb396f1d..00000000 --- a/.docusaurus/docusaurus-plugin-content-blog/default/blog-post-list-prop-default.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "title": "Recent posts", - "items": [] -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-blog/default/blog-tags-docusaurus-0e0-list.json b/.docusaurus/docusaurus-plugin-content-blog/default/blog-tags-docusaurus-0e0-list.json deleted file mode 100644 index 4e1f0ec5..00000000 --- a/.docusaurus/docusaurus-plugin-content-blog/default/blog-tags-docusaurus-0e0-list.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "permalink": "/blog/tags/docusaurus", - "page": 1, - "postsPerPage": 10, - "totalPages": 1, - "totalCount": 4, - "blogDescription": "Blog", - "blogTitle": "Blog" -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-blog/default/blog-tags-docusaurus-0e0.json b/.docusaurus/docusaurus-plugin-content-blog/default/blog-tags-docusaurus-0e0.json deleted file mode 100644 index 8c4e04b3..00000000 --- a/.docusaurus/docusaurus-plugin-content-blog/default/blog-tags-docusaurus-0e0.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "label": "docusaurus", - "permalink": "/blog/tags/docusaurus", - "allTagsPath": "/blog/tags", - "count": 4, - "unlisted": false -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-blog/default/blog-tags-facebook-038-list.json b/.docusaurus/docusaurus-plugin-content-blog/default/blog-tags-facebook-038-list.json deleted file mode 100644 index aee990ec..00000000 --- a/.docusaurus/docusaurus-plugin-content-blog/default/blog-tags-facebook-038-list.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "permalink": "/blog/tags/facebook", - "page": 1, - "postsPerPage": 10, - "totalPages": 1, - "totalCount": 1, - "blogDescription": "Blog", - "blogTitle": "Blog" -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-blog/default/blog-tags-facebook-038.json b/.docusaurus/docusaurus-plugin-content-blog/default/blog-tags-facebook-038.json deleted file mode 100644 index 34fdbe82..00000000 --- a/.docusaurus/docusaurus-plugin-content-blog/default/blog-tags-facebook-038.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "label": "facebook", - "permalink": "/blog/tags/facebook", - "allTagsPath": "/blog/tags", - "count": 1, - "unlisted": false -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-blog/default/blog-tags-hello-039-list.json b/.docusaurus/docusaurus-plugin-content-blog/default/blog-tags-hello-039-list.json deleted file mode 100644 index 11281f31..00000000 --- a/.docusaurus/docusaurus-plugin-content-blog/default/blog-tags-hello-039-list.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "permalink": "/blog/tags/hello", - "page": 1, - "postsPerPage": 10, - "totalPages": 1, - "totalCount": 2, - "blogDescription": "Blog", - "blogTitle": "Blog" -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-blog/default/blog-tags-hello-039.json b/.docusaurus/docusaurus-plugin-content-blog/default/blog-tags-hello-039.json deleted file mode 100644 index d054cded..00000000 --- a/.docusaurus/docusaurus-plugin-content-blog/default/blog-tags-hello-039.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "label": "hello", - "permalink": "/blog/tags/hello", - "allTagsPath": "/blog/tags", - "count": 2, - "unlisted": false -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-blog/default/blog-tags-hola-ea2-list.json b/.docusaurus/docusaurus-plugin-content-blog/default/blog-tags-hola-ea2-list.json deleted file mode 100644 index 5fa7ea71..00000000 --- a/.docusaurus/docusaurus-plugin-content-blog/default/blog-tags-hola-ea2-list.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "permalink": "/blog/tags/hola", - "page": 1, - "postsPerPage": 10, - "totalPages": 1, - "totalCount": 1, - "blogDescription": "Blog", - "blogTitle": "Blog" -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-blog/default/blog-tags-hola-ea2.json b/.docusaurus/docusaurus-plugin-content-blog/default/blog-tags-hola-ea2.json deleted file mode 100644 index 9838bbba..00000000 --- a/.docusaurus/docusaurus-plugin-content-blog/default/blog-tags-hola-ea2.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "label": "hola", - "permalink": "/blog/tags/hola", - "allTagsPath": "/blog/tags", - "count": 1, - "unlisted": false -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-blog/default/blog-tags-tags-4c2.json b/.docusaurus/docusaurus-plugin-content-blog/default/blog-tags-tags-4c2.json deleted file mode 100644 index a694b989..00000000 --- a/.docusaurus/docusaurus-plugin-content-blog/default/blog-tags-tags-4c2.json +++ /dev/null @@ -1,22 +0,0 @@ -[ - { - "label": "facebook", - "permalink": "/blog/tags/facebook", - "count": 1 - }, - { - "label": "hello", - "permalink": "/blog/tags/hello", - "count": 2 - }, - { - "label": "docusaurus", - "permalink": "/blog/tags/docusaurus", - "count": 4 - }, - { - "label": "hola", - "permalink": "/blog/tags/hola", - "count": 1 - } -] \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-blog/default/plugin-route-context-module-100.json b/.docusaurus/docusaurus-plugin-content-blog/default/plugin-route-context-module-100.json deleted file mode 100644 index 3206737b..00000000 --- a/.docusaurus/docusaurus-plugin-content-blog/default/plugin-route-context-module-100.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "name": "docusaurus-plugin-content-blog", - "id": "default" -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2019-05-28-first-blog-post-md-e27.json b/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2019-05-28-first-blog-post-md-e27.json deleted file mode 100644 index 72235493..00000000 --- a/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2019-05-28-first-blog-post-md-e27.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "permalink": "/blog/first-blog-post", - "source": "@site/blog/2019-05-28-first-blog-post.md", - "title": "First Blog Post", - "description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet", - "date": "2019-05-28T00:00:00.000Z", - "formattedDate": "May 28, 2019", - "tags": [ - { - "label": "hola", - "permalink": "/blog/tags/hola" - }, - { - "label": "docusaurus", - "permalink": "/blog/tags/docusaurus" - } - ], - "readingTime": 0.12, - "hasTruncateMarker": false, - "authors": [ - { - "name": "Gao Wei", - "title": "Docusaurus Core Team", - "url": "https://github.com/wgao19", - "image_url": "https://github.com/wgao19.png", - "imageURL": "https://github.com/wgao19.png" - } - ], - "frontMatter": { - "slug": "first-blog-post", - "title": "First Blog Post", - "authors": { - "name": "Gao Wei", - "title": "Docusaurus Core Team", - "url": "https://github.com/wgao19", - "image_url": "https://github.com/wgao19.png", - "imageURL": "https://github.com/wgao19.png" - }, - "tags": [ - "hola", - "docusaurus" - ] - }, - "unlisted": false, - "prevItem": { - "title": "Long Blog Post", - "permalink": "/blog/long-blog-post" - } -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2019-05-29-long-blog-post-md-736.json b/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2019-05-29-long-blog-post-md-736.json deleted file mode 100644 index 9d64e783..00000000 --- a/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2019-05-29-long-blog-post-md-736.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "permalink": "/blog/long-blog-post", - "source": "@site/blog/2019-05-29-long-blog-post.md", - "title": "Long Blog Post", - "description": "This is the summary of a very long blog post,", - "date": "2019-05-29T00:00:00.000Z", - "formattedDate": "May 29, 2019", - "tags": [ - { - "label": "hello", - "permalink": "/blog/tags/hello" - }, - { - "label": "docusaurus", - "permalink": "/blog/tags/docusaurus" - } - ], - "readingTime": 2.05, - "hasTruncateMarker": true, - "authors": [ - { - "name": "Endilie Yacop Sucipto", - "title": "Maintainer of Docusaurus", - "url": "https://github.com/endiliey", - "imageURL": "https://github.com/endiliey.png", - "key": "endi" - } - ], - "frontMatter": { - "slug": "long-blog-post", - "title": "Long Blog Post", - "authors": "endi", - "tags": [ - "hello", - "docusaurus" - ] - }, - "unlisted": false, - "prevItem": { - "title": "MDX Blog Post", - "permalink": "/blog/mdx-blog-post" - }, - "nextItem": { - "title": "First Blog Post", - "permalink": "/blog/first-blog-post" - } -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2021-08-01-mdx-blog-post-mdx-593.json b/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2021-08-01-mdx-blog-post-mdx-593.json deleted file mode 100644 index ef53d6e5..00000000 --- a/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2021-08-01-mdx-blog-post-mdx-593.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "permalink": "/blog/mdx-blog-post", - "source": "@site/blog/2021-08-01-mdx-blog-post.mdx", - "title": "MDX Blog Post", - "description": "Blog posts support Docusaurus Markdown features, such as MDX.", - "date": "2021-08-01T00:00:00.000Z", - "formattedDate": "August 1, 2021", - "tags": [ - { - "label": "docusaurus", - "permalink": "/blog/tags/docusaurus" - } - ], - "readingTime": 0.175, - "hasTruncateMarker": false, - "authors": [ - { - "name": "Sébastien Lorber", - "title": "Docusaurus maintainer", - "url": "https://sebastienlorber.com", - "imageURL": "https://github.com/slorber.png", - "key": "slorber" - } - ], - "frontMatter": { - "slug": "mdx-blog-post", - "title": "MDX Blog Post", - "authors": [ - "slorber" - ], - "tags": [ - "docusaurus" - ] - }, - "unlisted": false, - "prevItem": { - "title": "Welcome", - "permalink": "/blog/welcome" - }, - "nextItem": { - "title": "Long Blog Post", - "permalink": "/blog/long-blog-post" - } -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2021-08-26-welcome-index-md-d9f.json b/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2021-08-26-welcome-index-md-d9f.json deleted file mode 100644 index f25e26ce..00000000 --- a/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2021-08-26-welcome-index-md-d9f.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "permalink": "/blog/welcome", - "source": "@site/blog/2021-08-26-welcome/index.md", - "title": "Welcome", - "description": "Docusaurus blogging features are powered by the blog plugin.", - "date": "2021-08-26T00:00:00.000Z", - "formattedDate": "August 26, 2021", - "tags": [ - { - "label": "facebook", - "permalink": "/blog/tags/facebook" - }, - { - "label": "hello", - "permalink": "/blog/tags/hello" - }, - { - "label": "docusaurus", - "permalink": "/blog/tags/docusaurus" - } - ], - "readingTime": 0.405, - "hasTruncateMarker": false, - "authors": [ - { - "name": "Sébastien Lorber", - "title": "Docusaurus maintainer", - "url": "https://sebastienlorber.com", - "imageURL": "https://github.com/slorber.png", - "key": "slorber" - }, - { - "name": "Yangshun Tay", - "title": "Front End Engineer @ Facebook", - "url": "https://github.com/yangshun", - "imageURL": "https://github.com/yangshun.png", - "key": "yangshun" - } - ], - "frontMatter": { - "slug": "welcome", - "title": "Welcome", - "authors": [ - "slorber", - "yangshun" - ], - "tags": [ - "facebook", - "hello", - "docusaurus" - ] - }, - "unlisted": false, - "nextItem": { - "title": "MDX Blog Post", - "permalink": "/blog/mdx-blog-post" - } -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/category-docs-tutorialsidebar-category-tutorial-basics-918.json b/.docusaurus/docusaurus-plugin-content-docs/default/category-docs-tutorialsidebar-category-tutorial-basics-918.json deleted file mode 100644 index de038cb9..00000000 --- a/.docusaurus/docusaurus-plugin-content-docs/default/category-docs-tutorialsidebar-category-tutorial-basics-918.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "title": "Tutorial - Basics", - "description": "5 minutes to learn the most important Docusaurus concepts.", - "slug": "/category/tutorial---basics", - "permalink": "/docs/category/tutorial---basics", - "navigation": { - "previous": { - "title": "Tutorial Intro", - "permalink": "/docs/intro" - }, - "next": { - "title": "Create a Page", - "permalink": "/docs/tutorial-basics/create-a-page" - } - } -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/category-docs-tutorialsidebar-category-tutorial-extras-3e4.json b/.docusaurus/docusaurus-plugin-content-docs/default/category-docs-tutorialsidebar-category-tutorial-extras-3e4.json deleted file mode 100644 index 806a9521..00000000 --- a/.docusaurus/docusaurus-plugin-content-docs/default/category-docs-tutorialsidebar-category-tutorial-extras-3e4.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "title": "Tutorial - Extras", - "slug": "/category/tutorial---extras", - "permalink": "/docs/category/tutorial---extras", - "navigation": { - "previous": { - "title": "Congratulations!", - "permalink": "/docs/tutorial-basics/congratulations" - }, - "next": { - "title": "Manage Docs Versions", - "permalink": "/docs/tutorial-extras/manage-docs-versions" - } - } -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/plugin-route-context-module-100.json b/.docusaurus/docusaurus-plugin-content-docs/default/plugin-route-context-module-100.json deleted file mode 100644 index 3818ad02..00000000 --- a/.docusaurus/docusaurus-plugin-content-docs/default/plugin-route-context-module-100.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "name": "docusaurus-plugin-content-docs", - "id": "default" -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-intro-md-0e3.json b/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-intro-md-0e3.json deleted file mode 100644 index d0dfc854..00000000 --- a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-intro-md-0e3.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "id": "intro", - "title": "Introduction", - "description": "Welcome to the central hub for Cardano documentation. Here you will find content", - "source": "@site/docs/intro.md", - "sourceDirName": ".", - "slug": "/intro", - "permalink": "/docs/intro", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/intro.md", - "tags": [], - "version": "current", - "sidebarPosition": 1, - "frontMatter": { - "title": "Introduction", - "metaTitle": "Introduction", - "metaDescription": "Introduction", - "sidebar_position": 1 - }, - "sidebar": "tutorialSidebar", - "next": { - "title": "Introduction", - "permalink": "/docs/new-to-cardano/introduction" - } -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-tutorial-basics-congratulations-md-822.json b/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-tutorial-basics-congratulations-md-822.json deleted file mode 100644 index 8aff3e89..00000000 --- a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-tutorial-basics-congratulations-md-822.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "id": "tutorial-basics/congratulations", - "title": "Congratulations!", - "description": "You have just learned the basics of Docusaurus and made some changes to the initial template.", - "source": "@site/docs/tutorial-basics/congratulations.md", - "sourceDirName": "tutorial-basics", - "slug": "/tutorial-basics/congratulations", - "permalink": "/docs/tutorial-basics/congratulations", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/tutorial-basics/congratulations.md", - "tags": [], - "version": "current", - "sidebarPosition": 6, - "frontMatter": { - "sidebar_position": 6 - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Deploy your site", - "permalink": "/docs/tutorial-basics/deploy-your-site" - }, - "next": { - "title": "Tutorial - Extras", - "permalink": "/docs/category/tutorial---extras" - } -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-tutorial-basics-create-a-blog-post-md-533.json b/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-tutorial-basics-create-a-blog-post-md-533.json deleted file mode 100644 index 9427df6b..00000000 --- a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-tutorial-basics-create-a-blog-post-md-533.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "id": "tutorial-basics/create-a-blog-post", - "title": "Create a Blog Post", - "description": "Docusaurus creates a page for each blog post, but also a blog index page, a tag system, an RSS feed...", - "source": "@site/docs/tutorial-basics/create-a-blog-post.md", - "sourceDirName": "tutorial-basics", - "slug": "/tutorial-basics/create-a-blog-post", - "permalink": "/docs/tutorial-basics/create-a-blog-post", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/tutorial-basics/create-a-blog-post.md", - "tags": [], - "version": "current", - "sidebarPosition": 3, - "frontMatter": { - "sidebar_position": 3 - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Create a Document", - "permalink": "/docs/tutorial-basics/create-a-document" - }, - "next": { - "title": "Markdown Features", - "permalink": "/docs/tutorial-basics/markdown-features" - } -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-tutorial-basics-create-a-document-md-1e4.json b/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-tutorial-basics-create-a-document-md-1e4.json deleted file mode 100644 index 7a4bff36..00000000 --- a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-tutorial-basics-create-a-document-md-1e4.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "id": "tutorial-basics/create-a-document", - "title": "Create a Document", - "description": "Documents are groups of pages connected through:", - "source": "@site/docs/tutorial-basics/create-a-document.md", - "sourceDirName": "tutorial-basics", - "slug": "/tutorial-basics/create-a-document", - "permalink": "/docs/tutorial-basics/create-a-document", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/tutorial-basics/create-a-document.md", - "tags": [], - "version": "current", - "sidebarPosition": 2, - "frontMatter": { - "sidebar_position": 2 - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Create a Page", - "permalink": "/docs/tutorial-basics/create-a-page" - }, - "next": { - "title": "Create a Blog Post", - "permalink": "/docs/tutorial-basics/create-a-blog-post" - } -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-tutorial-basics-create-a-page-md-5c8.json b/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-tutorial-basics-create-a-page-md-5c8.json deleted file mode 100644 index c00572cc..00000000 --- a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-tutorial-basics-create-a-page-md-5c8.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "id": "tutorial-basics/create-a-page", - "title": "Create a Page", - "description": "Add Markdown or React files to src/pages to create a standalone page:", - "source": "@site/docs/tutorial-basics/create-a-page.md", - "sourceDirName": "tutorial-basics", - "slug": "/tutorial-basics/create-a-page", - "permalink": "/docs/tutorial-basics/create-a-page", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/tutorial-basics/create-a-page.md", - "tags": [], - "version": "current", - "sidebarPosition": 1, - "frontMatter": { - "sidebar_position": 1 - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Tutorial - Basics", - "permalink": "/docs/category/tutorial---basics" - }, - "next": { - "title": "Create a Document", - "permalink": "/docs/tutorial-basics/create-a-document" - } -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-tutorial-basics-deploy-your-site-md-f55.json b/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-tutorial-basics-deploy-your-site-md-f55.json deleted file mode 100644 index 1dd85fd6..00000000 --- a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-tutorial-basics-deploy-your-site-md-f55.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "id": "tutorial-basics/deploy-your-site", - "title": "Deploy your site", - "description": "Docusaurus is a static-site-generator (also called Jamstack).", - "source": "@site/docs/tutorial-basics/deploy-your-site.md", - "sourceDirName": "tutorial-basics", - "slug": "/tutorial-basics/deploy-your-site", - "permalink": "/docs/tutorial-basics/deploy-your-site", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/tutorial-basics/deploy-your-site.md", - "tags": [], - "version": "current", - "sidebarPosition": 5, - "frontMatter": { - "sidebar_position": 5 - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Markdown Features", - "permalink": "/docs/tutorial-basics/markdown-features" - }, - "next": { - "title": "Congratulations!", - "permalink": "/docs/tutorial-basics/congratulations" - } -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-tutorial-basics-markdown-features-mdx-18c.json b/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-tutorial-basics-markdown-features-mdx-18c.json deleted file mode 100644 index 54261aed..00000000 --- a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-tutorial-basics-markdown-features-mdx-18c.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "id": "tutorial-basics/markdown-features", - "title": "Markdown Features", - "description": "Docusaurus supports Markdown and a few additional features.", - "source": "@site/docs/tutorial-basics/markdown-features.mdx", - "sourceDirName": "tutorial-basics", - "slug": "/tutorial-basics/markdown-features", - "permalink": "/docs/tutorial-basics/markdown-features", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/tutorial-basics/markdown-features.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 4, - "frontMatter": { - "sidebar_position": 4 - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Create a Blog Post", - "permalink": "/docs/tutorial-basics/create-a-blog-post" - }, - "next": { - "title": "Deploy your site", - "permalink": "/docs/tutorial-basics/deploy-your-site" - } -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-tutorial-extras-manage-docs-versions-md-dff.json b/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-tutorial-extras-manage-docs-versions-md-dff.json deleted file mode 100644 index 69d530f5..00000000 --- a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-tutorial-extras-manage-docs-versions-md-dff.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "id": "tutorial-extras/manage-docs-versions", - "title": "Manage Docs Versions", - "description": "Docusaurus can manage multiple versions of your docs.", - "source": "@site/docs/tutorial-extras/manage-docs-versions.md", - "sourceDirName": "tutorial-extras", - "slug": "/tutorial-extras/manage-docs-versions", - "permalink": "/docs/tutorial-extras/manage-docs-versions", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/tutorial-extras/manage-docs-versions.md", - "tags": [], - "version": "current", - "sidebarPosition": 1, - "frontMatter": { - "sidebar_position": 1 - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Tutorial - Extras", - "permalink": "/docs/category/tutorial---extras" - }, - "next": { - "title": "Translate your site", - "permalink": "/docs/tutorial-extras/translate-your-site" - } -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-tutorial-extras-translate-your-site-md-e44.json b/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-tutorial-extras-translate-your-site-md-e44.json deleted file mode 100644 index 7ed53b8d..00000000 --- a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-tutorial-extras-translate-your-site-md-e44.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "id": "tutorial-extras/translate-your-site", - "title": "Translate your site", - "description": "Let's translate docs/intro.md to French.", - "source": "@site/docs/tutorial-extras/translate-your-site.md", - "sourceDirName": "tutorial-extras", - "slug": "/tutorial-extras/translate-your-site", - "permalink": "/docs/tutorial-extras/translate-your-site", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/tutorial-extras/translate-your-site.md", - "tags": [], - "version": "current", - "sidebarPosition": 2, - "frontMatter": { - "sidebar_position": 2 - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Manage Docs Versions", - "permalink": "/docs/tutorial-extras/manage-docs-versions" - } -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/version-current-metadata-prop-751.json b/.docusaurus/docusaurus-plugin-content-docs/default/version-current-metadata-prop-751.json deleted file mode 100644 index 99cde025..00000000 --- a/.docusaurus/docusaurus-plugin-content-docs/default/version-current-metadata-prop-751.json +++ /dev/null @@ -1,1217 +0,0 @@ -{ - "pluginId": "default", - "version": "current", - "label": "Next", - "banner": null, - "badge": false, - "noIndex": false, - "className": "docs-version-current", - "isLast": true, - "docsSidebars": { - "tutorialSidebar": [ - { - "type": "link", - "label": "Introduction", - "href": "/introduction", - "docId": "introduction", - "unlisted": false - }, - { - "type": "category", - "label": "New to Cardano?", - "collapsible": true, - "collapsed": true, - "items": [ - { - "type": "link", - "label": "What is a blockchain?", - "href": "/new-to-cardano/what-is-a-blockchain", - "docId": "new-to-cardano/what-is-a-blockchain", - "unlisted": false - }, - { - "type": "link", - "label": "What is a cryptocurrency?", - "href": "/new-to-cardano/what-is-a-cryptocurrency", - "docId": "new-to-cardano/what-is-a-cryptocurrency", - "unlisted": false - }, - { - "type": "link", - "label": "Proof of stake", - "href": "/new-to-cardano/proof-of-stake", - "docId": "new-to-cardano/proof-of-stake", - "unlisted": false - }, - { - "type": "link", - "label": "Cardano tracking tools", - "href": "/new-to-cardano/cardano-tracking-tools", - "docId": "new-to-cardano/cardano-tracking-tools", - "unlisted": false - }, - { - "type": "link", - "label": "Types of wallets", - "href": "/new-to-cardano/types-of-wallets", - "docId": "new-to-cardano/types-of-wallets", - "unlisted": false - }, - { - "type": "link", - "label": "How to delegate?", - "href": "/new-to-cardano/how-to-delegate", - "docId": "new-to-cardano/how-to-delegate", - "unlisted": false - }, - { - "type": "link", - "label": "What is a smart contract?", - "href": "/new-to-cardano/what-is-a-smart-contract", - "docId": "new-to-cardano/what-is-a-smart-contract", - "unlisted": false - } - ], - "href": "/new-to-cardano/" - }, - { - "type": "category", - "label": "Learn", - "collapsible": true, - "collapsed": true, - "items": [ - { - "type": "link", - "label": "Cardano nodes", - "href": "/learn/cardano-node", - "docId": "learn/cardano-node", - "unlisted": false - }, - { - "type": "link", - "label": "Stake pools", - "href": "/learn/stake-pools", - "docId": "learn/stake-pools", - "unlisted": false - }, - { - "type": "link", - "label": "Delegation", - "href": "/learn/delegation", - "docId": "learn/delegation", - "unlisted": false - }, - { - "type": "link", - "label": "Pledging and rewards", - "href": "/learn/pledging-rewards", - "docId": "learn/pledging-rewards", - "unlisted": false - }, - { - "type": "link", - "label": "Consensus explained", - "href": "/learn/consensus-explained", - "docId": "learn/consensus-explained", - "unlisted": false - }, - { - "type": "link", - "label": "Ouroboros overview", - "href": "/learn/ouroboros-overview", - "docId": "learn/ouroboros-overview", - "unlisted": false - }, - { - "type": "link", - "label": "Cardano keys", - "href": "/learn/cardano-keys", - "docId": "learn/cardano-keys", - "unlisted": false - }, - { - "type": "link", - "label": "Cardano addresses", - "href": "/learn/cardano-addresses", - "docId": "learn/cardano-addresses", - "unlisted": false - }, - { - "type": "link", - "label": "Chain confirmation versus transaction confirmation", - "href": "/learn/chain-confirmation-versus-transaction-confirmation", - "docId": "learn/chain-confirmation-versus-transaction-confirmation", - "unlisted": false - }, - { - "type": "link", - "label": "Extended UTXO model", - "href": "/learn/eutxo-explainer", - "docId": "learn/eutxo-explainer", - "unlisted": false - }, - { - "type": "link", - "label": "Transaction costs and determinism", - "href": "/learn/transaction-costs-determinism", - "docId": "learn/transaction-costs-determinism", - "unlisted": false - }, - { - "type": "link", - "label": "About the collateral mechanism", - "href": "/learn/collateral-mechanism", - "docId": "learn/collateral-mechanism", - "unlisted": false - } - ] - }, - { - "type": "category", - "label": "Explore more", - "collapsible": true, - "collapsed": true, - "items": [ - { - "type": "link", - "label": "Cardano architecture", - "href": "/explore-cardano/cardano-architecture", - "docId": "explore-cardano/cardano-architecture", - "unlisted": false - }, - { - "type": "category", - "label": "Cardano network", - "collapsible": true, - "collapsed": true, - "items": [ - { - "type": "link", - "label": "Networking protocol design overview", - "href": "/explore-cardano/cardano-network/networking-protocol", - "docId": "explore-cardano/cardano-network/networking-protocol", - "unlisted": false - }, - { - "type": "link", - "label": "Peer-to-peer (P2P) networking", - "href": "/explore-cardano/cardano-network/p2p-networking", - "docId": "explore-cardano/cardano-network/p2p-networking", - "unlisted": false - } - ], - "href": "/explore-cardano/cardano-network/" - }, - { - "type": "link", - "label": "Cardano fee structure", - "href": "/explore-cardano/fee-structure", - "docId": "explore-cardano/fee-structure", - "unlisted": false - }, - { - "type": "link", - "label": "Cardano monetary policy", - "href": "/explore-cardano/monetary-policy", - "docId": "explore-cardano/monetary-policy", - "unlisted": false - }, - { - "type": "link", - "label": "Time handling on Cardano", - "href": "/explore-cardano/time", - "docId": "explore-cardano/time", - "unlisted": false - }, - { - "type": "link", - "label": "Understanding concurrency", - "href": "/explore-cardano/concurrency", - "docId": "explore-cardano/concurrency", - "unlisted": false - }, - { - "type": "link", - "label": "Cardano protocol parameters reference guide", - "href": "/explore-cardano/parameter-guide", - "docId": "explore-cardano/parameter-guide", - "unlisted": false - }, - { - "type": "link", - "label": "Relevant research papers and specifications", - "href": "/explore-cardano/relevant-research-papers", - "docId": "explore-cardano/relevant-research-papers", - "unlisted": false - } - ] - }, - { - "type": "category", - "label": "Cardano evolution", - "collapsible": true, - "collapsed": true, - "items": [ - { - "type": "link", - "label": "Design rationale", - "href": "/evolution/cardano-design-rationale", - "docId": "evolution/cardano-design-rationale", - "unlisted": false - }, - { - "type": "link", - "label": "Development phases and eras", - "href": "/evolution/eras-and-phases", - "docId": "evolution/eras-and-phases", - "unlisted": false - }, - { - "type": "link", - "label": "About hard forks", - "href": "/evolution/about-hard-forks", - "docId": "evolution/about-hard-forks", - "unlisted": false - }, - { - "type": "category", - "label": "Upgrades explained", - "collapsible": true, - "collapsed": true, - "items": [ - { - "type": "link", - "label": "Byron to Shelley", - "href": "/evolution/upgrades/byron-to-shelley", - "docId": "evolution/upgrades/byron-to-shelley", - "unlisted": false - }, - { - "type": "link", - "label": "Allegra", - "href": "/evolution/upgrades/allegra", - "docId": "evolution/upgrades/allegra", - "unlisted": false - }, - { - "type": "link", - "label": "Mary", - "href": "/evolution/upgrades/mary", - "docId": "evolution/upgrades/mary", - "unlisted": false - }, - { - "type": "link", - "label": "Alonzo", - "href": "/evolution/upgrades/alonzo", - "docId": "evolution/upgrades/alonzo", - "unlisted": false - }, - { - "type": "link", - "label": "Vasil", - "href": "/evolution/upgrades/vasil", - "docId": "evolution/upgrades/vasil", - "unlisted": false - }, - { - "type": "link", - "label": "Valentine (SECP)", - "href": "/evolution/upgrades/valentine", - "docId": "evolution/upgrades/valentine", - "unlisted": false - } - ] - } - ] - }, - { - "type": "category", - "label": "Cardano testnets", - "collapsible": true, - "collapsed": true, - "items": [ - { - "type": "link", - "label": "Testnet environments", - "href": "/cardano-testnets/environments", - "docId": "cardano-testnets/environments", - "unlisted": false - }, - { - "type": "link", - "label": "Getting started with Cardano testnets", - "href": "/cardano-testnets/getting-started", - "docId": "cardano-testnets/getting-started", - "unlisted": false - }, - { - "type": "link", - "label": "Creating a local testnet", - "href": "/cardano-testnets/local-testnet", - "docId": "cardano-testnets/local-testnet", - "unlisted": false - }, - { - "type": "link", - "label": "Daedalus wallet for the Cardano testnets", - "href": "/cardano-testnets/daedalus-testnet", - "docId": "cardano-testnets/daedalus-testnet", - "unlisted": false - }, - { - "type": "category", - "label": "Tools", - "collapsible": true, - "collapsed": true, - "items": [ - { - "type": "link", - "label": "Testnets faucet", - "href": "/cardano-testnets/tools/faucet", - "docId": "cardano-testnets/tools/faucet", - "unlisted": false - }, - { - "type": "link", - "label": "Staking calculator", - "href": "/cardano-testnets/tools/staking-calculator", - "docId": "cardano-testnets/tools/staking-calculator", - "unlisted": false - }, - { - "type": "link", - "label": "Plutus fee estimator", - "href": "/cardano-testnets/tools/plutus-fee-estimator", - "docId": "cardano-testnets/tools/plutus-fee-estimator", - "unlisted": false - } - ] - }, - { - "type": "link", - "label": "Resources", - "href": "/cardano-testnets/resources", - "docId": "cardano-testnets/resources", - "unlisted": false - }, - { - "type": "link", - "label": "Support and feedback", - "href": "/cardano-testnets/support-feedback", - "docId": "cardano-testnets/support-feedback", - "unlisted": false - } - ], - "href": "/cardano-testnets/" - }, - { - "type": "category", - "label": "Developer resources", - "collapsible": true, - "collapsed": true, - "items": [ - { - "type": "link", - "label": "The Cardano node video course", - "href": "/development-guidelines/cardano-node-course", - "docId": "development-guidelines/cardano-node-course", - "unlisted": false - }, - { - "type": "link", - "label": "Native tokens", - "href": "/development-guidelines/native-tokens", - "docId": "development-guidelines/native-tokens", - "unlisted": false - }, - { - "type": "category", - "label": "Smart contracts", - "collapsible": true, - "collapsed": true, - "items": [ - { - "type": "link", - "label": "Plutus", - "href": "/development-guidelines/smart-contracts/plutus", - "docId": "development-guidelines/smart-contracts/plutus", - "unlisted": false - }, - { - "type": "link", - "label": "Marlowe", - "href": "/development-guidelines/smart-contracts/marlowe", - "docId": "development-guidelines/smart-contracts/marlowe", - "unlisted": false - }, - { - "type": "link", - "label": "Aiken", - "href": "/development-guidelines/smart-contracts/aiken", - "docId": "development-guidelines/smart-contracts/aiken", - "unlisted": false - } - ] - }, - { - "type": "category", - "label": "Scalability solutions", - "collapsible": true, - "collapsed": true, - "items": [ - { - "type": "link", - "label": "Hydra", - "href": "/development-guidelines/scalability/hydra", - "docId": "development-guidelines/scalability/hydra", - "unlisted": false - }, - { - "type": "link", - "label": "Mithril", - "href": "/development-guidelines/scalability/mithril", - "docId": "development-guidelines/scalability/mithril", - "unlisted": false - } - ] - }, - { - "type": "category", - "label": "Transaction tutorials", - "collapsible": true, - "collapsed": true, - "items": [ - { - "type": "link", - "label": "Minting transactions", - "href": "/development-guidelines/transaction-tutorials/minting-transaction", - "docId": "development-guidelines/transaction-tutorials/minting-transaction", - "unlisted": false - }, - { - "type": "link", - "label": "Staking transactions", - "href": "/development-guidelines/transaction-tutorials/stake-transaction", - "docId": "development-guidelines/transaction-tutorials/stake-transaction", - "unlisted": false - }, - { - "type": "link", - "label": "Withdrawing transactions", - "href": "/development-guidelines/transaction-tutorials/withdraw-transaction", - "docId": "development-guidelines/transaction-tutorials/withdraw-transaction", - "unlisted": false - }, - { - "type": "link", - "label": "Redelegation", - "href": "/development-guidelines/transaction-tutorials/redelegate-transaction", - "docId": "development-guidelines/transaction-tutorials/redelegate-transaction", - "unlisted": false - }, - { - "type": "link", - "label": "Multiple purposes", - "href": "/development-guidelines/transaction-tutorials/multiple-purposes", - "docId": "development-guidelines/transaction-tutorials/multiple-purposes", - "unlisted": false - } - ], - "href": "/development-guidelines/transaction-tutorials/" - } - ], - "href": "/development-guidelines/" - }, - { - "type": "category", - "label": "Operating a stake pool", - "collapsible": true, - "collapsed": true, - "items": [ - { - "type": "link", - "label": "Stake pool operations 101", - "href": "/operating-a-stake-pool/stake-pool-operations-101", - "docId": "operating-a-stake-pool/stake-pool-operations-101", - "unlisted": false - }, - { - "type": "link", - "label": "About stake pools, operators, and owners", - "href": "/operating-a-stake-pool/about-stake-pools", - "docId": "operating-a-stake-pool/about-stake-pools", - "unlisted": false - }, - { - "type": "link", - "label": "Creating and managing a stake pool", - "href": "/operating-a-stake-pool/creating-a-stake-pool", - "docId": "operating-a-stake-pool/creating-a-stake-pool", - "unlisted": false - }, - { - "type": "link", - "label": "Establishing connectivity between the nodes", - "href": "/operating-a-stake-pool/node-connectivity", - "docId": "operating-a-stake-pool/node-connectivity", - "unlisted": false - }, - { - "type": "link", - "label": "Creating keys and operational certificates", - "href": "/operating-a-stake-pool/creating-keys-and-certificates", - "docId": "operating-a-stake-pool/creating-keys-and-certificates", - "unlisted": false - }, - { - "type": "link", - "label": "Stake pool operations and maintenance", - "href": "/operating-a-stake-pool/public-stake-pools", - "docId": "operating-a-stake-pool/public-stake-pools", - "unlisted": false - }, - { - "type": "link", - "label": "Pool metadata management", - "href": "/operating-a-stake-pool/SMASH", - "docId": "operating-a-stake-pool/SMASH", - "unlisted": false - }, - { - "type": "link", - "label": "Stake pool performance", - "href": "/operating-a-stake-pool/performance", - "docId": "operating-a-stake-pool/performance", - "unlisted": false - }, - { - "type": "link", - "label": "Stake pool ranking", - "href": "/operating-a-stake-pool/ranking", - "docId": "operating-a-stake-pool/ranking", - "unlisted": false - }, - { - "type": "link", - "label": "Guidelines for operating large stake pools", - "href": "/operating-a-stake-pool/guidelines-for-large-spos", - "docId": "operating-a-stake-pool/guidelines-for-large-spos", - "unlisted": false - } - ] - }, - { - "type": "category", - "label": "Community", - "collapsible": true, - "collapsed": true, - "items": [ - { - "type": "link", - "label": "Cardano Improvement Proposals (CIPs)", - "href": "/community/cips", - "docId": "community/cips", - "unlisted": false - }, - { - "type": "link", - "label": "Essential Cardano", - "href": "/community/essential-cardano", - "docId": "community/essential-cardano", - "unlisted": false - }, - { - "type": "link", - "label": "Community content", - "href": "/community/community-content", - "docId": "community/community-content", - "unlisted": false - }, - { - "type": "link", - "label": "Cardano Stack Exchange", - "href": "/community/Cardano-stack-exchange", - "docId": "community/Cardano-stack-exchange", - "unlisted": false - }, - { - "type": "link", - "label": "Ambassadors program", - "href": "/community/ambassador-program", - "docId": "community/ambassador-program", - "unlisted": false - }, - { - "type": "link", - "label": "Getting Support", - "href": "/community/getting-support", - "docId": "community/getting-support", - "unlisted": false - } - ] - }, - { - "type": "category", - "label": "Pioneer programs", - "collapsible": true, - "collapsed": true, - "items": [ - { - "type": "link", - "label": "Plutus Pioneer program", - "href": "/pioneer-programs/plutus-pioneers", - "docId": "pioneer-programs/plutus-pioneers", - "unlisted": false - } - ] - }, - { - "type": "category", - "label": "Release notes", - "collapsible": true, - "collapsed": true, - "items": [ - { - "type": "link", - "label": "Release notes", - "href": "/release-notes/release-notes", - "docId": "release-notes/release-notes", - "unlisted": false - }, - { - "type": "link", - "label": "Compatibility matrix", - "href": "/release-notes/comp-matrix", - "docId": "release-notes/comp-matrix", - "unlisted": false - } - ] - }, - { - "type": "link", - "label": "Cardano Ecosystem Tools", - "href": "https://developers.cardano.org/tools/", - "className": "cardano-ecosystems-external-link" - }, - { - "type": "link", - "label": "Glossary", - "href": "https://www.essentialcardano.io/glossary?sort=alphabetical", - "className": "glossary-external-link" - }, - { - "type": "link", - "label": "Cardano.org", - "href": "https://cardano.org/", - "className": "cardano-external-link" - }, - { - "type": "link", - "label": "Developer Portal", - "href": "https://developers.cardano.org/", - "className": "cardano-developers-external-link" - } - ] - }, - "docs": { - "cardano-testnets/daedalus-testnet": { - "id": "cardano-testnets/daedalus-testnet", - "title": "Daedalus wallet for the Cardano testnets", - "description": "Here you can download any of the special testnet-only versions of the Daedalus", - "sidebar": "tutorialSidebar" - }, - "cardano-testnets/environments": { - "id": "cardano-testnets/environments", - "title": "Testnet environments", - "description": "Discover the various testnet environments available on Cardano to select the one best suited for your testing needs.", - "sidebar": "tutorialSidebar" - }, - "cardano-testnets/getting-started": { - "id": "cardano-testnets/getting-started", - "title": "Getting started with Cardano testnets", - "description": "To get started and join Cardano testnets, you should install and configure the", - "sidebar": "tutorialSidebar" - }, - "cardano-testnets/index": { - "id": "cardano-testnets/index", - "title": "Cardano testnets", - "description": "Cardano testnets sit at the vanguard of network development, providing sandboxed", - "sidebar": "tutorialSidebar" - }, - "cardano-testnets/local-testnet": { - "id": "cardano-testnets/local-testnet", - "title": "Creating a local testnet", - "description": "A local testnet enables developers and projects building on Cardano to test new features or functionality prior to deployment on global testnet environments. While preview and pre-production environments benefit the wider developer community, a local testnet allows the execution of a hard fork in your own setup and subsequent testing of DApp behavior.", - "sidebar": "tutorialSidebar" - }, - "cardano-testnets/resources": { - "id": "cardano-testnets/resources", - "title": "Resources", - "description": "Useful materials", - "sidebar": "tutorialSidebar" - }, - "cardano-testnets/support-feedback": { - "id": "cardano-testnets/support-feedback", - "title": "Support and feedback", - "description": "Support", - "sidebar": "tutorialSidebar" - }, - "cardano-testnets/tools/faucet": { - "id": "cardano-testnets/tools/faucet", - "title": "Testnets faucet", - "description": "Since Cardano testnets are independent networks, separate from the Cardano", - "sidebar": "tutorialSidebar" - }, - "cardano-testnets/tools/plutus-fee-estimator": { - "id": "cardano-testnets/tools/plutus-fee-estimator", - "title": "Plutus fee estimator", - "description": "The Plutus fee estimator has been developed by IOG performance experts for price", - "sidebar": "tutorialSidebar" - }, - "cardano-testnets/tools/staking-calculator": { - "id": "cardano-testnets/tools/staking-calculator", - "title": "Staking calculator", - "description": "Staking calculator is a tool used to predict approximate rewards a user may", - "sidebar": "tutorialSidebar" - }, - "community/ambassador-program": { - "id": "community/ambassador-program", - "title": "Ambassadors program", - "description": "The Cardano community is privileged to have committed members of our", - "sidebar": "tutorialSidebar" - }, - "community/Cardano-stack-exchange": { - "id": "community/Cardano-stack-exchange", - "title": "Cardano Stack Exchange", - "description": "Cardano Stack Exchange is a", - "sidebar": "tutorialSidebar" - }, - "community/cips": { - "id": "community/cips", - "title": "Cardano Improvement Proposals (CIPs)", - "description": "Individuals with improvement proposals for Cardano can", - "sidebar": "tutorialSidebar" - }, - "community/community-content": { - "id": "community/community-content", - "title": "Community content", - "description": "Community collaboration is central to", - "sidebar": "tutorialSidebar" - }, - "community/essential-cardano": { - "id": "community/essential-cardano", - "title": "Essential Cardano", - "description": "Essential Cardano is an open-source", - "sidebar": "tutorialSidebar" - }, - "community/getting-support": { - "id": "community/getting-support", - "title": "Getting Support", - "description": "Your feedback is important because it helps us improve", - "sidebar": "tutorialSidebar" - }, - "development-guidelines/cardano-node-course": { - "id": "development-guidelines/cardano-node-course", - "title": "The Cardano node video course", - "description": "The IOG Academy provides this course on YouTube.", - "sidebar": "tutorialSidebar" - }, - "development-guidelines/index": { - "id": "development-guidelines/index", - "title": "Developer resources", - "description": "Welcome to the developer resources section! Here you will find references to the resources that will help you with developing on Cardano.", - "sidebar": "tutorialSidebar" - }, - "development-guidelines/native-tokens": { - "id": "development-guidelines/native-tokens", - "title": "Native tokens", - "description": "To start working with native tokens, see:", - "sidebar": "tutorialSidebar" - }, - "development-guidelines/scalability/hydra": { - "id": "development-guidelines/scalability/hydra", - "title": "Hydra", - "description": "Hydra is a layer 2 scaling solution for Cardano rooted in peer-reviewed research that increases transaction throughput and ensures cost efficiency while maintaining rigorous security.", - "sidebar": "tutorialSidebar" - }, - "development-guidelines/scalability/mithril": { - "id": "development-guidelines/scalability/mithril", - "title": "Mithril", - "description": "Mithril is a stake-based multi-signature scheme that leverages the existing", - "sidebar": "tutorialSidebar" - }, - "development-guidelines/smart-contracts/aiken": { - "id": "development-guidelines/smart-contracts/aiken", - "title": "Aiken", - "description": "Aiken is a modern programming language and toolchain for developing smart contracts", - "sidebar": "tutorialSidebar" - }, - "development-guidelines/smart-contracts/marlowe": { - "id": "development-guidelines/smart-contracts/marlowe", - "title": "Marlowe", - "description": "Marlowe is a set of open source tools designed to simplify the creation,", - "sidebar": "tutorialSidebar" - }, - "development-guidelines/smart-contracts/plutus": { - "id": "development-guidelines/smart-contracts/plutus", - "title": "Plutus", - "description": "To start developing with Plutus, see:", - "sidebar": "tutorialSidebar" - }, - "development-guidelines/transaction-tutorials/index": { - "id": "development-guidelines/transaction-tutorials/index", - "title": "Transaction tutorials", - "description": "A transaction is an event created, signed, and sent by a user to modify the", - "sidebar": "tutorialSidebar" - }, - "development-guidelines/transaction-tutorials/minting-transaction": { - "id": "development-guidelines/transaction-tutorials/minting-transaction", - "title": "Minting transactions", - "description": "The ability to create and manage custom tokens is one of the distinguishing features of the Cardano blockchain. Minting refers to the process of 'producing new tokens, either as part of an initial coin offering (ICO) or ongoing token issuance'. Minting transactions enable users to generate or burn tokens according to predefined rules. This tutorial explores the details of minting transactions on Cardano.", - "sidebar": "tutorialSidebar" - }, - "development-guidelines/transaction-tutorials/multiple-purposes": { - "id": "development-guidelines/transaction-tutorials/multiple-purposes", - "title": "Multiple purposes", - "description": "Cardano allows more complex transactions. So far you've seen various types of transactions: simple script, minting, staking, delegating, etc. But Cardano provides the flexibility to create more complex transactions and mix all the types of transactions needed. For example, adding metadata to minting transactions, or adding a staking component to a simple script transaction. This tutorial shows how to send a transaction with multiple purposes.", - "sidebar": "tutorialSidebar" - }, - "development-guidelines/transaction-tutorials/redelegate-transaction": { - "id": "development-guidelines/transaction-tutorials/redelegate-transaction", - "title": "Redelegation", - "description": "This tutorial will show how to redelegate your stake to another stake pool. There can be multiple reasons to redelegate your stake, but the most common ones are:", - "sidebar": "tutorialSidebar" - }, - "development-guidelines/transaction-tutorials/stake-transaction": { - "id": "development-guidelines/transaction-tutorials/stake-transaction", - "title": "Staking transactions", - "description": "Staking is a fundamental feature of Cardano, allowing you to earn rewards by delegating ada to stake pools. This tutorial shows how to delegate your ada to a stake pool, withdraw rewards, or stop delegating your ada if you decide to switch to another stake pool.", - "sidebar": "tutorialSidebar" - }, - "development-guidelines/transaction-tutorials/withdraw-transaction": { - "id": "development-guidelines/transaction-tutorials/withdraw-transaction", - "title": "Withdrawing transactions", - "description": "This part of the tutorial will demonstrate how easy it is to claim rewards using the cardano-cli. First, you need to ensure that you already have rewards available in your stake address. Check it with the following command:", - "sidebar": "tutorialSidebar" - }, - "evolution/about-hard-forks": { - "id": "evolution/about-hard-forks", - "title": "About hard forks", - "description": "The term hard fork describes a radical change in the blockchain: a change from", - "sidebar": "tutorialSidebar" - }, - "evolution/cardano-design-rationale": { - "id": "evolution/cardano-design-rationale", - "title": "Design rationale", - "description": "Cardano is an open source proof-of-stake blockchain project that began in 2015 to address existing blockchain challenges in the design and development of cryptocurrencies. It aims to provide a more balanced and sustainable ecosystem that better accounts for the needs of its users as well as other systems seeking integration.", - "sidebar": "tutorialSidebar" - }, - "evolution/eras-and-phases": { - "id": "evolution/eras-and-phases", - "title": "Development phases and eras", - "description": "This overview is based on CIP-59.", - "sidebar": "tutorialSidebar" - }, - "evolution/upgrades/allegra": { - "id": "evolution/upgrades/allegra", - "title": "Allegra", - "description": "Allegra was the Shelley protocol upgrade that introduced token locking support to enable various kinds of smart contract use cases.", - "sidebar": "tutorialSidebar" - }, - "evolution/upgrades/alonzo": { - "id": "evolution/upgrades/alonzo", - "title": "Alonzo", - "description": "Alonzo is the protocol upgrade implemented in September 2021, as part of the Goguen development phase. It built on top of transaction metadata, token locking, and native asset functionality to enable smart contract development.", - "sidebar": "tutorialSidebar" - }, - "evolution/upgrades/byron-to-shelley": { - "id": "evolution/upgrades/byron-to-shelley", - "title": "Byron to Shelley", - "description": "Cardano's Byron mainnet ran on the Ouroboros Classic consensus protocol. Cardano's Shelley mainnet transitioned to a decentralized network running on the Ouroboros Praos consensus protocol, which enabled more extended capabilities while also supporting the staking process with monetary rewards for ada holders and stake pool operators.", - "sidebar": "tutorialSidebar" - }, - "evolution/upgrades/mary": { - "id": "evolution/upgrades/mary", - "title": "Mary", - "description": "Mary is the Shelley protocol upgrade implemented in March 2021. It introduced", - "sidebar": "tutorialSidebar" - }, - "evolution/upgrades/valentine": { - "id": "evolution/upgrades/valentine", - "title": "Valentine (SECP)", - "description": "The Valentine (or SECP) upgrade is Cardano’s intra-era hard fork that followed the Vasil upgrade. Valentine was a small and focused semantic change to the ledger, which brought new built-in functions to Plutus to support SECP elliptic curves (ECDSA and Schnorr). Although an intra-era hard fork requires a hard fork combinator event, it does not change the ledger era, which means that this was an upgrade to the Babbage ledger era.", - "sidebar": "tutorialSidebar" - }, - "evolution/upgrades/vasil": { - "id": "evolution/upgrades/vasil", - "title": "Vasil", - "description": "Vasil is the protocol upgrade implemented in June 2022. Named after the late Bulgarian mathematician and prominent Cardano community member Vasil Dabov, the Vasil upgrade introduced five key mechanisms to improve the blockchain's performance: CIP-31 (reference inputs), CIP-32 (inline datums), CIP-33 (reference scripts), CIP-40 (collateral outputs), and diffusion pipelining.", - "sidebar": "tutorialSidebar" - }, - "explore-cardano/cardano-architecture": { - "id": "explore-cardano/cardano-architecture", - "title": "Cardano architecture", - "description": "This section describes the high-level architecture of Cardano, providing", - "sidebar": "tutorialSidebar" - }, - "explore-cardano/cardano-network/index": { - "id": "explore-cardano/cardano-network/index", - "title": "Cardano network", - "description": "The Cardano network is a technical infrastructure combining Cardano nodes and", - "sidebar": "tutorialSidebar" - }, - "explore-cardano/cardano-network/networking-protocol": { - "id": "explore-cardano/cardano-network/networking-protocol", - "title": "Networking protocol design overview", - "description": "Transmission Control Protocols (TCP) and Internet Protocols (IP) form a protocol", - "sidebar": "tutorialSidebar" - }, - "explore-cardano/cardano-network/p2p-networking": { - "id": "explore-cardano/cardano-network/p2p-networking", - "title": "Peer-to-peer (P2P) networking", - "description": "Cardano nodes and the interactions between them are combined together within a", - "sidebar": "tutorialSidebar" - }, - "explore-cardano/concurrency": { - "id": "explore-cardano/concurrency", - "title": "Understanding concurrency", - "description": "Concurrency refers to the ability of different actors to perform work simultaneously without interfering with each other. In Cardano's Extended Unspent Transaction Output (EUTXO) model, transactions can be processed in parallel, enabling multiple operations without causing system failures. This approach enhances system throughput while maintaining the performance of individual operations.", - "sidebar": "tutorialSidebar" - }, - "explore-cardano/fee-structure": { - "id": "explore-cardano/fee-structure", - "title": "Cardano fee structure", - "description": "Cardano uses a transaction fee system that covers the processing and long-term", - "sidebar": "tutorialSidebar" - }, - "explore-cardano/monetary-policy": { - "id": "explore-cardano/monetary-policy", - "title": "Cardano monetary policy", - "description": "Cardano achieves true decentralization with the Voltaire development phase, which includes decentralized voting and", - "sidebar": "tutorialSidebar" - }, - "explore-cardano/parameter-guide": { - "id": "explore-cardano/parameter-guide", - "title": "Cardano protocol parameters reference guide", - "description": "Protocol parameters on Cardano are the various settings that define the blockchain's behavior. Some protocol parameters are stable and non-updatable while others can be adjusted to adapt to changing conditions over time.", - "sidebar": "tutorialSidebar" - }, - "explore-cardano/relevant-research-papers": { - "id": "explore-cardano/relevant-research-papers", - "title": "Relevant research papers and specifications", - "description": "Cardano is a third-generation blockchain platform that aims to provide the", - "sidebar": "tutorialSidebar" - }, - "explore-cardano/time": { - "id": "explore-cardano/time", - "title": "Time handling on Cardano", - "description": "Time is necessarily relative to every participant in the blockchain system and is critically important to support and maintain the safety properties of the Ouroboros consensus protocol. Minted blocks are expected to be propagated to all nodes in the system in a timely manner, so time requires the construction of a globally acceptable representation for consensus to be reached.", - "sidebar": "tutorialSidebar" - }, - "introduction": { - "id": "introduction", - "title": "Introduction", - "description": "Welcome to the central hub for Cardano documentation. Here, you'll find content that describes and supports the features on both the Cardano mainnet and testnet environments.", - "sidebar": "tutorialSidebar" - }, - "learn/cardano-addresses": { - "id": "learn/cardano-addresses", - "title": "Cardano addresses", - "description": "The addresses are a blake2b-256 hash of the relevant verifying/public keys", - "sidebar": "tutorialSidebar" - }, - "learn/cardano-keys": { - "id": "learn/cardano-keys", - "title": "Cardano keys", - "description": "Cardano keys are asymmetric cryptography key pairs used for:", - "sidebar": "tutorialSidebar" - }, - "learn/cardano-node": { - "id": "learn/cardano-node", - "title": "Cardano nodes", - "description": "The", - "sidebar": "tutorialSidebar" - }, - "learn/chain-confirmation-versus-transaction-confirmation": { - "id": "learn/chain-confirmation-versus-transaction-confirmation", - "title": "Chain confirmation versus transaction confirmation", - "description": "When discussing Cardano, often-repeated questions are what is Cardano’s transaction time?, and how many network confirmations does Cardano require before a transaction goes through? The answers to these questions require a deeper look at the concepts of chain confirmation and transaction confirmation, and how these relate to the Ouroboros protocol.", - "sidebar": "tutorialSidebar" - }, - "learn/collateral-mechanism": { - "id": "learn/collateral-mechanism", - "title": "About the collateral mechanism", - "description": "The collateral mechanism is an important feature that has been designed to", - "sidebar": "tutorialSidebar" - }, - "learn/consensus-explained": { - "id": "learn/consensus-explained", - "title": "Consensus explained", - "description": "Consensus is the process of reaching a majority opinion by everyone involved in", - "sidebar": "tutorialSidebar" - }, - "learn/delegation": { - "id": "learn/delegation", - "title": "Delegation", - "description": "As Cardano is a proof of stake (PoS) system, owning ada not only allows you to", - "sidebar": "tutorialSidebar" - }, - "learn/eutxo-explainer": { - "id": "learn/eutxo-explainer", - "title": "Extended UTXO model", - "description": "The EUTXO handbook is now out! Deep dive into Cardano's EUTXO accounting model here.", - "sidebar": "tutorialSidebar" - }, - "learn/ouroboros-overview": { - "id": "learn/ouroboros-overview", - "title": "Ouroboros overview", - "description": "In mythology, Ouroboros (also, uroboros) is usually depicted as a snake (or sometimes a dragon) eating its own tail in a closed circle. The word Ouroboros itself derives from Ancient Greek, its literal meaning being 'tail eating' or 'tail devourer.'", - "sidebar": "tutorialSidebar" - }, - "learn/pledging-rewards": { - "id": "learn/pledging-rewards", - "title": "Pledging and rewards", - "description": "Pledging is an important mechanism that encourages the growth of a healthy", - "sidebar": "tutorialSidebar" - }, - "learn/stake-pools": { - "id": "learn/stake-pools", - "title": "Stake pools", - "description": "A stake pool is a reliable server node that focuses on ledger maintenance and holds the combined resources - the 'stake' - of various stakeholders in a single entity. Stake pools are responsible for processing transactions that will be placed in the ledger, as well as producing new blocks. Stake pools are at the core of Ouroboros, Cardano's proof-of-stake protocol.", - "sidebar": "tutorialSidebar" - }, - "learn/transaction-costs-determinism": { - "id": "learn/transaction-costs-determinism", - "title": "Transaction costs and determinism", - "description": "Cardano’s approach to price setting mainly relies on market demand over actual", - "sidebar": "tutorialSidebar" - }, - "new-to-cardano/cardano-tracking-tools": { - "id": "new-to-cardano/cardano-tracking-tools", - "title": "Cardano tracking tools", - "description": "Since Cardano is a public blockchain ledger, it is possible to easily track all", - "sidebar": "tutorialSidebar" - }, - "new-to-cardano/how-to-delegate": { - "id": "new-to-cardano/how-to-delegate", - "title": "How to delegate?", - "description": "Ada that is held on Cardano represents its holder’s stake in the protocol. The", - "sidebar": "tutorialSidebar" - }, - "new-to-cardano/index": { - "id": "new-to-cardano/index", - "title": "New to Cardano?", - "description": "The understanding of basic concepts plays an integral role in getting acquainted", - "sidebar": "tutorialSidebar" - }, - "new-to-cardano/proof-of-stake": { - "id": "new-to-cardano/proof-of-stake", - "title": "Proof of stake", - "description": "Proof of stake (PoS) is a type of", - "sidebar": "tutorialSidebar" - }, - "new-to-cardano/types-of-wallets": { - "id": "new-to-cardano/types-of-wallets", - "title": "Types of wallets", - "description": "A blockchain wallet is a safe and secure place where users can keep their", - "sidebar": "tutorialSidebar" - }, - "new-to-cardano/what-is-a-blockchain": { - "id": "new-to-cardano/what-is-a-blockchain", - "title": "What is a blockchain?", - "description": "A blockchain is a type of database or ledger that is duplicated and distributed", - "sidebar": "tutorialSidebar" - }, - "new-to-cardano/what-is-a-cryptocurrency": { - "id": "new-to-cardano/what-is-a-cryptocurrency", - "title": "What is a cryptocurrency?", - "description": "A cryptocurrency is a digital asset, which is stored on the ledger and is", - "sidebar": "tutorialSidebar" - }, - "new-to-cardano/what-is-a-smart-contract": { - "id": "new-to-cardano/what-is-a-smart-contract", - "title": "What is a smart contract?", - "description": "Smart contracts on Cardano are simple programs often referred to as validator scripts in which users define custom logic. They are automatically executed by each Cardano node validating the transaction when the transaction attempts to move funds from the script's address. The address of each script is derived from the hash-sum of the compiled script.", - "sidebar": "tutorialSidebar" - }, - "operating-a-stake-pool/about-stake-pools": { - "id": "operating-a-stake-pool/about-stake-pools", - "title": "About stake pools, operators, and owners", - "description": "This section includes an overview of stake pool operations and explains the ways", - "sidebar": "tutorialSidebar" - }, - "operating-a-stake-pool/creating-a-stake-pool": { - "id": "operating-a-stake-pool/creating-a-stake-pool", - "title": "Creating and managing a stake pool", - "description": "First, you should install the node from source.", - "sidebar": "tutorialSidebar" - }, - "operating-a-stake-pool/creating-keys-and-certificates": { - "id": "operating-a-stake-pool/creating-keys-and-certificates", - "title": "Creating keys and operational certificates", - "description": "About the stake pool operator keys", - "sidebar": "tutorialSidebar" - }, - "operating-a-stake-pool/guidelines-for-large-spos": { - "id": "operating-a-stake-pool/guidelines-for-large-spos", - "title": "Guidelines for operating large stake pools", - "description": "This section provides guidelines for operators of large stake pools,", - "sidebar": "tutorialSidebar" - }, - "operating-a-stake-pool/node-connectivity": { - "id": "operating-a-stake-pool/node-connectivity", - "title": "Establishing connectivity between the nodes", - "description": "Nodes connect to each other within the Cardano networking layer, and this", - "sidebar": "tutorialSidebar" - }, - "operating-a-stake-pool/performance": { - "id": "operating-a-stake-pool/performance", - "title": "Stake pool performance", - "description": "A stake pool elected as a slot leader is responsible for producing new blocks", - "sidebar": "tutorialSidebar" - }, - "operating-a-stake-pool/public-stake-pools": { - "id": "operating-a-stake-pool/public-stake-pools", - "title": "Stake pool operations and maintenance", - "description": "Stake pool maintenance tutorials", - "sidebar": "tutorialSidebar" - }, - "operating-a-stake-pool/ranking": { - "id": "operating-a-stake-pool/ranking", - "title": "Stake pool ranking", - "description": "In the Daedalus wallet and Cardano Explorer, stake pools are ranked based on the", - "sidebar": "tutorialSidebar" - }, - "operating-a-stake-pool/SMASH": { - "id": "operating-a-stake-pool/SMASH", - "title": "Pool metadata management", - "description": "Stake pools are registered on-chain, and their on-chain data (such as information required to calculate rewards) is critical to the operation of the ledger. Stake pools also possess metadata that helps users make a rational choice of a stake pool to delegate to. This metadata is stored off-chain as it might reflect sensitive content, and such an approach allows for a degree of decentralized censorship.", - "sidebar": "tutorialSidebar" - }, - "operating-a-stake-pool/stake-pool-operations-101": { - "id": "operating-a-stake-pool/stake-pool-operations-101", - "title": "Stake pool operations 101", - "description": "Welcome to your one-stop shop for all things related to stake pool operations!", - "sidebar": "tutorialSidebar" - }, - "pioneer-programs/plutus-pioneers": { - "id": "pioneer-programs/plutus-pioneers", - "title": "Plutus Pioneer program", - "description": "Before you start, note that Plutus Core, Cardano’s native smart contract", - "sidebar": "tutorialSidebar" - }, - "release-notes/comp-matrix": { - "id": "release-notes/comp-matrix", - "title": "Compatibility matrix", - "description": "This сomponent compatibility with the Cardano node matrix shows the runtime dependencies of Cardano components on a specific version of", - "sidebar": "tutorialSidebar" - }, - "release-notes/release-notes": { - "id": "release-notes/release-notes", - "title": "Release notes", - "description": "Here is the latest release information for the Cardano components. Component", - "sidebar": "tutorialSidebar" - } - } -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-pages/default/plugin-route-context-module-100.json b/.docusaurus/docusaurus-plugin-content-pages/default/plugin-route-context-module-100.json deleted file mode 100644 index b141f718..00000000 --- a/.docusaurus/docusaurus-plugin-content-pages/default/plugin-route-context-module-100.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "name": "docusaurus-plugin-content-pages", - "id": "default" -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-pages/default/site-src-pages-markdown-page-md-393.json b/.docusaurus/docusaurus-plugin-content-pages/default/site-src-pages-markdown-page-md-393.json deleted file mode 100644 index 152a2bc6..00000000 --- a/.docusaurus/docusaurus-plugin-content-pages/default/site-src-pages-markdown-page-md-393.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "type": "mdx", - "permalink": "/markdown-page", - "source": "@site/src/pages/markdown-page.md", - "title": "Markdown page example", - "description": "You don't need React to write simple standalone pages.", - "frontMatter": { - "title": "Markdown page example" - }, - "unlisted": false -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-debug/default/docusaurus-debug-all-content-673.json b/.docusaurus/docusaurus-plugin-debug/default/docusaurus-debug-all-content-673.json deleted file mode 100644 index a2811eb7..00000000 --- a/.docusaurus/docusaurus-plugin-debug/default/docusaurus-debug-all-content-673.json +++ /dev/null @@ -1,2885 +0,0 @@ -{ - "docusaurus-plugin-content-docs": { - "default": { - "loadedVersions": [ - { - "versionName": "current", - "label": "Next", - "banner": null, - "badge": false, - "noIndex": false, - "className": "docs-version-current", - "path": "/", - "tagsPath": "/tags", - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs", - "editUrlLocalized": "https://github.com/input-output-hk/cardano-documentation/blob/master/i18n/en/docusaurus-plugin-content-docs/current", - "isLast": true, - "routePriority": -1, - "sidebarFilePath": "/Users/fstoqnov/cardano-documentation/sidebars.ts", - "contentPath": "/Users/fstoqnov/cardano-documentation/docs", - "contentPathLocalized": "/Users/fstoqnov/cardano-documentation/i18n/en/docusaurus-plugin-content-docs/current", - "docs": [ - { - "id": "cardano-testnets/daedalus-testnet", - "title": "Daedalus wallet for the Cardano testnets", - "description": "Here you can download any of the special testnet-only versions of the Daedalus", - "source": "@site/docs/06-cardano-testnets/05-daedalus-testnet.mdx", - "sourceDirName": "06-cardano-testnets", - "slug": "/cardano-testnets/daedalus-testnet", - "permalink": "/cardano-testnets/daedalus-testnet", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/06-cardano-testnets/05-daedalus-testnet.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 5, - "frontMatter": { - "title": "Daedalus wallet for the Cardano testnets", - "metaTitle": "Daedalus wallet for the Cardano testnets" - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Creating a local testnet", - "permalink": "/cardano-testnets/local-testnet" - }, - "next": { - "title": "Testnets faucet", - "permalink": "/cardano-testnets/tools/faucet" - } - }, - { - "id": "cardano-testnets/environments", - "title": "Testnet environments", - "description": "Discover the various testnet environments available on Cardano to select the one best suited for your testing needs.", - "source": "@site/docs/06-cardano-testnets/02-environments.mdx", - "sourceDirName": "06-cardano-testnets", - "slug": "/cardano-testnets/environments", - "permalink": "/cardano-testnets/environments", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/06-cardano-testnets/02-environments.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 2, - "frontMatter": { - "title": "Testnet environments", - "metaTitle": "Testnet environments" - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Cardano testnets", - "permalink": "/cardano-testnets/" - }, - "next": { - "title": "Getting started with Cardano testnets", - "permalink": "/cardano-testnets/getting-started" - } - }, - { - "id": "cardano-testnets/getting-started", - "title": "Getting started with Cardano testnets", - "description": "To get started and join Cardano testnets, you should install and configure the", - "source": "@site/docs/06-cardano-testnets/03-getting-started.mdx", - "sourceDirName": "06-cardano-testnets", - "slug": "/cardano-testnets/getting-started", - "permalink": "/cardano-testnets/getting-started", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/06-cardano-testnets/03-getting-started.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 3, - "frontMatter": { - "title": "Getting started with Cardano testnets", - "metaTitle": "Getting started with the Cardano testnets" - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Testnet environments", - "permalink": "/cardano-testnets/environments" - }, - "next": { - "title": "Creating a local testnet", - "permalink": "/cardano-testnets/local-testnet" - } - }, - { - "id": "cardano-testnets/index", - "title": "Cardano testnets", - "description": "Cardano testnets sit at the vanguard of network development, providing sandboxed", - "source": "@site/docs/06-cardano-testnets/index.mdx", - "sourceDirName": "06-cardano-testnets", - "slug": "/cardano-testnets/", - "permalink": "/cardano-testnets/", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/06-cardano-testnets/index.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 6, - "frontMatter": { - "title": "Cardano testnets", - "metaTitle": "Cardano testnets", - "sidebar_position": 6, - "collapsible": true, - "collapsed": true - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Valentine (SECP)", - "permalink": "/evolution/upgrades/valentine" - }, - "next": { - "title": "Testnet environments", - "permalink": "/cardano-testnets/environments" - } - }, - { - "id": "cardano-testnets/local-testnet", - "title": "Creating a local testnet", - "description": "A local testnet enables developers and projects building on Cardano to test new features or functionality prior to deployment on global testnet environments. While preview and pre-production environments benefit the wider developer community, a local testnet allows the execution of a hard fork in your own setup and subsequent testing of DApp behavior.", - "source": "@site/docs/06-cardano-testnets/04-local-testnet.mdx", - "sourceDirName": "06-cardano-testnets", - "slug": "/cardano-testnets/local-testnet", - "permalink": "/cardano-testnets/local-testnet", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/06-cardano-testnets/04-local-testnet.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 4, - "frontMatter": { - "title": "Creating a local testnet", - "metaTitle": "Creating a local testnet" - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Getting started with Cardano testnets", - "permalink": "/cardano-testnets/getting-started" - }, - "next": { - "title": "Daedalus wallet for the Cardano testnets", - "permalink": "/cardano-testnets/daedalus-testnet" - } - }, - { - "id": "cardano-testnets/resources", - "title": "Resources", - "description": "Useful materials", - "source": "@site/docs/06-cardano-testnets/07-resources.mdx", - "sourceDirName": "06-cardano-testnets", - "slug": "/cardano-testnets/resources", - "permalink": "/cardano-testnets/resources", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/06-cardano-testnets/07-resources.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 7, - "frontMatter": { - "title": "Resources", - "metaTitle": "Resources" - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Plutus fee estimator", - "permalink": "/cardano-testnets/tools/plutus-fee-estimator" - }, - "next": { - "title": "Support and feedback", - "permalink": "/cardano-testnets/support-feedback" - } - }, - { - "id": "cardano-testnets/support-feedback", - "title": "Support and feedback", - "description": "Support", - "source": "@site/docs/06-cardano-testnets/08-support-feedback.mdx", - "sourceDirName": "06-cardano-testnets", - "slug": "/cardano-testnets/support-feedback", - "permalink": "/cardano-testnets/support-feedback", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/06-cardano-testnets/08-support-feedback.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 8, - "frontMatter": { - "title": "Support and feedback", - "metaTitle": "Support and feedback" - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Resources", - "permalink": "/cardano-testnets/resources" - }, - "next": { - "title": "Developer resources", - "permalink": "/development-guidelines/" - } - }, - { - "id": "cardano-testnets/tools/faucet", - "title": "Testnets faucet", - "description": "Since Cardano testnets are independent networks, separate from the Cardano", - "source": "@site/docs/06-cardano-testnets/06-tools/01-faucet.mdx", - "sourceDirName": "06-cardano-testnets/06-tools", - "slug": "/cardano-testnets/tools/faucet", - "permalink": "/cardano-testnets/tools/faucet", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/06-cardano-testnets/06-tools/01-faucet.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 1, - "frontMatter": { - "title": "Testnets faucet", - "metaTitle": "Testnets faucet" - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Daedalus wallet for the Cardano testnets", - "permalink": "/cardano-testnets/daedalus-testnet" - }, - "next": { - "title": "Staking calculator", - "permalink": "/cardano-testnets/tools/staking-calculator" - } - }, - { - "id": "cardano-testnets/tools/plutus-fee-estimator", - "title": "Plutus fee estimator", - "description": "The Plutus fee estimator has been developed by IOG performance experts for price", - "source": "@site/docs/06-cardano-testnets/06-tools/03-plutus-fee-estimator.mdx", - "sourceDirName": "06-cardano-testnets/06-tools", - "slug": "/cardano-testnets/tools/plutus-fee-estimator", - "permalink": "/cardano-testnets/tools/plutus-fee-estimator", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/06-cardano-testnets/06-tools/03-plutus-fee-estimator.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 3, - "frontMatter": { - "title": "Plutus fee estimator", - "metaTitle": "Plutus fee estimator" - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Staking calculator", - "permalink": "/cardano-testnets/tools/staking-calculator" - }, - "next": { - "title": "Resources", - "permalink": "/cardano-testnets/resources" - } - }, - { - "id": "cardano-testnets/tools/staking-calculator", - "title": "Staking calculator", - "description": "Staking calculator is a tool used to predict approximate rewards a user may", - "source": "@site/docs/06-cardano-testnets/06-tools/02-staking-calculator.mdx", - "sourceDirName": "06-cardano-testnets/06-tools", - "slug": "/cardano-testnets/tools/staking-calculator", - "permalink": "/cardano-testnets/tools/staking-calculator", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/06-cardano-testnets/06-tools/02-staking-calculator.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 2, - "frontMatter": { - "title": "Staking calculator", - "metaTitle": "Staking calculator" - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Testnets faucet", - "permalink": "/cardano-testnets/tools/faucet" - }, - "next": { - "title": "Plutus fee estimator", - "permalink": "/cardano-testnets/tools/plutus-fee-estimator" - } - }, - { - "id": "community/ambassador-program", - "title": "Ambassadors program", - "description": "The Cardano community is privileged to have committed members of our", - "source": "@site/docs/14-community/05-ambassador-program.mdx", - "sourceDirName": "14-community", - "slug": "/community/ambassador-program", - "permalink": "/community/ambassador-program", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/14-community/05-ambassador-program.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 5, - "frontMatter": { - "title": "Ambassadors program", - "metaTitle": "Ambassadors program", - "sidebar_position": 5 - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Cardano Stack Exchange", - "permalink": "/community/Cardano-stack-exchange" - }, - "next": { - "title": "Getting Support", - "permalink": "/community/getting-support" - } - }, - { - "id": "community/Cardano-stack-exchange", - "title": "Cardano Stack Exchange", - "description": "Cardano Stack Exchange is a", - "source": "@site/docs/14-community/04-Cardano-stack-exchange.mdx", - "sourceDirName": "14-community", - "slug": "/community/Cardano-stack-exchange", - "permalink": "/community/Cardano-stack-exchange", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/14-community/04-Cardano-stack-exchange.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 4, - "frontMatter": { - "title": "Cardano Stack Exchange", - "metaTitle": "Cardano Stack Exchange", - "sidebar_position": 4 - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Community content", - "permalink": "/community/community-content" - }, - "next": { - "title": "Ambassadors program", - "permalink": "/community/ambassador-program" - } - }, - { - "id": "community/cips", - "title": "Cardano Improvement Proposals (CIPs)", - "description": "Individuals with improvement proposals for Cardano can", - "source": "@site/docs/14-community/01-cips.mdx", - "sourceDirName": "14-community", - "slug": "/community/cips", - "permalink": "/community/cips", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/14-community/01-cips.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 1, - "frontMatter": { - "title": "Cardano Improvement Proposals (CIPs)", - "metaTitle": "Cardano Improvement Proposals (CIPs)", - "sidebar_position": 1 - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Guidelines for operating large stake pools", - "permalink": "/operating-a-stake-pool/guidelines-for-large-spos" - }, - "next": { - "title": "Essential Cardano", - "permalink": "/community/essential-cardano" - } - }, - { - "id": "community/community-content", - "title": "Community content", - "description": "Community collaboration is central to", - "source": "@site/docs/14-community/03-community-content.mdx", - "sourceDirName": "14-community", - "slug": "/community/community-content", - "permalink": "/community/community-content", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/14-community/03-community-content.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 3, - "frontMatter": { - "title": "Community content", - "metaTitle": "Community content", - "sidebar_position": 3 - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Essential Cardano", - "permalink": "/community/essential-cardano" - }, - "next": { - "title": "Cardano Stack Exchange", - "permalink": "/community/Cardano-stack-exchange" - } - }, - { - "id": "community/essential-cardano", - "title": "Essential Cardano", - "description": "Essential Cardano is an open-source", - "source": "@site/docs/14-community/02-essential-cardano.mdx", - "sourceDirName": "14-community", - "slug": "/community/essential-cardano", - "permalink": "/community/essential-cardano", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/14-community/02-essential-cardano.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 2, - "frontMatter": { - "title": "Essential Cardano", - "metaTitle": "Essential Cardano", - "sidebar_position": 2 - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Cardano Improvement Proposals (CIPs)", - "permalink": "/community/cips" - }, - "next": { - "title": "Community content", - "permalink": "/community/community-content" - } - }, - { - "id": "community/getting-support", - "title": "Getting Support", - "description": "Your feedback is important because it helps us improve", - "source": "@site/docs/14-community/06-getting-support.mdx", - "sourceDirName": "14-community", - "slug": "/community/getting-support", - "permalink": "/community/getting-support", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/14-community/06-getting-support.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 6, - "frontMatter": { - "title": "Getting Support", - "metaTitle": "Getting Support", - "sidebar_position": 6 - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Ambassadors program", - "permalink": "/community/ambassador-program" - }, - "next": { - "title": "Plutus Pioneer program", - "permalink": "/pioneer-programs/plutus-pioneers" - } - }, - { - "id": "development-guidelines/cardano-node-course", - "title": "The Cardano node video course", - "description": "The IOG Academy provides this course on YouTube.", - "source": "@site/docs/07-development-guidelines/02-cardano-node-course.mdx", - "sourceDirName": "07-development-guidelines", - "slug": "/development-guidelines/cardano-node-course", - "permalink": "/development-guidelines/cardano-node-course", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/07-development-guidelines/02-cardano-node-course.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 2, - "frontMatter": { - "title": "The Cardano node video course", - "metaTitle": "The Cardano node video course" - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Developer resources", - "permalink": "/development-guidelines/" - }, - "next": { - "title": "Native tokens", - "permalink": "/development-guidelines/native-tokens" - } - }, - { - "id": "development-guidelines/index", - "title": "Developer resources", - "description": "Welcome to the developer resources section! Here you will find references to the resources that will help you with developing on Cardano.", - "source": "@site/docs/07-development-guidelines/index.mdx", - "sourceDirName": "07-development-guidelines", - "slug": "/development-guidelines/", - "permalink": "/development-guidelines/", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/07-development-guidelines/index.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 7, - "frontMatter": { - "title": "Developer resources", - "metaTitle": "Developer resources", - "sidebar_position": 7, - "collapsible": true, - "collapsed": true - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Support and feedback", - "permalink": "/cardano-testnets/support-feedback" - }, - "next": { - "title": "The Cardano node video course", - "permalink": "/development-guidelines/cardano-node-course" - } - }, - { - "id": "development-guidelines/native-tokens", - "title": "Native tokens", - "description": "To start working with native tokens, see:", - "source": "@site/docs/07-development-guidelines/03-native-tokens.mdx", - "sourceDirName": "07-development-guidelines", - "slug": "/development-guidelines/native-tokens", - "permalink": "/development-guidelines/native-tokens", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/07-development-guidelines/03-native-tokens.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 3, - "frontMatter": { - "title": "Native tokens", - "metaTitle": "Learn about native tokens" - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "The Cardano node video course", - "permalink": "/development-guidelines/cardano-node-course" - }, - "next": { - "title": "Plutus", - "permalink": "/development-guidelines/smart-contracts/plutus" - } - }, - { - "id": "development-guidelines/scalability/hydra", - "title": "Hydra", - "description": "Hydra is a layer 2 scaling solution for Cardano rooted in peer-reviewed research that increases transaction throughput and ensures cost efficiency while maintaining rigorous security.", - "source": "@site/docs/07-development-guidelines/05-scalability/01-hydra.mdx", - "sourceDirName": "07-development-guidelines/05-scalability", - "slug": "/development-guidelines/scalability/hydra", - "permalink": "/development-guidelines/scalability/hydra", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/07-development-guidelines/05-scalability/01-hydra.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 1, - "frontMatter": { - "title": "Hydra", - "metaTitle": "Hydra", - "sidebar_position": 1 - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Aiken", - "permalink": "/development-guidelines/smart-contracts/aiken" - }, - "next": { - "title": "Mithril", - "permalink": "/development-guidelines/scalability/mithril" - } - }, - { - "id": "development-guidelines/scalability/mithril", - "title": "Mithril", - "description": "Mithril is a stake-based multi-signature scheme that leverages the existing", - "source": "@site/docs/07-development-guidelines/05-scalability/02-mithril.mdx", - "sourceDirName": "07-development-guidelines/05-scalability", - "slug": "/development-guidelines/scalability/mithril", - "permalink": "/development-guidelines/scalability/mithril", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/07-development-guidelines/05-scalability/02-mithril.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 2, - "frontMatter": { - "title": "Mithril", - "metaTitle": "Mithril", - "sidebar_position": 2 - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Hydra", - "permalink": "/development-guidelines/scalability/hydra" - }, - "next": { - "title": "Transaction tutorials", - "permalink": "/development-guidelines/transaction-tutorials/" - } - }, - { - "id": "development-guidelines/smart-contracts/aiken", - "title": "Aiken", - "description": "Aiken is a modern programming language and toolchain for developing smart contracts", - "source": "@site/docs/07-development-guidelines/04-smart-contracts/03-aiken.mdx", - "sourceDirName": "07-development-guidelines/04-smart-contracts", - "slug": "/development-guidelines/smart-contracts/aiken", - "permalink": "/development-guidelines/smart-contracts/aiken", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/07-development-guidelines/04-smart-contracts/03-aiken.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 3, - "frontMatter": { - "title": "Aiken", - "metaTitle": "Learn about Aiken", - "sidebar_position": 3 - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Marlowe", - "permalink": "/development-guidelines/smart-contracts/marlowe" - }, - "next": { - "title": "Hydra", - "permalink": "/development-guidelines/scalability/hydra" - } - }, - { - "id": "development-guidelines/smart-contracts/marlowe", - "title": "Marlowe", - "description": "Marlowe is a set of open source tools designed to simplify the creation,", - "source": "@site/docs/07-development-guidelines/04-smart-contracts/02-marlowe.mdx", - "sourceDirName": "07-development-guidelines/04-smart-contracts", - "slug": "/development-guidelines/smart-contracts/marlowe", - "permalink": "/development-guidelines/smart-contracts/marlowe", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/07-development-guidelines/04-smart-contracts/02-marlowe.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 2, - "frontMatter": { - "title": "Marlowe", - "metaTitle": "Learn about Marlowe", - "sidebar_position": 2 - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Plutus", - "permalink": "/development-guidelines/smart-contracts/plutus" - }, - "next": { - "title": "Aiken", - "permalink": "/development-guidelines/smart-contracts/aiken" - } - }, - { - "id": "development-guidelines/smart-contracts/plutus", - "title": "Plutus", - "description": "To start developing with Plutus, see:", - "source": "@site/docs/07-development-guidelines/04-smart-contracts/01-plutus.mdx", - "sourceDirName": "07-development-guidelines/04-smart-contracts", - "slug": "/development-guidelines/smart-contracts/plutus", - "permalink": "/development-guidelines/smart-contracts/plutus", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/07-development-guidelines/04-smart-contracts/01-plutus.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 1, - "frontMatter": { - "title": "Plutus", - "metaTitle": "Learn about Plutus", - "sidebar_position": 1 - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Native tokens", - "permalink": "/development-guidelines/native-tokens" - }, - "next": { - "title": "Marlowe", - "permalink": "/development-guidelines/smart-contracts/marlowe" - } - }, - { - "id": "development-guidelines/transaction-tutorials/index", - "title": "Transaction tutorials", - "description": "A transaction is an event created, signed, and sent by a user to modify the", - "source": "@site/docs/07-development-guidelines/07-transaction-tutorials/index.mdx", - "sourceDirName": "07-development-guidelines/07-transaction-tutorials", - "slug": "/development-guidelines/transaction-tutorials/", - "permalink": "/development-guidelines/transaction-tutorials/", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/07-development-guidelines/07-transaction-tutorials/index.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 7, - "frontMatter": { - "title": "Transaction tutorials", - "metaTitle": "Transaction tutorials", - "sidebar_position": 7, - "collapsible": true, - "collapsed": true - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Mithril", - "permalink": "/development-guidelines/scalability/mithril" - }, - "next": { - "title": "Minting transactions", - "permalink": "/development-guidelines/transaction-tutorials/minting-transaction" - } - }, - { - "id": "development-guidelines/transaction-tutorials/minting-transaction", - "title": "Minting transactions", - "description": "The ability to create and manage custom tokens is one of the distinguishing features of the Cardano blockchain. Minting refers to the process of 'producing new tokens, either as part of an initial coin offering (ICO) or ongoing token issuance'. Minting transactions enable users to generate or burn tokens according to predefined rules. This tutorial explores the details of minting transactions on Cardano.", - "source": "@site/docs/07-development-guidelines/07-transaction-tutorials/02-minting-transaction.mdx", - "sourceDirName": "07-development-guidelines/07-transaction-tutorials", - "slug": "/development-guidelines/transaction-tutorials/minting-transaction", - "permalink": "/development-guidelines/transaction-tutorials/minting-transaction", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/07-development-guidelines/07-transaction-tutorials/02-minting-transaction.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 2, - "frontMatter": { - "title": "Minting transactions", - "metaTitle": "Minting transactions" - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Transaction tutorials", - "permalink": "/development-guidelines/transaction-tutorials/" - }, - "next": { - "title": "Staking transactions", - "permalink": "/development-guidelines/transaction-tutorials/stake-transaction" - } - }, - { - "id": "development-guidelines/transaction-tutorials/multiple-purposes", - "title": "Multiple purposes", - "description": "Cardano allows more complex transactions. So far you've seen various types of transactions: simple script, minting, staking, delegating, etc. But Cardano provides the flexibility to create more complex transactions and mix all the types of transactions needed. For example, adding metadata to minting transactions, or adding a staking component to a simple script transaction. This tutorial shows how to send a transaction with multiple purposes.", - "source": "@site/docs/07-development-guidelines/07-transaction-tutorials/06-multiple-purposes.mdx", - "sourceDirName": "07-development-guidelines/07-transaction-tutorials", - "slug": "/development-guidelines/transaction-tutorials/multiple-purposes", - "permalink": "/development-guidelines/transaction-tutorials/multiple-purposes", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/07-development-guidelines/07-transaction-tutorials/06-multiple-purposes.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 6, - "frontMatter": { - "title": "Multiple purposes", - "metaTitle": "Multiple purposes" - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Redelegation", - "permalink": "/development-guidelines/transaction-tutorials/redelegate-transaction" - }, - "next": { - "title": "Stake pool operations 101", - "permalink": "/operating-a-stake-pool/stake-pool-operations-101" - } - }, - { - "id": "development-guidelines/transaction-tutorials/redelegate-transaction", - "title": "Redelegation", - "description": "This tutorial will show how to redelegate your stake to another stake pool. There can be multiple reasons to redelegate your stake, but the most common ones are:", - "source": "@site/docs/07-development-guidelines/07-transaction-tutorials/05-redelegate-transaction.mdx", - "sourceDirName": "07-development-guidelines/07-transaction-tutorials", - "slug": "/development-guidelines/transaction-tutorials/redelegate-transaction", - "permalink": "/development-guidelines/transaction-tutorials/redelegate-transaction", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/07-development-guidelines/07-transaction-tutorials/05-redelegate-transaction.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 5, - "frontMatter": { - "title": "Redelegation", - "metaTitle": "Redelegation" - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Withdrawing transactions", - "permalink": "/development-guidelines/transaction-tutorials/withdraw-transaction" - }, - "next": { - "title": "Multiple purposes", - "permalink": "/development-guidelines/transaction-tutorials/multiple-purposes" - } - }, - { - "id": "development-guidelines/transaction-tutorials/stake-transaction", - "title": "Staking transactions", - "description": "Staking is a fundamental feature of Cardano, allowing you to earn rewards by delegating ada to stake pools. This tutorial shows how to delegate your ada to a stake pool, withdraw rewards, or stop delegating your ada if you decide to switch to another stake pool.", - "source": "@site/docs/07-development-guidelines/07-transaction-tutorials/03-stake-transaction.mdx", - "sourceDirName": "07-development-guidelines/07-transaction-tutorials", - "slug": "/development-guidelines/transaction-tutorials/stake-transaction", - "permalink": "/development-guidelines/transaction-tutorials/stake-transaction", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/07-development-guidelines/07-transaction-tutorials/03-stake-transaction.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 3, - "frontMatter": { - "title": "Staking transactions", - "metaTitle": "Staking transactions" - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Minting transactions", - "permalink": "/development-guidelines/transaction-tutorials/minting-transaction" - }, - "next": { - "title": "Withdrawing transactions", - "permalink": "/development-guidelines/transaction-tutorials/withdraw-transaction" - } - }, - { - "id": "development-guidelines/transaction-tutorials/withdraw-transaction", - "title": "Withdrawing transactions", - "description": "This part of the tutorial will demonstrate how easy it is to claim rewards using the cardano-cli. First, you need to ensure that you already have rewards available in your stake address. Check it with the following command:", - "source": "@site/docs/07-development-guidelines/07-transaction-tutorials/04-withdraw-transaction.mdx", - "sourceDirName": "07-development-guidelines/07-transaction-tutorials", - "slug": "/development-guidelines/transaction-tutorials/withdraw-transaction", - "permalink": "/development-guidelines/transaction-tutorials/withdraw-transaction", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/07-development-guidelines/07-transaction-tutorials/04-withdraw-transaction.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 4, - "frontMatter": { - "title": "Withdrawing transactions", - "metaTitle": "Withdrawing transactions" - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Staking transactions", - "permalink": "/development-guidelines/transaction-tutorials/stake-transaction" - }, - "next": { - "title": "Redelegation", - "permalink": "/development-guidelines/transaction-tutorials/redelegate-transaction" - } - }, - { - "id": "evolution/about-hard-forks", - "title": "About hard forks", - "description": "The term hard fork describes a radical change in the blockchain: a change from", - "source": "@site/docs/05-evolution/03-about-hard-forks.mdx", - "sourceDirName": "05-evolution", - "slug": "/evolution/about-hard-forks", - "permalink": "/evolution/about-hard-forks", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/05-evolution/03-about-hard-forks.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 3, - "frontMatter": { - "title": "About hard forks", - "metaTitle": "About hard forks" - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Development phases and eras", - "permalink": "/evolution/eras-and-phases" - }, - "next": { - "title": "Byron to Shelley", - "permalink": "/evolution/upgrades/byron-to-shelley" - } - }, - { - "id": "evolution/cardano-design-rationale", - "title": "Design rationale", - "description": "Cardano is an open source proof-of-stake blockchain project that began in 2015 to address existing blockchain challenges in the design and development of cryptocurrencies. It aims to provide a more balanced and sustainable ecosystem that better accounts for the needs of its users as well as other systems seeking integration.", - "source": "@site/docs/05-evolution/01-cardano-design-rationale.mdx", - "sourceDirName": "05-evolution", - "slug": "/evolution/cardano-design-rationale", - "permalink": "/evolution/cardano-design-rationale", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/05-evolution/01-cardano-design-rationale.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 1, - "frontMatter": { - "title": "Design rationale", - "metaTitle": "Cardano design rationale" - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Relevant research papers and specifications", - "permalink": "/explore-cardano/relevant-research-papers" - }, - "next": { - "title": "Development phases and eras", - "permalink": "/evolution/eras-and-phases" - } - }, - { - "id": "evolution/eras-and-phases", - "title": "Development phases and eras", - "description": "This overview is based on CIP-59.", - "source": "@site/docs/05-evolution/02-eras-and-phases.mdx", - "sourceDirName": "05-evolution", - "slug": "/evolution/eras-and-phases", - "permalink": "/evolution/eras-and-phases", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/05-evolution/02-eras-and-phases.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 2, - "frontMatter": { - "title": "Development phases and eras", - "metaTitle": "Development phases and eras on Cardano" - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Design rationale", - "permalink": "/evolution/cardano-design-rationale" - }, - "next": { - "title": "About hard forks", - "permalink": "/evolution/about-hard-forks" - } - }, - { - "id": "evolution/upgrades/allegra", - "title": "Allegra", - "description": "Allegra was the Shelley protocol upgrade that introduced token locking support to enable various kinds of smart contract use cases.", - "source": "@site/docs/05-evolution/04-upgrades/02-allegra.mdx", - "sourceDirName": "05-evolution/04-upgrades", - "slug": "/evolution/upgrades/allegra", - "permalink": "/evolution/upgrades/allegra", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/05-evolution/04-upgrades/02-allegra.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 2, - "frontMatter": { - "title": "Allegra", - "metaTitle": "Allegra - token locking" - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Byron to Shelley", - "permalink": "/evolution/upgrades/byron-to-shelley" - }, - "next": { - "title": "Mary", - "permalink": "/evolution/upgrades/mary" - } - }, - { - "id": "evolution/upgrades/alonzo", - "title": "Alonzo", - "description": "Alonzo is the protocol upgrade implemented in September 2021, as part of the Goguen development phase. It built on top of transaction metadata, token locking, and native asset functionality to enable smart contract development.", - "source": "@site/docs/05-evolution/04-upgrades/04-alonzo.mdx", - "sourceDirName": "05-evolution/04-upgrades", - "slug": "/evolution/upgrades/alonzo", - "permalink": "/evolution/upgrades/alonzo", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/05-evolution/04-upgrades/04-alonzo.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 4, - "frontMatter": { - "title": "Alonzo", - "metaTitle": "Alonzo - smart contract support" - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Mary", - "permalink": "/evolution/upgrades/mary" - }, - "next": { - "title": "Vasil", - "permalink": "/evolution/upgrades/vasil" - } - }, - { - "id": "evolution/upgrades/byron-to-shelley", - "title": "Byron to Shelley", - "description": "Cardano's Byron mainnet ran on the Ouroboros Classic consensus protocol. Cardano's Shelley mainnet transitioned to a decentralized network running on the Ouroboros Praos consensus protocol, which enabled more extended capabilities while also supporting the staking process with monetary rewards for ada holders and stake pool operators.", - "source": "@site/docs/05-evolution/04-upgrades/01-byron-to-shelley.mdx", - "sourceDirName": "05-evolution/04-upgrades", - "slug": "/evolution/upgrades/byron-to-shelley", - "permalink": "/evolution/upgrades/byron-to-shelley", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/05-evolution/04-upgrades/01-byron-to-shelley.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 1, - "frontMatter": { - "title": "Byron to Shelley", - "metaTitle": "Moving from Byron Ouroboros Classic to Shelley Ouroboros Praos" - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "About hard forks", - "permalink": "/evolution/about-hard-forks" - }, - "next": { - "title": "Allegra", - "permalink": "/evolution/upgrades/allegra" - } - }, - { - "id": "evolution/upgrades/mary", - "title": "Mary", - "description": "Mary is the Shelley protocol upgrade implemented in March 2021. It introduced", - "source": "@site/docs/05-evolution/04-upgrades/03-mary.mdx", - "sourceDirName": "05-evolution/04-upgrades", - "slug": "/evolution/upgrades/mary", - "permalink": "/evolution/upgrades/mary", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/05-evolution/04-upgrades/03-mary.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 3, - "frontMatter": { - "title": "Mary", - "metaTitle": "Mary - multi-asset support" - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Allegra", - "permalink": "/evolution/upgrades/allegra" - }, - "next": { - "title": "Alonzo", - "permalink": "/evolution/upgrades/alonzo" - } - }, - { - "id": "evolution/upgrades/valentine", - "title": "Valentine (SECP)", - "description": "The Valentine (or SECP) upgrade is Cardano’s intra-era hard fork that followed the Vasil upgrade. Valentine was a small and focused semantic change to the ledger, which brought new built-in functions to Plutus to support SECP elliptic curves (ECDSA and Schnorr). Although an intra-era hard fork requires a hard fork combinator event, it does not change the ledger era, which means that this was an upgrade to the Babbage ledger era.", - "source": "@site/docs/05-evolution/04-upgrades/06-valentine.mdx", - "sourceDirName": "05-evolution/04-upgrades", - "slug": "/evolution/upgrades/valentine", - "permalink": "/evolution/upgrades/valentine", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/05-evolution/04-upgrades/06-valentine.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 6, - "frontMatter": { - "title": "Valentine (SECP)", - "metaTitle": "Valentine (SECP) upgrade" - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Vasil", - "permalink": "/evolution/upgrades/vasil" - }, - "next": { - "title": "Cardano testnets", - "permalink": "/cardano-testnets/" - } - }, - { - "id": "evolution/upgrades/vasil", - "title": "Vasil", - "description": "Vasil is the protocol upgrade implemented in June 2022. Named after the late Bulgarian mathematician and prominent Cardano community member Vasil Dabov, the Vasil upgrade introduced five key mechanisms to improve the blockchain's performance: CIP-31 (reference inputs), CIP-32 (inline datums), CIP-33 (reference scripts), CIP-40 (collateral outputs), and diffusion pipelining.", - "source": "@site/docs/05-evolution/04-upgrades/05-vasil.mdx", - "sourceDirName": "05-evolution/04-upgrades", - "slug": "/evolution/upgrades/vasil", - "permalink": "/evolution/upgrades/vasil", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/05-evolution/04-upgrades/05-vasil.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 5, - "frontMatter": { - "title": "Vasil", - "metaTitle": "Vasil upgrade" - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Alonzo", - "permalink": "/evolution/upgrades/alonzo" - }, - "next": { - "title": "Valentine (SECP)", - "permalink": "/evolution/upgrades/valentine" - } - }, - { - "id": "explore-cardano/cardano-architecture", - "title": "Cardano architecture", - "description": "This section describes the high-level architecture of Cardano, providing", - "source": "@site/docs/04-explore-cardano/03-cardano-architecture.mdx", - "sourceDirName": "04-explore-cardano", - "slug": "/explore-cardano/cardano-architecture", - "permalink": "/explore-cardano/cardano-architecture", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/04-explore-cardano/03-cardano-architecture.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 3, - "frontMatter": { - "title": "Cardano architecture", - "metaTitle": "Cardano architecture" - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "About the collateral mechanism", - "permalink": "/learn/collateral-mechanism" - }, - "next": { - "title": "Cardano network", - "permalink": "/explore-cardano/cardano-network/" - } - }, - { - "id": "explore-cardano/cardano-network/index", - "title": "Cardano network", - "description": "The Cardano network is a technical infrastructure combining Cardano nodes and", - "source": "@site/docs/04-explore-cardano/04-cardano-network/index.mdx", - "sourceDirName": "04-explore-cardano/04-cardano-network", - "slug": "/explore-cardano/cardano-network/", - "permalink": "/explore-cardano/cardano-network/", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/04-explore-cardano/04-cardano-network/index.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 4, - "frontMatter": { - "title": "Cardano network", - "metaTitle": "Cardano network", - "sidebar_position": 4, - "collapsible": true, - "collapsed": true - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Cardano architecture", - "permalink": "/explore-cardano/cardano-architecture" - }, - "next": { - "title": "Networking protocol design overview", - "permalink": "/explore-cardano/cardano-network/networking-protocol" - } - }, - { - "id": "explore-cardano/cardano-network/networking-protocol", - "title": "Networking protocol design overview", - "description": "Transmission Control Protocols (TCP) and Internet Protocols (IP) form a protocol", - "source": "@site/docs/04-explore-cardano/04-cardano-network/02-networking-protocol.mdx", - "sourceDirName": "04-explore-cardano/04-cardano-network", - "slug": "/explore-cardano/cardano-network/networking-protocol", - "permalink": "/explore-cardano/cardano-network/networking-protocol", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/04-explore-cardano/04-cardano-network/02-networking-protocol.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 2, - "frontMatter": { - "title": "Networking protocol design overview", - "metaTitle": "Networking protocol design overview" - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Cardano network", - "permalink": "/explore-cardano/cardano-network/" - }, - "next": { - "title": "Peer-to-peer (P2P) networking", - "permalink": "/explore-cardano/cardano-network/p2p-networking" - } - }, - { - "id": "explore-cardano/cardano-network/p2p-networking", - "title": "Peer-to-peer (P2P) networking", - "description": "Cardano nodes and the interactions between them are combined together within a", - "source": "@site/docs/04-explore-cardano/04-cardano-network/03-p2p-networking.mdx", - "sourceDirName": "04-explore-cardano/04-cardano-network", - "slug": "/explore-cardano/cardano-network/p2p-networking", - "permalink": "/explore-cardano/cardano-network/p2p-networking", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/04-explore-cardano/04-cardano-network/03-p2p-networking.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 3, - "frontMatter": { - "title": "Peer-to-peer (P2P) networking", - "metaTitle": "Peer-to-peer (P2P) networking" - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Networking protocol design overview", - "permalink": "/explore-cardano/cardano-network/networking-protocol" - }, - "next": { - "title": "Cardano fee structure", - "permalink": "/explore-cardano/fee-structure" - } - }, - { - "id": "explore-cardano/concurrency", - "title": "Understanding concurrency", - "description": "Concurrency refers to the ability of different actors to perform work simultaneously without interfering with each other. In Cardano's Extended Unspent Transaction Output (EUTXO) model, transactions can be processed in parallel, enabling multiple operations without causing system failures. This approach enhances system throughput while maintaining the performance of individual operations.", - "source": "@site/docs/04-explore-cardano/10-concurrency.mdx", - "sourceDirName": "04-explore-cardano", - "slug": "/explore-cardano/concurrency", - "permalink": "/explore-cardano/concurrency", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/04-explore-cardano/10-concurrency.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 10, - "frontMatter": { - "title": "Understanding concurrency", - "metaTitle": "Understanding concurrency" - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Time handling on Cardano", - "permalink": "/explore-cardano/time" - }, - "next": { - "title": "Cardano protocol parameters reference guide", - "permalink": "/explore-cardano/parameter-guide" - } - }, - { - "id": "explore-cardano/fee-structure", - "title": "Cardano fee structure", - "description": "Cardano uses a transaction fee system that covers the processing and long-term", - "source": "@site/docs/04-explore-cardano/06-fee-structure.mdx", - "sourceDirName": "04-explore-cardano", - "slug": "/explore-cardano/fee-structure", - "permalink": "/explore-cardano/fee-structure", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/04-explore-cardano/06-fee-structure.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 6, - "frontMatter": { - "title": "Cardano fee structure", - "metaTitle": "Cardano fee structure" - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Peer-to-peer (P2P) networking", - "permalink": "/explore-cardano/cardano-network/p2p-networking" - }, - "next": { - "title": "Cardano monetary policy", - "permalink": "/explore-cardano/monetary-policy" - } - }, - { - "id": "explore-cardano/monetary-policy", - "title": "Cardano monetary policy", - "description": "Cardano achieves true decentralization with the Voltaire development phase, which includes decentralized voting and", - "source": "@site/docs/04-explore-cardano/07-monetary-policy.mdx", - "sourceDirName": "04-explore-cardano", - "slug": "/explore-cardano/monetary-policy", - "permalink": "/explore-cardano/monetary-policy", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/04-explore-cardano/07-monetary-policy.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 7, - "frontMatter": { - "title": "Cardano monetary policy", - "metaTitle": "Cardano monetary policy" - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Cardano fee structure", - "permalink": "/explore-cardano/fee-structure" - }, - "next": { - "title": "Time handling on Cardano", - "permalink": "/explore-cardano/time" - } - }, - { - "id": "explore-cardano/parameter-guide", - "title": "Cardano protocol parameters reference guide", - "description": "Protocol parameters on Cardano are the various settings that define the blockchain's behavior. Some protocol parameters are stable and non-updatable while others can be adjusted to adapt to changing conditions over time.", - "source": "@site/docs/04-explore-cardano/11-parameter-guide.mdx", - "sourceDirName": "04-explore-cardano", - "slug": "/explore-cardano/parameter-guide", - "permalink": "/explore-cardano/parameter-guide", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/04-explore-cardano/11-parameter-guide.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 11, - "frontMatter": { - "title": "Cardano protocol parameters reference guide", - "metaTitle": "Cardano protocol parameters reference guide" - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Understanding concurrency", - "permalink": "/explore-cardano/concurrency" - }, - "next": { - "title": "Relevant research papers and specifications", - "permalink": "/explore-cardano/relevant-research-papers" - } - }, - { - "id": "explore-cardano/relevant-research-papers", - "title": "Relevant research papers and specifications", - "description": "Cardano is a third-generation blockchain platform that aims to provide the", - "source": "@site/docs/04-explore-cardano/12-relevant-research-papers.mdx", - "sourceDirName": "04-explore-cardano", - "slug": "/explore-cardano/relevant-research-papers", - "permalink": "/explore-cardano/relevant-research-papers", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/04-explore-cardano/12-relevant-research-papers.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 12, - "frontMatter": { - "title": "Relevant research papers and specifications", - "metaTitle": "Relevant research papers and specifications" - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Cardano protocol parameters reference guide", - "permalink": "/explore-cardano/parameter-guide" - }, - "next": { - "title": "Design rationale", - "permalink": "/evolution/cardano-design-rationale" - } - }, - { - "id": "explore-cardano/time", - "title": "Time handling on Cardano", - "description": "Time is necessarily relative to every participant in the blockchain system and is critically important to support and maintain the safety properties of the Ouroboros consensus protocol. Minted blocks are expected to be propagated to all nodes in the system in a timely manner, so time requires the construction of a globally acceptable representation for consensus to be reached.", - "source": "@site/docs/04-explore-cardano/09-time.mdx", - "sourceDirName": "04-explore-cardano", - "slug": "/explore-cardano/time", - "permalink": "/explore-cardano/time", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/04-explore-cardano/09-time.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 9, - "frontMatter": { - "title": "Time handling on Cardano", - "metaTitle": "Time handling on Cardano" - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Cardano monetary policy", - "permalink": "/explore-cardano/monetary-policy" - }, - "next": { - "title": "Understanding concurrency", - "permalink": "/explore-cardano/concurrency" - } - }, - { - "id": "introduction", - "title": "Introduction", - "description": "Welcome to the central hub for Cardano documentation. Here, you'll find content that describes and supports the features on both the Cardano mainnet and testnet environments.", - "source": "@site/docs/introduction.mdx", - "sourceDirName": ".", - "slug": "/introduction", - "permalink": "/introduction", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/introduction.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 1, - "frontMatter": { - "title": "Introduction", - "metaTitle": "Introduction", - "metaDescription": "Introduction", - "sidebar_position": 1 - }, - "sidebar": "tutorialSidebar", - "next": { - "title": "New to Cardano?", - "permalink": "/new-to-cardano/" - } - }, - { - "id": "learn/cardano-addresses", - "title": "Cardano addresses", - "description": "The addresses are a blake2b-256 hash of the relevant verifying/public keys", - "source": "@site/docs/03-learn/10-cardano-addresses.mdx", - "sourceDirName": "03-learn", - "slug": "/learn/cardano-addresses", - "permalink": "/learn/cardano-addresses", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/03-learn/10-cardano-addresses.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 10, - "frontMatter": { - "title": "Cardano addresses", - "metaTitle": "Cardano addresses" - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Cardano keys", - "permalink": "/learn/cardano-keys" - }, - "next": { - "title": "Chain confirmation versus transaction confirmation", - "permalink": "/learn/chain-confirmation-versus-transaction-confirmation" - } - }, - { - "id": "learn/cardano-keys", - "title": "Cardano keys", - "description": "Cardano keys are asymmetric cryptography key pairs used for:", - "source": "@site/docs/03-learn/09-cardano-keys.mdx", - "sourceDirName": "03-learn", - "slug": "/learn/cardano-keys", - "permalink": "/learn/cardano-keys", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/03-learn/09-cardano-keys.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 9, - "frontMatter": { - "title": "Cardano keys", - "metaTitle": "Cardano keys" - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Ouroboros overview", - "permalink": "/learn/ouroboros-overview" - }, - "next": { - "title": "Cardano addresses", - "permalink": "/learn/cardano-addresses" - } - }, - { - "id": "learn/cardano-node", - "title": "Cardano nodes", - "description": "The", - "source": "@site/docs/03-learn/02-cardano-node.mdx", - "sourceDirName": "03-learn", - "slug": "/learn/cardano-node", - "permalink": "/learn/cardano-node", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/03-learn/02-cardano-node.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 2, - "frontMatter": { - "title": "Cardano nodes", - "metaTitle": "Cardano nodes" - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "What is a smart contract?", - "permalink": "/new-to-cardano/what-is-a-smart-contract" - }, - "next": { - "title": "Stake pools", - "permalink": "/learn/stake-pools" - } - }, - { - "id": "learn/chain-confirmation-versus-transaction-confirmation", - "title": "Chain confirmation versus transaction confirmation", - "description": "When discussing Cardano, often-repeated questions are what is Cardano’s transaction time?, and how many network confirmations does Cardano require before a transaction goes through? The answers to these questions require a deeper look at the concepts of chain confirmation and transaction confirmation, and how these relate to the Ouroboros protocol.", - "source": "@site/docs/03-learn/12-chain-confirmation-versus-transaction-confirmation.mdx", - "sourceDirName": "03-learn", - "slug": "/learn/chain-confirmation-versus-transaction-confirmation", - "permalink": "/learn/chain-confirmation-versus-transaction-confirmation", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/03-learn/12-chain-confirmation-versus-transaction-confirmation.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 12, - "frontMatter": { - "title": "Chain confirmation versus transaction confirmation", - "metaTitle": "Chain confirmation versus transaction confirmation" - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Cardano addresses", - "permalink": "/learn/cardano-addresses" - }, - "next": { - "title": "Extended UTXO model", - "permalink": "/learn/eutxo-explainer" - } - }, - { - "id": "learn/collateral-mechanism", - "title": "About the collateral mechanism", - "description": "The collateral mechanism is an important feature that has been designed to", - "source": "@site/docs/03-learn/17-collateral-mechanism.mdx", - "sourceDirName": "03-learn", - "slug": "/learn/collateral-mechanism", - "permalink": "/learn/collateral-mechanism", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/03-learn/17-collateral-mechanism.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 17, - "frontMatter": { - "title": "About the collateral mechanism", - "metaTitle": "About the collateral mechanism" - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Transaction costs and determinism", - "permalink": "/learn/transaction-costs-determinism" - }, - "next": { - "title": "Cardano architecture", - "permalink": "/explore-cardano/cardano-architecture" - } - }, - { - "id": "learn/consensus-explained", - "title": "Consensus explained", - "description": "Consensus is the process of reaching a majority opinion by everyone involved in", - "source": "@site/docs/03-learn/07-consensus-explained.mdx", - "sourceDirName": "03-learn", - "slug": "/learn/consensus-explained", - "permalink": "/learn/consensus-explained", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/03-learn/07-consensus-explained.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 7, - "frontMatter": { - "title": "Consensus explained", - "metaTitle": "Consensus explained" - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Pledging and rewards", - "permalink": "/learn/pledging-rewards" - }, - "next": { - "title": "Ouroboros overview", - "permalink": "/learn/ouroboros-overview" - } - }, - { - "id": "learn/delegation", - "title": "Delegation", - "description": "As Cardano is a proof of stake (PoS) system, owning ada not only allows you to", - "source": "@site/docs/03-learn/04-delegation.mdx", - "sourceDirName": "03-learn", - "slug": "/learn/delegation", - "permalink": "/learn/delegation", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/03-learn/04-delegation.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 4, - "frontMatter": { - "title": "Delegation", - "metaTitle": "Delegation" - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Stake pools", - "permalink": "/learn/stake-pools" - }, - "next": { - "title": "Pledging and rewards", - "permalink": "/learn/pledging-rewards" - } - }, - { - "id": "learn/eutxo-explainer", - "title": "Extended UTXO model", - "description": "The EUTXO handbook is now out! Deep dive into Cardano's EUTXO accounting model here.", - "source": "@site/docs/03-learn/15-eutxo-explainer.md", - "sourceDirName": "03-learn", - "slug": "/learn/eutxo-explainer", - "permalink": "/learn/eutxo-explainer", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/03-learn/15-eutxo-explainer.md", - "tags": [], - "version": "current", - "sidebarPosition": 15, - "frontMatter": { - "title": "Extended UTXO model", - "metaTitle": "Understanding the Extended UTXO model" - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Chain confirmation versus transaction confirmation", - "permalink": "/learn/chain-confirmation-versus-transaction-confirmation" - }, - "next": { - "title": "Transaction costs and determinism", - "permalink": "/learn/transaction-costs-determinism" - } - }, - { - "id": "learn/ouroboros-overview", - "title": "Ouroboros overview", - "description": "In mythology, Ouroboros (also, uroboros) is usually depicted as a snake (or sometimes a dragon) eating its own tail in a closed circle. The word Ouroboros itself derives from Ancient Greek, its literal meaning being 'tail eating' or 'tail devourer.'", - "source": "@site/docs/03-learn/08-ouroboros-overview.mdx", - "sourceDirName": "03-learn", - "slug": "/learn/ouroboros-overview", - "permalink": "/learn/ouroboros-overview", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/03-learn/08-ouroboros-overview.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 8, - "frontMatter": { - "title": "Ouroboros overview", - "metaTitle": "Ouroboros overview" - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Consensus explained", - "permalink": "/learn/consensus-explained" - }, - "next": { - "title": "Cardano keys", - "permalink": "/learn/cardano-keys" - } - }, - { - "id": "learn/pledging-rewards", - "title": "Pledging and rewards", - "description": "Pledging is an important mechanism that encourages the growth of a healthy", - "source": "@site/docs/03-learn/05-pledging-rewards.mdx", - "sourceDirName": "03-learn", - "slug": "/learn/pledging-rewards", - "permalink": "/learn/pledging-rewards", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/03-learn/05-pledging-rewards.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 5, - "frontMatter": { - "title": "Pledging and rewards", - "metaTitle": "Pledging and rewards" - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Delegation", - "permalink": "/learn/delegation" - }, - "next": { - "title": "Consensus explained", - "permalink": "/learn/consensus-explained" - } - }, - { - "id": "learn/stake-pools", - "title": "Stake pools", - "description": "A stake pool is a reliable server node that focuses on ledger maintenance and holds the combined resources - the 'stake' - of various stakeholders in a single entity. Stake pools are responsible for processing transactions that will be placed in the ledger, as well as producing new blocks. Stake pools are at the core of Ouroboros, Cardano's proof-of-stake protocol.", - "source": "@site/docs/03-learn/03-stake-pools.mdx", - "sourceDirName": "03-learn", - "slug": "/learn/stake-pools", - "permalink": "/learn/stake-pools", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/03-learn/03-stake-pools.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 3, - "frontMatter": { - "title": "Stake pools", - "metaTitle": "Stake pools" - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Cardano nodes", - "permalink": "/learn/cardano-node" - }, - "next": { - "title": "Delegation", - "permalink": "/learn/delegation" - } - }, - { - "id": "learn/transaction-costs-determinism", - "title": "Transaction costs and determinism", - "description": "Cardano’s approach to price setting mainly relies on market demand over actual", - "source": "@site/docs/03-learn/16-transaction-costs-determinism.mdx", - "sourceDirName": "03-learn", - "slug": "/learn/transaction-costs-determinism", - "permalink": "/learn/transaction-costs-determinism", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/03-learn/16-transaction-costs-determinism.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 16, - "frontMatter": { - "title": "Transaction costs and determinism", - "metaTitle": "Transaction costs and determinism" - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Extended UTXO model", - "permalink": "/learn/eutxo-explainer" - }, - "next": { - "title": "About the collateral mechanism", - "permalink": "/learn/collateral-mechanism" - } - }, - { - "id": "new-to-cardano/cardano-tracking-tools", - "title": "Cardano tracking tools", - "description": "Since Cardano is a public blockchain ledger, it is possible to easily track all", - "source": "@site/docs/02-new-to-cardano/06-cardano-tracking-tools.mdx", - "sourceDirName": "02-new-to-cardano", - "slug": "/new-to-cardano/cardano-tracking-tools", - "permalink": "/new-to-cardano/cardano-tracking-tools", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/02-new-to-cardano/06-cardano-tracking-tools.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 6, - "frontMatter": { - "title": "Cardano tracking tools", - "metaTitle": "Cardano tracking tools" - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Proof of stake", - "permalink": "/new-to-cardano/proof-of-stake" - }, - "next": { - "title": "Types of wallets", - "permalink": "/new-to-cardano/types-of-wallets" - } - }, - { - "id": "new-to-cardano/how-to-delegate", - "title": "How to delegate?", - "description": "Ada that is held on Cardano represents its holder’s stake in the protocol. The", - "source": "@site/docs/02-new-to-cardano/09-how-to-delegate.mdx", - "sourceDirName": "02-new-to-cardano", - "slug": "/new-to-cardano/how-to-delegate", - "permalink": "/new-to-cardano/how-to-delegate", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/02-new-to-cardano/09-how-to-delegate.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 9, - "frontMatter": { - "title": "How to delegate?", - "metaTitle": "How to delegate?" - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Types of wallets", - "permalink": "/new-to-cardano/types-of-wallets" - }, - "next": { - "title": "What is a smart contract?", - "permalink": "/new-to-cardano/what-is-a-smart-contract" - } - }, - { - "id": "new-to-cardano/index", - "title": "New to Cardano?", - "description": "The understanding of basic concepts plays an integral role in getting acquainted", - "source": "@site/docs/02-new-to-cardano/index.mdx", - "sourceDirName": "02-new-to-cardano", - "slug": "/new-to-cardano/", - "permalink": "/new-to-cardano/", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/02-new-to-cardano/index.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 2, - "frontMatter": { - "title": "New to Cardano?", - "metaTitle": "New to Cardano?", - "sidebar_position": 2 - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Introduction", - "permalink": "/introduction" - }, - "next": { - "title": "What is a blockchain?", - "permalink": "/new-to-cardano/what-is-a-blockchain" - } - }, - { - "id": "new-to-cardano/proof-of-stake", - "title": "Proof of stake", - "description": "Proof of stake (PoS) is a type of", - "source": "@site/docs/02-new-to-cardano/04-proof-of-stake.mdx", - "sourceDirName": "02-new-to-cardano", - "slug": "/new-to-cardano/proof-of-stake", - "permalink": "/new-to-cardano/proof-of-stake", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/02-new-to-cardano/04-proof-of-stake.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 4, - "frontMatter": { - "title": "Proof of stake", - "metaTitle": "Proof of stake" - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "What is a cryptocurrency?", - "permalink": "/new-to-cardano/what-is-a-cryptocurrency" - }, - "next": { - "title": "Cardano tracking tools", - "permalink": "/new-to-cardano/cardano-tracking-tools" - } - }, - { - "id": "new-to-cardano/types-of-wallets", - "title": "Types of wallets", - "description": "A blockchain wallet is a safe and secure place where users can keep their", - "source": "@site/docs/02-new-to-cardano/08-types-of-wallets.mdx", - "sourceDirName": "02-new-to-cardano", - "slug": "/new-to-cardano/types-of-wallets", - "permalink": "/new-to-cardano/types-of-wallets", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/02-new-to-cardano/08-types-of-wallets.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 8, - "frontMatter": { - "title": "Types of wallets", - "metaTitle": "Types of wallets" - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Cardano tracking tools", - "permalink": "/new-to-cardano/cardano-tracking-tools" - }, - "next": { - "title": "How to delegate?", - "permalink": "/new-to-cardano/how-to-delegate" - } - }, - { - "id": "new-to-cardano/what-is-a-blockchain", - "title": "What is a blockchain?", - "description": "A blockchain is a type of database or ledger that is duplicated and distributed", - "source": "@site/docs/02-new-to-cardano/01-what-is-a-blockchain.mdx", - "sourceDirName": "02-new-to-cardano", - "slug": "/new-to-cardano/what-is-a-blockchain", - "permalink": "/new-to-cardano/what-is-a-blockchain", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/02-new-to-cardano/01-what-is-a-blockchain.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 1, - "frontMatter": { - "title": "What is a blockchain?", - "metaTitle": "What is a blockchain?" - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "New to Cardano?", - "permalink": "/new-to-cardano/" - }, - "next": { - "title": "What is a cryptocurrency?", - "permalink": "/new-to-cardano/what-is-a-cryptocurrency" - } - }, - { - "id": "new-to-cardano/what-is-a-cryptocurrency", - "title": "What is a cryptocurrency?", - "description": "A cryptocurrency is a digital asset, which is stored on the ledger and is", - "source": "@site/docs/02-new-to-cardano/02-what-is-a-cryptocurrency.mdx", - "sourceDirName": "02-new-to-cardano", - "slug": "/new-to-cardano/what-is-a-cryptocurrency", - "permalink": "/new-to-cardano/what-is-a-cryptocurrency", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/02-new-to-cardano/02-what-is-a-cryptocurrency.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 2, - "frontMatter": { - "title": "What is a cryptocurrency?", - "metaTitle": "What is a cryptocurrency?" - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "What is a blockchain?", - "permalink": "/new-to-cardano/what-is-a-blockchain" - }, - "next": { - "title": "Proof of stake", - "permalink": "/new-to-cardano/proof-of-stake" - } - }, - { - "id": "new-to-cardano/what-is-a-smart-contract", - "title": "What is a smart contract?", - "description": "Smart contracts on Cardano are simple programs often referred to as validator scripts in which users define custom logic. They are automatically executed by each Cardano node validating the transaction when the transaction attempts to move funds from the script's address. The address of each script is derived from the hash-sum of the compiled script.", - "source": "@site/docs/02-new-to-cardano/10-what-is-a-smart-contract.mdx", - "sourceDirName": "02-new-to-cardano", - "slug": "/new-to-cardano/what-is-a-smart-contract", - "permalink": "/new-to-cardano/what-is-a-smart-contract", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/02-new-to-cardano/10-what-is-a-smart-contract.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 10, - "frontMatter": { - "title": "What is a smart contract?", - "metaTitle": "What is a smart contract?" - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "How to delegate?", - "permalink": "/new-to-cardano/how-to-delegate" - }, - "next": { - "title": "Cardano nodes", - "permalink": "/learn/cardano-node" - } - }, - { - "id": "operating-a-stake-pool/about-stake-pools", - "title": "About stake pools, operators, and owners", - "description": "This section includes an overview of stake pool operations and explains the ways", - "source": "@site/docs/08-operating-a-stake-pool/02-about-stake-pools.mdx", - "sourceDirName": "08-operating-a-stake-pool", - "slug": "/operating-a-stake-pool/about-stake-pools", - "permalink": "/operating-a-stake-pool/about-stake-pools", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/08-operating-a-stake-pool/02-about-stake-pools.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 2, - "frontMatter": { - "title": "About stake pools, operators, and owners", - "metaTitle": "About stake pools, operators, and owners" - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Stake pool operations 101", - "permalink": "/operating-a-stake-pool/stake-pool-operations-101" - }, - "next": { - "title": "Creating and managing a stake pool", - "permalink": "/operating-a-stake-pool/creating-a-stake-pool" - } - }, - { - "id": "operating-a-stake-pool/creating-a-stake-pool", - "title": "Creating and managing a stake pool", - "description": "First, you should install the node from source.", - "source": "@site/docs/08-operating-a-stake-pool/03-creating-a-stake-pool.mdx", - "sourceDirName": "08-operating-a-stake-pool", - "slug": "/operating-a-stake-pool/creating-a-stake-pool", - "permalink": "/operating-a-stake-pool/creating-a-stake-pool", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/08-operating-a-stake-pool/03-creating-a-stake-pool.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 3, - "frontMatter": { - "title": "Creating and managing a stake pool", - "metaTitle": "Creating and managing a stake pool" - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "About stake pools, operators, and owners", - "permalink": "/operating-a-stake-pool/about-stake-pools" - }, - "next": { - "title": "Establishing connectivity between the nodes", - "permalink": "/operating-a-stake-pool/node-connectivity" - } - }, - { - "id": "operating-a-stake-pool/creating-keys-and-certificates", - "title": "Creating keys and operational certificates", - "description": "About the stake pool operator keys", - "source": "@site/docs/08-operating-a-stake-pool/06-creating-keys-and-certificates.mdx", - "sourceDirName": "08-operating-a-stake-pool", - "slug": "/operating-a-stake-pool/creating-keys-and-certificates", - "permalink": "/operating-a-stake-pool/creating-keys-and-certificates", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/08-operating-a-stake-pool/06-creating-keys-and-certificates.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 6, - "frontMatter": { - "title": "Creating keys and operational certificates", - "metaTitle": "Creating keys and operational certificates" - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Establishing connectivity between the nodes", - "permalink": "/operating-a-stake-pool/node-connectivity" - }, - "next": { - "title": "Stake pool operations and maintenance", - "permalink": "/operating-a-stake-pool/public-stake-pools" - } - }, - { - "id": "operating-a-stake-pool/guidelines-for-large-spos", - "title": "Guidelines for operating large stake pools", - "description": "This section provides guidelines for operators of large stake pools,", - "source": "@site/docs/08-operating-a-stake-pool/11-guidelines-for-large-spos.mdx", - "sourceDirName": "08-operating-a-stake-pool", - "slug": "/operating-a-stake-pool/guidelines-for-large-spos", - "permalink": "/operating-a-stake-pool/guidelines-for-large-spos", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/08-operating-a-stake-pool/11-guidelines-for-large-spos.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 11, - "frontMatter": { - "title": "Guidelines for operating large stake pools", - "metaTitle": "Guidelines for operating large stake pools" - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Stake pool ranking", - "permalink": "/operating-a-stake-pool/ranking" - }, - "next": { - "title": "Cardano Improvement Proposals (CIPs)", - "permalink": "/community/cips" - } - }, - { - "id": "operating-a-stake-pool/node-connectivity", - "title": "Establishing connectivity between the nodes", - "description": "Nodes connect to each other within the Cardano networking layer, and this", - "source": "@site/docs/08-operating-a-stake-pool/04-node-connectivity.mdx", - "sourceDirName": "08-operating-a-stake-pool", - "slug": "/operating-a-stake-pool/node-connectivity", - "permalink": "/operating-a-stake-pool/node-connectivity", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/08-operating-a-stake-pool/04-node-connectivity.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 4, - "frontMatter": { - "title": "Establishing connectivity between the nodes", - "metaTitle": "Establishing connectivity between the nodes" - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Creating and managing a stake pool", - "permalink": "/operating-a-stake-pool/creating-a-stake-pool" - }, - "next": { - "title": "Creating keys and operational certificates", - "permalink": "/operating-a-stake-pool/creating-keys-and-certificates" - } - }, - { - "id": "operating-a-stake-pool/performance", - "title": "Stake pool performance", - "description": "A stake pool elected as a slot leader is responsible for producing new blocks", - "source": "@site/docs/08-operating-a-stake-pool/09-performance.mdx", - "sourceDirName": "08-operating-a-stake-pool", - "slug": "/operating-a-stake-pool/performance", - "permalink": "/operating-a-stake-pool/performance", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/08-operating-a-stake-pool/09-performance.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 9, - "frontMatter": { - "title": "Stake pool performance", - "metaTitle": "Stake pool performance" - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Pool metadata management", - "permalink": "/operating-a-stake-pool/SMASH" - }, - "next": { - "title": "Stake pool ranking", - "permalink": "/operating-a-stake-pool/ranking" - } - }, - { - "id": "operating-a-stake-pool/public-stake-pools", - "title": "Stake pool operations and maintenance", - "description": "Stake pool maintenance tutorials", - "source": "@site/docs/08-operating-a-stake-pool/07-public-stake-pools.mdx", - "sourceDirName": "08-operating-a-stake-pool", - "slug": "/operating-a-stake-pool/public-stake-pools", - "permalink": "/operating-a-stake-pool/public-stake-pools", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/08-operating-a-stake-pool/07-public-stake-pools.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 7, - "frontMatter": { - "title": "Stake pool operations and maintenance", - "metaTitle": "Stake pool operations and maintenance" - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Creating keys and operational certificates", - "permalink": "/operating-a-stake-pool/creating-keys-and-certificates" - }, - "next": { - "title": "Pool metadata management", - "permalink": "/operating-a-stake-pool/SMASH" - } - }, - { - "id": "operating-a-stake-pool/ranking", - "title": "Stake pool ranking", - "description": "In the Daedalus wallet and Cardano Explorer, stake pools are ranked based on the", - "source": "@site/docs/08-operating-a-stake-pool/10-ranking.mdx", - "sourceDirName": "08-operating-a-stake-pool", - "slug": "/operating-a-stake-pool/ranking", - "permalink": "/operating-a-stake-pool/ranking", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/08-operating-a-stake-pool/10-ranking.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 10, - "frontMatter": { - "title": "Stake pool ranking", - "metaTitle": "Stake pool ranking" - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Stake pool performance", - "permalink": "/operating-a-stake-pool/performance" - }, - "next": { - "title": "Guidelines for operating large stake pools", - "permalink": "/operating-a-stake-pool/guidelines-for-large-spos" - } - }, - { - "id": "operating-a-stake-pool/SMASH", - "title": "Pool metadata management", - "description": "Stake pools are registered on-chain, and their on-chain data (such as information required to calculate rewards) is critical to the operation of the ledger. Stake pools also possess metadata that helps users make a rational choice of a stake pool to delegate to. This metadata is stored off-chain as it might reflect sensitive content, and such an approach allows for a degree of decentralized censorship.", - "source": "@site/docs/08-operating-a-stake-pool/08-SMASH.mdx", - "sourceDirName": "08-operating-a-stake-pool", - "slug": "/operating-a-stake-pool/SMASH", - "permalink": "/operating-a-stake-pool/SMASH", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/08-operating-a-stake-pool/08-SMASH.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 8, - "frontMatter": { - "title": "Pool metadata management", - "metaTitle": "Pool metadata management" - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Stake pool operations and maintenance", - "permalink": "/operating-a-stake-pool/public-stake-pools" - }, - "next": { - "title": "Stake pool performance", - "permalink": "/operating-a-stake-pool/performance" - } - }, - { - "id": "operating-a-stake-pool/stake-pool-operations-101", - "title": "Stake pool operations 101", - "description": "Welcome to your one-stop shop for all things related to stake pool operations!", - "source": "@site/docs/08-operating-a-stake-pool/01-stake-pool-operations-101.mdx", - "sourceDirName": "08-operating-a-stake-pool", - "slug": "/operating-a-stake-pool/stake-pool-operations-101", - "permalink": "/operating-a-stake-pool/stake-pool-operations-101", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/08-operating-a-stake-pool/01-stake-pool-operations-101.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 1, - "frontMatter": { - "title": "Stake pool operations 101", - "metaTitle": "Stake pool operations 101" - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Multiple purposes", - "permalink": "/development-guidelines/transaction-tutorials/multiple-purposes" - }, - "next": { - "title": "About stake pools, operators, and owners", - "permalink": "/operating-a-stake-pool/about-stake-pools" - } - }, - { - "id": "pioneer-programs/plutus-pioneers", - "title": "Plutus Pioneer program", - "description": "Before you start, note that Plutus Core, Cardano’s native smart contract", - "source": "@site/docs/15-pioneer-programs/01-plutus-pioneers.mdx", - "sourceDirName": "15-pioneer-programs", - "slug": "/pioneer-programs/plutus-pioneers", - "permalink": "/pioneer-programs/plutus-pioneers", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/15-pioneer-programs/01-plutus-pioneers.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 1, - "frontMatter": { - "title": "Plutus Pioneer program", - "metaTitle": "Plutus Pioneer program", - "sidebar_position": 1 - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Getting Support", - "permalink": "/community/getting-support" - }, - "next": { - "title": "Release notes", - "permalink": "/release-notes/release-notes" - } - }, - { - "id": "release-notes/comp-matrix", - "title": "Compatibility matrix", - "description": "This сomponent compatibility with the Cardano node matrix shows the runtime dependencies of Cardano components on a specific version of", - "source": "@site/docs/16-release-notes/03-comp-matrix.mdx", - "sourceDirName": "16-release-notes", - "slug": "/release-notes/comp-matrix", - "permalink": "/release-notes/comp-matrix", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/16-release-notes/03-comp-matrix.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 2, - "frontMatter": { - "title": "Compatibility matrix", - "metaTitle": "Compatibility matrix", - "sidebar_position": 2 - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Release notes", - "permalink": "/release-notes/release-notes" - } - }, - { - "id": "release-notes/release-notes", - "title": "Release notes", - "description": "Here is the latest release information for the Cardano components. Component", - "source": "@site/docs/16-release-notes/02-release-notes.mdx", - "sourceDirName": "16-release-notes", - "slug": "/release-notes/release-notes", - "permalink": "/release-notes/release-notes", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/docs/16-release-notes/02-release-notes.mdx", - "tags": [], - "version": "current", - "sidebarPosition": 1, - "frontMatter": { - "title": "Release notes", - "metaTitle": "Release notes", - "sidebar_position": 1 - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Plutus Pioneer program", - "permalink": "/pioneer-programs/plutus-pioneers" - }, - "next": { - "title": "Compatibility matrix", - "permalink": "/release-notes/comp-matrix" - } - } - ], - "drafts": [], - "sidebars": { - "tutorialSidebar": [ - { - "type": "doc", - "id": "introduction" - }, - { - "type": "category", - "label": "New to Cardano?", - "collapsible": true, - "collapsed": true, - "items": [ - { - "type": "doc", - "id": "new-to-cardano/what-is-a-blockchain" - }, - { - "type": "doc", - "id": "new-to-cardano/what-is-a-cryptocurrency" - }, - { - "type": "doc", - "id": "new-to-cardano/proof-of-stake" - }, - { - "type": "doc", - "id": "new-to-cardano/cardano-tracking-tools" - }, - { - "type": "doc", - "id": "new-to-cardano/types-of-wallets" - }, - { - "type": "doc", - "id": "new-to-cardano/how-to-delegate" - }, - { - "type": "doc", - "id": "new-to-cardano/what-is-a-smart-contract" - } - ], - "link": { - "type": "doc", - "id": "new-to-cardano/index" - } - }, - { - "type": "category", - "label": "Learn", - "collapsible": true, - "collapsed": true, - "items": [ - { - "type": "doc", - "id": "learn/cardano-node" - }, - { - "type": "doc", - "id": "learn/stake-pools" - }, - { - "type": "doc", - "id": "learn/delegation" - }, - { - "type": "doc", - "id": "learn/pledging-rewards" - }, - { - "type": "doc", - "id": "learn/consensus-explained" - }, - { - "type": "doc", - "id": "learn/ouroboros-overview" - }, - { - "type": "doc", - "id": "learn/cardano-keys" - }, - { - "type": "doc", - "id": "learn/cardano-addresses" - }, - { - "type": "doc", - "id": "learn/chain-confirmation-versus-transaction-confirmation" - }, - { - "type": "doc", - "id": "learn/eutxo-explainer" - }, - { - "type": "doc", - "id": "learn/transaction-costs-determinism" - }, - { - "type": "doc", - "id": "learn/collateral-mechanism" - } - ] - }, - { - "type": "category", - "label": "Explore more", - "collapsible": true, - "collapsed": true, - "items": [ - { - "type": "doc", - "id": "explore-cardano/cardano-architecture" - }, - { - "type": "category", - "label": "Cardano network", - "collapsible": true, - "collapsed": true, - "items": [ - { - "type": "doc", - "id": "explore-cardano/cardano-network/networking-protocol" - }, - { - "type": "doc", - "id": "explore-cardano/cardano-network/p2p-networking" - } - ], - "link": { - "type": "doc", - "id": "explore-cardano/cardano-network/index" - } - }, - { - "type": "doc", - "id": "explore-cardano/fee-structure" - }, - { - "type": "doc", - "id": "explore-cardano/monetary-policy" - }, - { - "type": "doc", - "id": "explore-cardano/time" - }, - { - "type": "doc", - "id": "explore-cardano/concurrency" - }, - { - "type": "doc", - "id": "explore-cardano/parameter-guide" - }, - { - "type": "doc", - "id": "explore-cardano/relevant-research-papers" - } - ] - }, - { - "type": "category", - "label": "Cardano evolution", - "collapsible": true, - "collapsed": true, - "items": [ - { - "type": "doc", - "id": "evolution/cardano-design-rationale" - }, - { - "type": "doc", - "id": "evolution/eras-and-phases" - }, - { - "type": "doc", - "id": "evolution/about-hard-forks" - }, - { - "type": "category", - "label": "Upgrades explained", - "collapsible": true, - "collapsed": true, - "items": [ - { - "type": "doc", - "id": "evolution/upgrades/byron-to-shelley" - }, - { - "type": "doc", - "id": "evolution/upgrades/allegra" - }, - { - "type": "doc", - "id": "evolution/upgrades/mary" - }, - { - "type": "doc", - "id": "evolution/upgrades/alonzo" - }, - { - "type": "doc", - "id": "evolution/upgrades/vasil" - }, - { - "type": "doc", - "id": "evolution/upgrades/valentine" - } - ] - } - ] - }, - { - "type": "category", - "label": "Cardano testnets", - "collapsible": true, - "collapsed": true, - "items": [ - { - "type": "doc", - "id": "cardano-testnets/environments" - }, - { - "type": "doc", - "id": "cardano-testnets/getting-started" - }, - { - "type": "doc", - "id": "cardano-testnets/local-testnet" - }, - { - "type": "doc", - "id": "cardano-testnets/daedalus-testnet" - }, - { - "type": "category", - "label": "Tools", - "collapsible": true, - "collapsed": true, - "items": [ - { - "type": "doc", - "id": "cardano-testnets/tools/faucet" - }, - { - "type": "doc", - "id": "cardano-testnets/tools/staking-calculator" - }, - { - "type": "doc", - "id": "cardano-testnets/tools/plutus-fee-estimator" - } - ] - }, - { - "type": "doc", - "id": "cardano-testnets/resources" - }, - { - "type": "doc", - "id": "cardano-testnets/support-feedback" - } - ], - "link": { - "type": "doc", - "id": "cardano-testnets/index" - } - }, - { - "type": "category", - "label": "Developer resources", - "collapsible": true, - "collapsed": true, - "items": [ - { - "type": "doc", - "id": "development-guidelines/cardano-node-course" - }, - { - "type": "doc", - "id": "development-guidelines/native-tokens" - }, - { - "type": "category", - "label": "Smart contracts", - "collapsible": true, - "collapsed": true, - "items": [ - { - "type": "doc", - "id": "development-guidelines/smart-contracts/plutus" - }, - { - "type": "doc", - "id": "development-guidelines/smart-contracts/marlowe" - }, - { - "type": "doc", - "id": "development-guidelines/smart-contracts/aiken" - } - ] - }, - { - "type": "category", - "label": "Scalability solutions", - "collapsible": true, - "collapsed": true, - "items": [ - { - "type": "doc", - "id": "development-guidelines/scalability/hydra" - }, - { - "type": "doc", - "id": "development-guidelines/scalability/mithril" - } - ] - }, - { - "type": "category", - "label": "Transaction tutorials", - "collapsible": true, - "collapsed": true, - "items": [ - { - "type": "doc", - "id": "development-guidelines/transaction-tutorials/minting-transaction" - }, - { - "type": "doc", - "id": "development-guidelines/transaction-tutorials/stake-transaction" - }, - { - "type": "doc", - "id": "development-guidelines/transaction-tutorials/withdraw-transaction" - }, - { - "type": "doc", - "id": "development-guidelines/transaction-tutorials/redelegate-transaction" - }, - { - "type": "doc", - "id": "development-guidelines/transaction-tutorials/multiple-purposes" - } - ], - "link": { - "type": "doc", - "id": "development-guidelines/transaction-tutorials/index" - } - } - ], - "link": { - "type": "doc", - "id": "development-guidelines/index" - } - }, - { - "type": "category", - "label": "Operating a stake pool", - "collapsible": true, - "collapsed": true, - "items": [ - { - "type": "doc", - "id": "operating-a-stake-pool/stake-pool-operations-101" - }, - { - "type": "doc", - "id": "operating-a-stake-pool/about-stake-pools" - }, - { - "type": "doc", - "id": "operating-a-stake-pool/creating-a-stake-pool" - }, - { - "type": "doc", - "id": "operating-a-stake-pool/node-connectivity" - }, - { - "type": "doc", - "id": "operating-a-stake-pool/creating-keys-and-certificates" - }, - { - "type": "doc", - "id": "operating-a-stake-pool/public-stake-pools" - }, - { - "type": "doc", - "id": "operating-a-stake-pool/SMASH" - }, - { - "type": "doc", - "id": "operating-a-stake-pool/performance" - }, - { - "type": "doc", - "id": "operating-a-stake-pool/ranking" - }, - { - "type": "doc", - "id": "operating-a-stake-pool/guidelines-for-large-spos" - } - ] - }, - { - "type": "category", - "label": "Community", - "collapsible": true, - "collapsed": true, - "items": [ - { - "type": "doc", - "id": "community/cips" - }, - { - "type": "doc", - "id": "community/essential-cardano" - }, - { - "type": "doc", - "id": "community/community-content" - }, - { - "type": "doc", - "id": "community/Cardano-stack-exchange" - }, - { - "type": "doc", - "id": "community/ambassador-program" - }, - { - "type": "doc", - "id": "community/getting-support" - } - ] - }, - { - "type": "category", - "label": "Pioneer programs", - "collapsible": true, - "collapsed": true, - "items": [ - { - "type": "doc", - "id": "pioneer-programs/plutus-pioneers" - } - ] - }, - { - "type": "category", - "label": "Release notes", - "collapsible": true, - "collapsed": true, - "items": [ - { - "type": "doc", - "id": "release-notes/release-notes" - }, - { - "type": "doc", - "id": "release-notes/comp-matrix" - } - ] - }, - { - "type": "link", - "label": "Cardano Ecosystem Tools", - "href": "https://developers.cardano.org/tools/", - "className": "cardano-ecosystems-external-link" - }, - { - "type": "link", - "label": "Glossary", - "href": "https://www.essentialcardano.io/glossary?sort=alphabetical", - "className": "glossary-external-link" - }, - { - "type": "link", - "label": "Cardano.org", - "href": "https://cardano.org/", - "className": "cardano-external-link" - }, - { - "type": "link", - "label": "Developer Portal", - "href": "https://developers.cardano.org/", - "className": "cardano-developers-external-link" - } - ] - } - } - ] - } - }, - "docusaurus-plugin-content-blog": { - "default": { - "blogSidebarTitle": "Recent posts", - "blogPosts": [], - "blogListPaginated": [], - "blogTags": {}, - "blogTagsListPath": "/blog/tags", - "blogTagsPaginated": [] - } - }, - "docusaurus-plugin-content-pages": { - "default": [ - { - "type": "jsx", - "permalink": "/", - "source": "@site/src/pages/index.tsx" - } - ] - }, - "docusaurus-plugin-debug": {}, - "docusaurus-theme-classic": {}, - "docusaurus-plugin-client-redirects": {}, - "docusaurus-bootstrap-plugin": {}, - "docusaurus-mdx-fallback-plugin": {} -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-debug/default/plugin-route-context-module-100.json b/.docusaurus/docusaurus-plugin-debug/default/plugin-route-context-module-100.json deleted file mode 100644 index 21c2cfd4..00000000 --- a/.docusaurus/docusaurus-plugin-debug/default/plugin-route-context-module-100.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "name": "docusaurus-plugin-debug", - "id": "default" -} \ No newline at end of file diff --git a/.docusaurus/docusaurus.config.mjs b/.docusaurus/docusaurus.config.mjs deleted file mode 100644 index 222ee059..00000000 --- a/.docusaurus/docusaurus.config.mjs +++ /dev/null @@ -1,342 +0,0 @@ -/* - * AUTOGENERATED - DON'T EDIT - * Your edits in this file will be overwritten in the next build! - * Modify the docusaurus.config.js file at your site's root instead. - */ -export default { - "title": "Cardano Docs", - "favicon": "img/cardano-favicon.png", - "url": "https://docs.cardano.org", - "baseUrl": "/", - "organizationName": "IOHK", - "projectName": "Cardano-documentation", - "onBrokenLinks": "throw", - "onBrokenMarkdownLinks": "warn", - "i18n": { - "defaultLocale": "en", - "locales": [ - "en" - ], - "path": "i18n", - "localeConfigs": {} - }, - "plugins": [ - [ - "@docusaurus/plugin-client-redirects", - { - "redirects": [ - { - "to": "/cardano-testnets/tools/faucet", - "from": "/cardano-testnet/tools/faucet" - }, - { - "to": "/release-notes/comp-matrix", - "from": "/tools/comp-matrix" - } - ] - } - ] - ], - "presets": [ - [ - "classic", - { - "docs": { - "sidebarPath": "./sidebars.ts", - "routeBasePath": "/", - "editUrl": "https://github.com/input-output-hk/cardano-documentation/blob/master/" - }, - "theme": { - "customCss": "./src/css/custom.css" - } - } - ] - ], - "themeConfig": { - "image": "img/cardano-logo.svg", - "colorMode": { - "defaultMode": "light", - "disableSwitch": true, - "respectPrefersColorScheme": true - }, - "navbar": { - "logo": { - "alt": "Cardano logo", - "src": "img/cardano-logo.svg" - }, - "items": [ - { - "href": "https://github.com/input-output-hk/cardano-documentation", - "label": "GitHub", - "position": "right" - } - ], - "hideOnScroll": false - }, - "footer": { - "style": "dark", - "logo": { - "alt": "Cardano Logo", - "src": "img/cardano-logo.svg" - }, - "links": [ - { - "title": "More About Cardano", - "items": [ - { - "label": "Cardano Explorer", - "href": "https://cardanoexplorer.com/" - }, - { - "label": "Cardano Foundation", - "href": "https://cardanofoundation.org/" - }, - { - "label": "Cardano.org", - "href": "https://www.cardano.org/" - }, - { - "label": "Why Cardano", - "href": "https://why.cardano.org/" - }, - { - "label": "Daedalus", - "href": "https://daedaluswallet.io/" - } - ] - }, - { - "title": "Join the community", - "items": [ - { - "label": "Cardano Community", - "href": "https://cardano.org/" - }, - { - "label": "Cardano Telegram", - "href": "https://t.me/CardanoAnnouncements/" - }, - { - "label": "Cardano Forum", - "href": "https://forum.cardano.org/" - }, - { - "label": "Cardano Reddit", - "href": "https://www.reddit.com/r/cardano/" - }, - { - "label": "IOHK", - "href": "https://www.iohk.io/" - }, - { - "label": "IOHK blog", - "href": "https://www.iohk.io/blog/" - }, - { - "label": "IOHK YouTube", - "href": "https://www.youtube.com/channel/UCBJ0p9aCW-W82TwNM-z3V2w" - }, - { - "label": "Cardano Foundation YouTube", - "href": "https://www.youtube.com/channel/UCbQ9vGfezru1YRI1zDCtTGg" - }, - { - "label": "Cardano Foundation Twitter", - "href": "https://twitter.com/Cardano_CF" - }, - { - "label": "IOG Academy", - "href": "https://www.youtube.com/channel/UCX9j__vYOJu00iqBrCzecVw" - } - ] - }, - { - "title": "Legal", - "items": [ - { - "label": "IOHK Privacy Policy", - "href": "https://static.iohk.io/terms/iog-privacy-policy.pdf" - }, - { - "label": "IOHK Terms & Conditions", - "href": "https://static.iohk.io/terms/iohktermsandconditions.pdf" - } - ] - }, - { - "title": "Social", - "items": [ - { - "label": "X", - "href": "https://twitter.com/inputoutputHK" - }, - { - "label": "Facebook", - "href": "https://www.facebook.com/iohk.io/" - }, - { - "label": "Youtube", - "href": "https://www.youtube.com/c/IohkIo" - }, - { - "label": "Blog", - "href": "https://iohk.io/en/blog/posts/page-1/" - } - ] - } - ], - "copyright": "Cardano is an open-source project. \n \n Cardano is a software platform ONLY and does not conduct any independent diligence on, or substantive review of, any blockchain asset, digital currency, cryptocurrency or associated funds. You are fully and solely responsible for evaluating your investments, for determining whether you will exchange blockchain assets based on your own judgement, and for all your decisions as to whether to exchange blockchain assets with Cardano. In many cases, blockchain assets you exchange on the basis of your research may not increase in value, and may decrease in value. Similarly, blockchain assets you exchange on the basis of your research may fall or rise in value after your exchange.\n \n Past performance is not indicative of future results. Any investment in blockchain assets involves the risk of loss of part or all of your investment. The value of the blockchain assets you exchange is subject to market and other investment risks.\n \n © IOHK 2015-2024 - IOHK Supported Project" - }, - "prism": { - "theme": { - "plain": { - "color": "#393A34", - "backgroundColor": "#f6f8fa" - }, - "styles": [ - { - "types": [ - "comment", - "prolog", - "doctype", - "cdata" - ], - "style": { - "color": "#999988", - "fontStyle": "italic" - } - }, - { - "types": [ - "namespace" - ], - "style": { - "opacity": 0.7 - } - }, - { - "types": [ - "string", - "attr-value" - ], - "style": { - "color": "#e3116c" - } - }, - { - "types": [ - "punctuation", - "operator" - ], - "style": { - "color": "#393A34" - } - }, - { - "types": [ - "entity", - "url", - "symbol", - "number", - "boolean", - "variable", - "constant", - "property", - "regex", - "inserted" - ], - "style": { - "color": "#36acaa" - } - }, - { - "types": [ - "atrule", - "keyword", - "attr-name", - "selector" - ], - "style": { - "color": "#00a4db" - } - }, - { - "types": [ - "function", - "deleted", - "tag" - ], - "style": { - "color": "#d73a49" - } - }, - { - "types": [ - "function-variable" - ], - "style": { - "color": "#6f42c1" - } - }, - { - "types": [ - "tag", - "selector", - "keyword" - ], - "style": { - "color": "#00009f" - } - } - ] - }, - "additionalLanguages": [], - "magicComments": [ - { - "className": "theme-code-block-highlighted-line", - "line": "highlight-next-line", - "block": { - "start": "highlight-start", - "end": "highlight-end" - } - } - ] - }, - "docs": { - "versionPersistence": "localStorage", - "sidebar": { - "hideable": false, - "autoCollapseCategories": false - } - }, - "metadata": [], - "tableOfContents": { - "minHeadingLevel": 2, - "maxHeadingLevel": 3 - } - }, - "baseUrlIssueBanner": true, - "onBrokenAnchors": "warn", - "onDuplicateRoutes": "warn", - "staticDirectories": [ - "static" - ], - "customFields": {}, - "themes": [], - "scripts": [], - "headTags": [], - "stylesheets": [], - "clientModules": [], - "tagline": "", - "titleDelimiter": "|", - "noIndex": false, - "markdown": { - "format": "mdx", - "mermaid": false, - "mdx1Compat": { - "comments": true, - "admonitions": true, - "headingIds": true - } - } -}; diff --git a/.docusaurus/globalData.json b/.docusaurus/globalData.json deleted file mode 100644 index 505e032e..00000000 --- a/.docusaurus/globalData.json +++ /dev/null @@ -1,443 +0,0 @@ -{ - "docusaurus-plugin-content-docs": { - "default": { - "path": "/", - "versions": [ - { - "name": "current", - "label": "Next", - "isLast": true, - "path": "/", - "mainDocId": "introduction", - "docs": [ - { - "id": "cardano-testnets/daedalus-testnet", - "path": "/cardano-testnets/daedalus-testnet", - "sidebar": "tutorialSidebar" - }, - { - "id": "cardano-testnets/environments", - "path": "/cardano-testnets/environments", - "sidebar": "tutorialSidebar" - }, - { - "id": "cardano-testnets/getting-started", - "path": "/cardano-testnets/getting-started", - "sidebar": "tutorialSidebar" - }, - { - "id": "cardano-testnets/index", - "path": "/cardano-testnets/", - "sidebar": "tutorialSidebar" - }, - { - "id": "cardano-testnets/local-testnet", - "path": "/cardano-testnets/local-testnet", - "sidebar": "tutorialSidebar" - }, - { - "id": "cardano-testnets/resources", - "path": "/cardano-testnets/resources", - "sidebar": "tutorialSidebar" - }, - { - "id": "cardano-testnets/support-feedback", - "path": "/cardano-testnets/support-feedback", - "sidebar": "tutorialSidebar" - }, - { - "id": "cardano-testnets/tools/faucet", - "path": "/cardano-testnets/tools/faucet", - "sidebar": "tutorialSidebar" - }, - { - "id": "cardano-testnets/tools/plutus-fee-estimator", - "path": "/cardano-testnets/tools/plutus-fee-estimator", - "sidebar": "tutorialSidebar" - }, - { - "id": "cardano-testnets/tools/staking-calculator", - "path": "/cardano-testnets/tools/staking-calculator", - "sidebar": "tutorialSidebar" - }, - { - "id": "community/ambassador-program", - "path": "/community/ambassador-program", - "sidebar": "tutorialSidebar" - }, - { - "id": "community/Cardano-stack-exchange", - "path": "/community/Cardano-stack-exchange", - "sidebar": "tutorialSidebar" - }, - { - "id": "community/cips", - "path": "/community/cips", - "sidebar": "tutorialSidebar" - }, - { - "id": "community/community-content", - "path": "/community/community-content", - "sidebar": "tutorialSidebar" - }, - { - "id": "community/essential-cardano", - "path": "/community/essential-cardano", - "sidebar": "tutorialSidebar" - }, - { - "id": "community/getting-support", - "path": "/community/getting-support", - "sidebar": "tutorialSidebar" - }, - { - "id": "development-guidelines/cardano-node-course", - "path": "/development-guidelines/cardano-node-course", - "sidebar": "tutorialSidebar" - }, - { - "id": "development-guidelines/index", - "path": "/development-guidelines/", - "sidebar": "tutorialSidebar" - }, - { - "id": "development-guidelines/native-tokens", - "path": "/development-guidelines/native-tokens", - "sidebar": "tutorialSidebar" - }, - { - "id": "development-guidelines/scalability/hydra", - "path": "/development-guidelines/scalability/hydra", - "sidebar": "tutorialSidebar" - }, - { - "id": "development-guidelines/scalability/mithril", - "path": "/development-guidelines/scalability/mithril", - "sidebar": "tutorialSidebar" - }, - { - "id": "development-guidelines/smart-contracts/aiken", - "path": "/development-guidelines/smart-contracts/aiken", - "sidebar": "tutorialSidebar" - }, - { - "id": "development-guidelines/smart-contracts/marlowe", - "path": "/development-guidelines/smart-contracts/marlowe", - "sidebar": "tutorialSidebar" - }, - { - "id": "development-guidelines/smart-contracts/plutus", - "path": "/development-guidelines/smart-contracts/plutus", - "sidebar": "tutorialSidebar" - }, - { - "id": "development-guidelines/transaction-tutorials/index", - "path": "/development-guidelines/transaction-tutorials/", - "sidebar": "tutorialSidebar" - }, - { - "id": "development-guidelines/transaction-tutorials/minting-transaction", - "path": "/development-guidelines/transaction-tutorials/minting-transaction", - "sidebar": "tutorialSidebar" - }, - { - "id": "development-guidelines/transaction-tutorials/multiple-purposes", - "path": "/development-guidelines/transaction-tutorials/multiple-purposes", - "sidebar": "tutorialSidebar" - }, - { - "id": "development-guidelines/transaction-tutorials/redelegate-transaction", - "path": "/development-guidelines/transaction-tutorials/redelegate-transaction", - "sidebar": "tutorialSidebar" - }, - { - "id": "development-guidelines/transaction-tutorials/stake-transaction", - "path": "/development-guidelines/transaction-tutorials/stake-transaction", - "sidebar": "tutorialSidebar" - }, - { - "id": "development-guidelines/transaction-tutorials/withdraw-transaction", - "path": "/development-guidelines/transaction-tutorials/withdraw-transaction", - "sidebar": "tutorialSidebar" - }, - { - "id": "evolution/about-hard-forks", - "path": "/evolution/about-hard-forks", - "sidebar": "tutorialSidebar" - }, - { - "id": "evolution/cardano-design-rationale", - "path": "/evolution/cardano-design-rationale", - "sidebar": "tutorialSidebar" - }, - { - "id": "evolution/eras-and-phases", - "path": "/evolution/eras-and-phases", - "sidebar": "tutorialSidebar" - }, - { - "id": "evolution/upgrades/allegra", - "path": "/evolution/upgrades/allegra", - "sidebar": "tutorialSidebar" - }, - { - "id": "evolution/upgrades/alonzo", - "path": "/evolution/upgrades/alonzo", - "sidebar": "tutorialSidebar" - }, - { - "id": "evolution/upgrades/byron-to-shelley", - "path": "/evolution/upgrades/byron-to-shelley", - "sidebar": "tutorialSidebar" - }, - { - "id": "evolution/upgrades/mary", - "path": "/evolution/upgrades/mary", - "sidebar": "tutorialSidebar" - }, - { - "id": "evolution/upgrades/valentine", - "path": "/evolution/upgrades/valentine", - "sidebar": "tutorialSidebar" - }, - { - "id": "evolution/upgrades/vasil", - "path": "/evolution/upgrades/vasil", - "sidebar": "tutorialSidebar" - }, - { - "id": "explore-cardano/cardano-architecture", - "path": "/explore-cardano/cardano-architecture", - "sidebar": "tutorialSidebar" - }, - { - "id": "explore-cardano/cardano-network/index", - "path": "/explore-cardano/cardano-network/", - "sidebar": "tutorialSidebar" - }, - { - "id": "explore-cardano/cardano-network/networking-protocol", - "path": "/explore-cardano/cardano-network/networking-protocol", - "sidebar": "tutorialSidebar" - }, - { - "id": "explore-cardano/cardano-network/p2p-networking", - "path": "/explore-cardano/cardano-network/p2p-networking", - "sidebar": "tutorialSidebar" - }, - { - "id": "explore-cardano/concurrency", - "path": "/explore-cardano/concurrency", - "sidebar": "tutorialSidebar" - }, - { - "id": "explore-cardano/fee-structure", - "path": "/explore-cardano/fee-structure", - "sidebar": "tutorialSidebar" - }, - { - "id": "explore-cardano/monetary-policy", - "path": "/explore-cardano/monetary-policy", - "sidebar": "tutorialSidebar" - }, - { - "id": "explore-cardano/parameter-guide", - "path": "/explore-cardano/parameter-guide", - "sidebar": "tutorialSidebar" - }, - { - "id": "explore-cardano/relevant-research-papers", - "path": "/explore-cardano/relevant-research-papers", - "sidebar": "tutorialSidebar" - }, - { - "id": "explore-cardano/time", - "path": "/explore-cardano/time", - "sidebar": "tutorialSidebar" - }, - { - "id": "introduction", - "path": "/introduction", - "sidebar": "tutorialSidebar" - }, - { - "id": "learn/cardano-addresses", - "path": "/learn/cardano-addresses", - "sidebar": "tutorialSidebar" - }, - { - "id": "learn/cardano-keys", - "path": "/learn/cardano-keys", - "sidebar": "tutorialSidebar" - }, - { - "id": "learn/cardano-node", - "path": "/learn/cardano-node", - "sidebar": "tutorialSidebar" - }, - { - "id": "learn/chain-confirmation-versus-transaction-confirmation", - "path": "/learn/chain-confirmation-versus-transaction-confirmation", - "sidebar": "tutorialSidebar" - }, - { - "id": "learn/collateral-mechanism", - "path": "/learn/collateral-mechanism", - "sidebar": "tutorialSidebar" - }, - { - "id": "learn/consensus-explained", - "path": "/learn/consensus-explained", - "sidebar": "tutorialSidebar" - }, - { - "id": "learn/delegation", - "path": "/learn/delegation", - "sidebar": "tutorialSidebar" - }, - { - "id": "learn/eutxo-explainer", - "path": "/learn/eutxo-explainer", - "sidebar": "tutorialSidebar" - }, - { - "id": "learn/ouroboros-overview", - "path": "/learn/ouroboros-overview", - "sidebar": "tutorialSidebar" - }, - { - "id": "learn/pledging-rewards", - "path": "/learn/pledging-rewards", - "sidebar": "tutorialSidebar" - }, - { - "id": "learn/stake-pools", - "path": "/learn/stake-pools", - "sidebar": "tutorialSidebar" - }, - { - "id": "learn/transaction-costs-determinism", - "path": "/learn/transaction-costs-determinism", - "sidebar": "tutorialSidebar" - }, - { - "id": "new-to-cardano/cardano-tracking-tools", - "path": "/new-to-cardano/cardano-tracking-tools", - "sidebar": "tutorialSidebar" - }, - { - "id": "new-to-cardano/how-to-delegate", - "path": "/new-to-cardano/how-to-delegate", - "sidebar": "tutorialSidebar" - }, - { - "id": "new-to-cardano/index", - "path": "/new-to-cardano/", - "sidebar": "tutorialSidebar" - }, - { - "id": "new-to-cardano/proof-of-stake", - "path": "/new-to-cardano/proof-of-stake", - "sidebar": "tutorialSidebar" - }, - { - "id": "new-to-cardano/types-of-wallets", - "path": "/new-to-cardano/types-of-wallets", - "sidebar": "tutorialSidebar" - }, - { - "id": "new-to-cardano/what-is-a-blockchain", - "path": "/new-to-cardano/what-is-a-blockchain", - "sidebar": "tutorialSidebar" - }, - { - "id": "new-to-cardano/what-is-a-cryptocurrency", - "path": "/new-to-cardano/what-is-a-cryptocurrency", - "sidebar": "tutorialSidebar" - }, - { - "id": "new-to-cardano/what-is-a-smart-contract", - "path": "/new-to-cardano/what-is-a-smart-contract", - "sidebar": "tutorialSidebar" - }, - { - "id": "operating-a-stake-pool/about-stake-pools", - "path": "/operating-a-stake-pool/about-stake-pools", - "sidebar": "tutorialSidebar" - }, - { - "id": "operating-a-stake-pool/creating-a-stake-pool", - "path": "/operating-a-stake-pool/creating-a-stake-pool", - "sidebar": "tutorialSidebar" - }, - { - "id": "operating-a-stake-pool/creating-keys-and-certificates", - "path": "/operating-a-stake-pool/creating-keys-and-certificates", - "sidebar": "tutorialSidebar" - }, - { - "id": "operating-a-stake-pool/guidelines-for-large-spos", - "path": "/operating-a-stake-pool/guidelines-for-large-spos", - "sidebar": "tutorialSidebar" - }, - { - "id": "operating-a-stake-pool/node-connectivity", - "path": "/operating-a-stake-pool/node-connectivity", - "sidebar": "tutorialSidebar" - }, - { - "id": "operating-a-stake-pool/performance", - "path": "/operating-a-stake-pool/performance", - "sidebar": "tutorialSidebar" - }, - { - "id": "operating-a-stake-pool/public-stake-pools", - "path": "/operating-a-stake-pool/public-stake-pools", - "sidebar": "tutorialSidebar" - }, - { - "id": "operating-a-stake-pool/ranking", - "path": "/operating-a-stake-pool/ranking", - "sidebar": "tutorialSidebar" - }, - { - "id": "operating-a-stake-pool/SMASH", - "path": "/operating-a-stake-pool/SMASH", - "sidebar": "tutorialSidebar" - }, - { - "id": "operating-a-stake-pool/stake-pool-operations-101", - "path": "/operating-a-stake-pool/stake-pool-operations-101", - "sidebar": "tutorialSidebar" - }, - { - "id": "pioneer-programs/plutus-pioneers", - "path": "/pioneer-programs/plutus-pioneers", - "sidebar": "tutorialSidebar" - }, - { - "id": "release-notes/comp-matrix", - "path": "/release-notes/comp-matrix", - "sidebar": "tutorialSidebar" - }, - { - "id": "release-notes/release-notes", - "path": "/release-notes/release-notes", - "sidebar": "tutorialSidebar" - } - ], - "draftIds": [], - "sidebars": { - "tutorialSidebar": { - "link": { - "path": "/introduction", - "label": "introduction" - } - } - } - } - ], - "breadcrumbs": true - } - } -} \ No newline at end of file diff --git a/.docusaurus/i18n.json b/.docusaurus/i18n.json deleted file mode 100644 index 285e67dc..00000000 --- a/.docusaurus/i18n.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "defaultLocale": "en", - "locales": [ - "en" - ], - "path": "i18n", - "currentLocale": "en", - "localeConfigs": { - "en": { - "label": "English", - "direction": "ltr", - "htmlLang": "en", - "calendar": "gregory", - "path": "en" - } - } -} \ No newline at end of file diff --git a/.docusaurus/registry.js b/.docusaurus/registry.js deleted file mode 100644 index 33798f23..00000000 --- a/.docusaurus/registry.js +++ /dev/null @@ -1,101 +0,0 @@ -export default { - "__comp---site-src-pages-index-tsx-1-df-d3e": [() => import(/* webpackChunkName: "__comp---site-src-pages-index-tsx-1-df-d3e" */ "@site/src/pages/index.tsx"), "@site/src/pages/index.tsx", require.resolveWeak("@site/src/pages/index.tsx")], - "__comp---theme-debug-config-23-a-2ff": [() => import(/* webpackChunkName: "__comp---theme-debug-config-23-a-2ff" */ "@theme/DebugConfig"), "@theme/DebugConfig", require.resolveWeak("@theme/DebugConfig")], - "__comp---theme-debug-contentba-8-ce7": [() => import(/* webpackChunkName: "__comp---theme-debug-contentba-8-ce7" */ "@theme/DebugContent"), "@theme/DebugContent", require.resolveWeak("@theme/DebugContent")], - "__comp---theme-debug-global-dataede-0fa": [() => import(/* webpackChunkName: "__comp---theme-debug-global-dataede-0fa" */ "@theme/DebugGlobalData"), "@theme/DebugGlobalData", require.resolveWeak("@theme/DebugGlobalData")], - "__comp---theme-debug-registry-679-501": [() => import(/* webpackChunkName: "__comp---theme-debug-registry-679-501" */ "@theme/DebugRegistry"), "@theme/DebugRegistry", require.resolveWeak("@theme/DebugRegistry")], - "__comp---theme-debug-routes-946-699": [() => import(/* webpackChunkName: "__comp---theme-debug-routes-946-699" */ "@theme/DebugRoutes"), "@theme/DebugRoutes", require.resolveWeak("@theme/DebugRoutes")], - "__comp---theme-debug-site-metadata-68-e-3d4": [() => import(/* webpackChunkName: "__comp---theme-debug-site-metadata-68-e-3d4" */ "@theme/DebugSiteMetadata"), "@theme/DebugSiteMetadata", require.resolveWeak("@theme/DebugSiteMetadata")], - "__comp---theme-doc-item-178-a40": [() => import(/* webpackChunkName: "__comp---theme-doc-item-178-a40" */ "@theme/DocItem"), "@theme/DocItem", require.resolveWeak("@theme/DocItem")], - "__comp---theme-doc-roota-94-67a": [() => import(/* webpackChunkName: "__comp---theme-doc-roota-94-67a" */ "@theme/DocRoot"), "@theme/DocRoot", require.resolveWeak("@theme/DocRoot")], - "__comp---theme-doc-version-roota-7-b-5de": [() => import(/* webpackChunkName: "__comp---theme-doc-version-roota-7-b-5de" */ "@theme/DocVersionRoot"), "@theme/DocVersionRoot", require.resolveWeak("@theme/DocVersionRoot")], - "__comp---theme-docs-root-5-e-9-0b6": [() => import(/* webpackChunkName: "__comp---theme-docs-root-5-e-9-0b6" */ "@theme/DocsRoot"), "@theme/DocsRoot", require.resolveWeak("@theme/DocsRoot")], - "allContent---docusaurus-debug-content-246-9aa": [() => import(/* webpackChunkName: "allContent---docusaurus-debug-content-246-9aa" */ "~debug/default/docusaurus-debug-all-content-673.json"), "~debug/default/docusaurus-debug-all-content-673.json", require.resolveWeak("~debug/default/docusaurus-debug-all-content-673.json")], - "config---5-e-9-4f3": [() => import(/* webpackChunkName: "config---5-e-9-4f3" */ "@generated/docusaurus.config"), "@generated/docusaurus.config", require.resolveWeak("@generated/docusaurus.config")], - "content---cardano-testnets-584-bb5": [() => import(/* webpackChunkName: "content---cardano-testnets-584-bb5" */ "@site/docs/06-cardano-testnets/index.mdx"), "@site/docs/06-cardano-testnets/index.mdx", require.resolveWeak("@site/docs/06-cardano-testnets/index.mdx")], - "content---cardano-testnets-daedalus-testnet-97-c-a0f": [() => import(/* webpackChunkName: "content---cardano-testnets-daedalus-testnet-97-c-a0f" */ "@site/docs/06-cardano-testnets/05-daedalus-testnet.mdx"), "@site/docs/06-cardano-testnets/05-daedalus-testnet.mdx", require.resolveWeak("@site/docs/06-cardano-testnets/05-daedalus-testnet.mdx")], - "content---cardano-testnets-environments-0-ed-950": [() => import(/* webpackChunkName: "content---cardano-testnets-environments-0-ed-950" */ "@site/docs/06-cardano-testnets/02-environments.mdx"), "@site/docs/06-cardano-testnets/02-environments.mdx", require.resolveWeak("@site/docs/06-cardano-testnets/02-environments.mdx")], - "content---cardano-testnets-getting-started-764-fa8": [() => import(/* webpackChunkName: "content---cardano-testnets-getting-started-764-fa8" */ "@site/docs/06-cardano-testnets/03-getting-started.mdx"), "@site/docs/06-cardano-testnets/03-getting-started.mdx", require.resolveWeak("@site/docs/06-cardano-testnets/03-getting-started.mdx")], - "content---cardano-testnets-local-testnetc-4-f-370": [() => import(/* webpackChunkName: "content---cardano-testnets-local-testnetc-4-f-370" */ "@site/docs/06-cardano-testnets/04-local-testnet.mdx"), "@site/docs/06-cardano-testnets/04-local-testnet.mdx", require.resolveWeak("@site/docs/06-cardano-testnets/04-local-testnet.mdx")], - "content---cardano-testnets-resources-987-e43": [() => import(/* webpackChunkName: "content---cardano-testnets-resources-987-e43" */ "@site/docs/06-cardano-testnets/07-resources.mdx"), "@site/docs/06-cardano-testnets/07-resources.mdx", require.resolveWeak("@site/docs/06-cardano-testnets/07-resources.mdx")], - "content---cardano-testnets-support-feedbacka-2-c-e35": [() => import(/* webpackChunkName: "content---cardano-testnets-support-feedbacka-2-c-e35" */ "@site/docs/06-cardano-testnets/08-support-feedback.mdx"), "@site/docs/06-cardano-testnets/08-support-feedback.mdx", require.resolveWeak("@site/docs/06-cardano-testnets/08-support-feedback.mdx")], - "content---cardano-testnets-tools-faucet-0-a-8-5e7": [() => import(/* webpackChunkName: "content---cardano-testnets-tools-faucet-0-a-8-5e7" */ "@site/docs/06-cardano-testnets/06-tools/01-faucet.mdx"), "@site/docs/06-cardano-testnets/06-tools/01-faucet.mdx", require.resolveWeak("@site/docs/06-cardano-testnets/06-tools/01-faucet.mdx")], - "content---cardano-testnets-tools-plutus-fee-estimator-14-a-973": [() => import(/* webpackChunkName: "content---cardano-testnets-tools-plutus-fee-estimator-14-a-973" */ "@site/docs/06-cardano-testnets/06-tools/03-plutus-fee-estimator.mdx"), "@site/docs/06-cardano-testnets/06-tools/03-plutus-fee-estimator.mdx", require.resolveWeak("@site/docs/06-cardano-testnets/06-tools/03-plutus-fee-estimator.mdx")], - "content---cardano-testnets-tools-staking-calculator-0-ca-8e2": [() => import(/* webpackChunkName: "content---cardano-testnets-tools-staking-calculator-0-ca-8e2" */ "@site/docs/06-cardano-testnets/06-tools/02-staking-calculator.mdx"), "@site/docs/06-cardano-testnets/06-tools/02-staking-calculator.mdx", require.resolveWeak("@site/docs/06-cardano-testnets/06-tools/02-staking-calculator.mdx")], - "content---community-ambassador-program-143-8d1": [() => import(/* webpackChunkName: "content---community-ambassador-program-143-8d1" */ "@site/docs/14-community/05-ambassador-program.mdx"), "@site/docs/14-community/05-ambassador-program.mdx", require.resolveWeak("@site/docs/14-community/05-ambassador-program.mdx")], - "content---community-cardano-stack-exchange-30-a-f18": [() => import(/* webpackChunkName: "content---community-cardano-stack-exchange-30-a-f18" */ "@site/docs/14-community/04-Cardano-stack-exchange.mdx"), "@site/docs/14-community/04-Cardano-stack-exchange.mdx", require.resolveWeak("@site/docs/14-community/04-Cardano-stack-exchange.mdx")], - "content---community-cipsc-81-d09": [() => import(/* webpackChunkName: "content---community-cipsc-81-d09" */ "@site/docs/14-community/01-cips.mdx"), "@site/docs/14-community/01-cips.mdx", require.resolveWeak("@site/docs/14-community/01-cips.mdx")], - "content---community-community-contentf-15-284": [() => import(/* webpackChunkName: "content---community-community-contentf-15-284" */ "@site/docs/14-community/03-community-content.mdx"), "@site/docs/14-community/03-community-content.mdx", require.resolveWeak("@site/docs/14-community/03-community-content.mdx")], - "content---community-essential-cardanoe-5-c-a1e": [() => import(/* webpackChunkName: "content---community-essential-cardanoe-5-c-a1e" */ "@site/docs/14-community/02-essential-cardano.mdx"), "@site/docs/14-community/02-essential-cardano.mdx", require.resolveWeak("@site/docs/14-community/02-essential-cardano.mdx")], - "content---community-getting-support-6-c-2-e27": [() => import(/* webpackChunkName: "content---community-getting-support-6-c-2-e27" */ "@site/docs/14-community/06-getting-support.mdx"), "@site/docs/14-community/06-getting-support.mdx", require.resolveWeak("@site/docs/14-community/06-getting-support.mdx")], - "content---development-guidelines-cardano-node-course-892-e94": [() => import(/* webpackChunkName: "content---development-guidelines-cardano-node-course-892-e94" */ "@site/docs/07-development-guidelines/02-cardano-node-course.mdx"), "@site/docs/07-development-guidelines/02-cardano-node-course.mdx", require.resolveWeak("@site/docs/07-development-guidelines/02-cardano-node-course.mdx")], - "content---development-guidelines-d-2-f-4a2": [() => import(/* webpackChunkName: "content---development-guidelines-d-2-f-4a2" */ "@site/docs/07-development-guidelines/index.mdx"), "@site/docs/07-development-guidelines/index.mdx", require.resolveWeak("@site/docs/07-development-guidelines/index.mdx")], - "content---development-guidelines-native-tokens-3-d-3-6c7": [() => import(/* webpackChunkName: "content---development-guidelines-native-tokens-3-d-3-6c7" */ "@site/docs/07-development-guidelines/03-native-tokens.mdx"), "@site/docs/07-development-guidelines/03-native-tokens.mdx", require.resolveWeak("@site/docs/07-development-guidelines/03-native-tokens.mdx")], - "content---development-guidelines-scalability-hydra-054-56e": [() => import(/* webpackChunkName: "content---development-guidelines-scalability-hydra-054-56e" */ "@site/docs/07-development-guidelines/05-scalability/01-hydra.mdx"), "@site/docs/07-development-guidelines/05-scalability/01-hydra.mdx", require.resolveWeak("@site/docs/07-development-guidelines/05-scalability/01-hydra.mdx")], - "content---development-guidelines-scalability-mithril-374-b84": [() => import(/* webpackChunkName: "content---development-guidelines-scalability-mithril-374-b84" */ "@site/docs/07-development-guidelines/05-scalability/02-mithril.mdx"), "@site/docs/07-development-guidelines/05-scalability/02-mithril.mdx", require.resolveWeak("@site/docs/07-development-guidelines/05-scalability/02-mithril.mdx")], - "content---development-guidelines-smart-contracts-aiken-472-745": [() => import(/* webpackChunkName: "content---development-guidelines-smart-contracts-aiken-472-745" */ "@site/docs/07-development-guidelines/04-smart-contracts/03-aiken.mdx"), "@site/docs/07-development-guidelines/04-smart-contracts/03-aiken.mdx", require.resolveWeak("@site/docs/07-development-guidelines/04-smart-contracts/03-aiken.mdx")], - "content---development-guidelines-smart-contracts-marlowec-44-add": [() => import(/* webpackChunkName: "content---development-guidelines-smart-contracts-marlowec-44-add" */ "@site/docs/07-development-guidelines/04-smart-contracts/02-marlowe.mdx"), "@site/docs/07-development-guidelines/04-smart-contracts/02-marlowe.mdx", require.resolveWeak("@site/docs/07-development-guidelines/04-smart-contracts/02-marlowe.mdx")], - "content---development-guidelines-smart-contracts-plutus-074-9ee": [() => import(/* webpackChunkName: "content---development-guidelines-smart-contracts-plutus-074-9ee" */ "@site/docs/07-development-guidelines/04-smart-contracts/01-plutus.mdx"), "@site/docs/07-development-guidelines/04-smart-contracts/01-plutus.mdx", require.resolveWeak("@site/docs/07-development-guidelines/04-smart-contracts/01-plutus.mdx")], - "content---development-guidelines-transaction-tutorials-329-63b": [() => import(/* webpackChunkName: "content---development-guidelines-transaction-tutorials-329-63b" */ "@site/docs/07-development-guidelines/07-transaction-tutorials/index.mdx"), "@site/docs/07-development-guidelines/07-transaction-tutorials/index.mdx", require.resolveWeak("@site/docs/07-development-guidelines/07-transaction-tutorials/index.mdx")], - "content---development-guidelines-transaction-tutorials-minting-transaction-1-d-6-565": [() => import(/* webpackChunkName: "content---development-guidelines-transaction-tutorials-minting-transaction-1-d-6-565" */ "@site/docs/07-development-guidelines/07-transaction-tutorials/02-minting-transaction.mdx"), "@site/docs/07-development-guidelines/07-transaction-tutorials/02-minting-transaction.mdx", require.resolveWeak("@site/docs/07-development-guidelines/07-transaction-tutorials/02-minting-transaction.mdx")], - "content---development-guidelines-transaction-tutorials-multiple-purposesfd-0-439": [() => import(/* webpackChunkName: "content---development-guidelines-transaction-tutorials-multiple-purposesfd-0-439" */ "@site/docs/07-development-guidelines/07-transaction-tutorials/06-multiple-purposes.mdx"), "@site/docs/07-development-guidelines/07-transaction-tutorials/06-multiple-purposes.mdx", require.resolveWeak("@site/docs/07-development-guidelines/07-transaction-tutorials/06-multiple-purposes.mdx")], - "content---development-guidelines-transaction-tutorials-redelegate-transaction-169-5c4": [() => import(/* webpackChunkName: "content---development-guidelines-transaction-tutorials-redelegate-transaction-169-5c4" */ "@site/docs/07-development-guidelines/07-transaction-tutorials/05-redelegate-transaction.mdx"), "@site/docs/07-development-guidelines/07-transaction-tutorials/05-redelegate-transaction.mdx", require.resolveWeak("@site/docs/07-development-guidelines/07-transaction-tutorials/05-redelegate-transaction.mdx")], - "content---development-guidelines-transaction-tutorials-stake-transactiondfd-8a4": [() => import(/* webpackChunkName: "content---development-guidelines-transaction-tutorials-stake-transactiondfd-8a4" */ "@site/docs/07-development-guidelines/07-transaction-tutorials/03-stake-transaction.mdx"), "@site/docs/07-development-guidelines/07-transaction-tutorials/03-stake-transaction.mdx", require.resolveWeak("@site/docs/07-development-guidelines/07-transaction-tutorials/03-stake-transaction.mdx")], - "content---development-guidelines-transaction-tutorials-withdraw-transaction-77-e-83d": [() => import(/* webpackChunkName: "content---development-guidelines-transaction-tutorials-withdraw-transaction-77-e-83d" */ "@site/docs/07-development-guidelines/07-transaction-tutorials/04-withdraw-transaction.mdx"), "@site/docs/07-development-guidelines/07-transaction-tutorials/04-withdraw-transaction.mdx", require.resolveWeak("@site/docs/07-development-guidelines/07-transaction-tutorials/04-withdraw-transaction.mdx")], - "content---evolution-about-hard-forks-3-fc-0ba": [() => import(/* webpackChunkName: "content---evolution-about-hard-forks-3-fc-0ba" */ "@site/docs/05-evolution/03-about-hard-forks.mdx"), "@site/docs/05-evolution/03-about-hard-forks.mdx", require.resolveWeak("@site/docs/05-evolution/03-about-hard-forks.mdx")], - "content---evolution-cardano-design-rationalebc-6-cba": [() => import(/* webpackChunkName: "content---evolution-cardano-design-rationalebc-6-cba" */ "@site/docs/05-evolution/01-cardano-design-rationale.mdx"), "@site/docs/05-evolution/01-cardano-design-rationale.mdx", require.resolveWeak("@site/docs/05-evolution/01-cardano-design-rationale.mdx")], - "content---evolution-eras-and-phases-439-6bd": [() => import(/* webpackChunkName: "content---evolution-eras-and-phases-439-6bd" */ "@site/docs/05-evolution/02-eras-and-phases.mdx"), "@site/docs/05-evolution/02-eras-and-phases.mdx", require.resolveWeak("@site/docs/05-evolution/02-eras-and-phases.mdx")], - "content---evolution-upgrades-allegra-0-cb-39d": [() => import(/* webpackChunkName: "content---evolution-upgrades-allegra-0-cb-39d" */ "@site/docs/05-evolution/04-upgrades/02-allegra.mdx"), "@site/docs/05-evolution/04-upgrades/02-allegra.mdx", require.resolveWeak("@site/docs/05-evolution/04-upgrades/02-allegra.mdx")], - "content---evolution-upgrades-alonzod-5-e-f14": [() => import(/* webpackChunkName: "content---evolution-upgrades-alonzod-5-e-f14" */ "@site/docs/05-evolution/04-upgrades/04-alonzo.mdx"), "@site/docs/05-evolution/04-upgrades/04-alonzo.mdx", require.resolveWeak("@site/docs/05-evolution/04-upgrades/04-alonzo.mdx")], - "content---evolution-upgrades-byron-to-shelley-5-cb-f5c": [() => import(/* webpackChunkName: "content---evolution-upgrades-byron-to-shelley-5-cb-f5c" */ "@site/docs/05-evolution/04-upgrades/01-byron-to-shelley.mdx"), "@site/docs/05-evolution/04-upgrades/01-byron-to-shelley.mdx", require.resolveWeak("@site/docs/05-evolution/04-upgrades/01-byron-to-shelley.mdx")], - "content---evolution-upgrades-mary-265-bf2": [() => import(/* webpackChunkName: "content---evolution-upgrades-mary-265-bf2" */ "@site/docs/05-evolution/04-upgrades/03-mary.mdx"), "@site/docs/05-evolution/04-upgrades/03-mary.mdx", require.resolveWeak("@site/docs/05-evolution/04-upgrades/03-mary.mdx")], - "content---evolution-upgrades-valentine-5-ab-703": [() => import(/* webpackChunkName: "content---evolution-upgrades-valentine-5-ab-703" */ "@site/docs/05-evolution/04-upgrades/06-valentine.mdx"), "@site/docs/05-evolution/04-upgrades/06-valentine.mdx", require.resolveWeak("@site/docs/05-evolution/04-upgrades/06-valentine.mdx")], - "content---evolution-upgrades-vasilfbd-d0a": [() => import(/* webpackChunkName: "content---evolution-upgrades-vasilfbd-d0a" */ "@site/docs/05-evolution/04-upgrades/05-vasil.mdx"), "@site/docs/05-evolution/04-upgrades/05-vasil.mdx", require.resolveWeak("@site/docs/05-evolution/04-upgrades/05-vasil.mdx")], - "content---explore-cardano-cardano-architecture-6-f-9-0f4": [() => import(/* webpackChunkName: "content---explore-cardano-cardano-architecture-6-f-9-0f4" */ "@site/docs/04-explore-cardano/03-cardano-architecture.mdx"), "@site/docs/04-explore-cardano/03-cardano-architecture.mdx", require.resolveWeak("@site/docs/04-explore-cardano/03-cardano-architecture.mdx")], - "content---explore-cardano-cardano-network-fb-9-6af": [() => import(/* webpackChunkName: "content---explore-cardano-cardano-network-fb-9-6af" */ "@site/docs/04-explore-cardano/04-cardano-network/index.mdx"), "@site/docs/04-explore-cardano/04-cardano-network/index.mdx", require.resolveWeak("@site/docs/04-explore-cardano/04-cardano-network/index.mdx")], - "content---explore-cardano-cardano-network-networking-protocolba-5-7eb": [() => import(/* webpackChunkName: "content---explore-cardano-cardano-network-networking-protocolba-5-7eb" */ "@site/docs/04-explore-cardano/04-cardano-network/02-networking-protocol.mdx"), "@site/docs/04-explore-cardano/04-cardano-network/02-networking-protocol.mdx", require.resolveWeak("@site/docs/04-explore-cardano/04-cardano-network/02-networking-protocol.mdx")], - "content---explore-cardano-cardano-network-p-2-p-networking-1-fe-bd6": [() => import(/* webpackChunkName: "content---explore-cardano-cardano-network-p-2-p-networking-1-fe-bd6" */ "@site/docs/04-explore-cardano/04-cardano-network/03-p2p-networking.mdx"), "@site/docs/04-explore-cardano/04-cardano-network/03-p2p-networking.mdx", require.resolveWeak("@site/docs/04-explore-cardano/04-cardano-network/03-p2p-networking.mdx")], - "content---explore-cardano-concurrencyedc-8e5": [() => import(/* webpackChunkName: "content---explore-cardano-concurrencyedc-8e5" */ "@site/docs/04-explore-cardano/10-concurrency.mdx"), "@site/docs/04-explore-cardano/10-concurrency.mdx", require.resolveWeak("@site/docs/04-explore-cardano/10-concurrency.mdx")], - "content---explore-cardano-fee-structuref-8-b-6e1": [() => import(/* webpackChunkName: "content---explore-cardano-fee-structuref-8-b-6e1" */ "@site/docs/04-explore-cardano/06-fee-structure.mdx"), "@site/docs/04-explore-cardano/06-fee-structure.mdx", require.resolveWeak("@site/docs/04-explore-cardano/06-fee-structure.mdx")], - "content---explore-cardano-monetary-policyd-57-15f": [() => import(/* webpackChunkName: "content---explore-cardano-monetary-policyd-57-15f" */ "@site/docs/04-explore-cardano/07-monetary-policy.mdx"), "@site/docs/04-explore-cardano/07-monetary-policy.mdx", require.resolveWeak("@site/docs/04-explore-cardano/07-monetary-policy.mdx")], - "content---explore-cardano-parameter-guide-62-a-15b": [() => import(/* webpackChunkName: "content---explore-cardano-parameter-guide-62-a-15b" */ "@site/docs/04-explore-cardano/11-parameter-guide.mdx"), "@site/docs/04-explore-cardano/11-parameter-guide.mdx", require.resolveWeak("@site/docs/04-explore-cardano/11-parameter-guide.mdx")], - "content---explore-cardano-relevant-research-paperse-9-b-316": [() => import(/* webpackChunkName: "content---explore-cardano-relevant-research-paperse-9-b-316" */ "@site/docs/04-explore-cardano/12-relevant-research-papers.mdx"), "@site/docs/04-explore-cardano/12-relevant-research-papers.mdx", require.resolveWeak("@site/docs/04-explore-cardano/12-relevant-research-papers.mdx")], - "content---explore-cardano-time-2-e-7-45e": [() => import(/* webpackChunkName: "content---explore-cardano-time-2-e-7-45e" */ "@site/docs/04-explore-cardano/09-time.mdx"), "@site/docs/04-explore-cardano/09-time.mdx", require.resolveWeak("@site/docs/04-explore-cardano/09-time.mdx")], - "content---introduction-972-b91": [() => import(/* webpackChunkName: "content---introduction-972-b91" */ "@site/docs/introduction.mdx"), "@site/docs/introduction.mdx", require.resolveWeak("@site/docs/introduction.mdx")], - "content---learn-cardano-addresses-1-fe-4a6": [() => import(/* webpackChunkName: "content---learn-cardano-addresses-1-fe-4a6" */ "@site/docs/03-learn/10-cardano-addresses.mdx"), "@site/docs/03-learn/10-cardano-addresses.mdx", require.resolveWeak("@site/docs/03-learn/10-cardano-addresses.mdx")], - "content---learn-cardano-keys-111-5c4": [() => import(/* webpackChunkName: "content---learn-cardano-keys-111-5c4" */ "@site/docs/03-learn/09-cardano-keys.mdx"), "@site/docs/03-learn/09-cardano-keys.mdx", require.resolveWeak("@site/docs/03-learn/09-cardano-keys.mdx")], - "content---learn-cardano-node-8-ff-ea1": [() => import(/* webpackChunkName: "content---learn-cardano-node-8-ff-ea1" */ "@site/docs/03-learn/02-cardano-node.mdx"), "@site/docs/03-learn/02-cardano-node.mdx", require.resolveWeak("@site/docs/03-learn/02-cardano-node.mdx")], - "content---learn-chain-confirmation-versus-transaction-confirmation-59-e-514": [() => import(/* webpackChunkName: "content---learn-chain-confirmation-versus-transaction-confirmation-59-e-514" */ "@site/docs/03-learn/12-chain-confirmation-versus-transaction-confirmation.mdx"), "@site/docs/03-learn/12-chain-confirmation-versus-transaction-confirmation.mdx", require.resolveWeak("@site/docs/03-learn/12-chain-confirmation-versus-transaction-confirmation.mdx")], - "content---learn-collateral-mechanisma-3-e-458": [() => import(/* webpackChunkName: "content---learn-collateral-mechanisma-3-e-458" */ "@site/docs/03-learn/17-collateral-mechanism.mdx"), "@site/docs/03-learn/17-collateral-mechanism.mdx", require.resolveWeak("@site/docs/03-learn/17-collateral-mechanism.mdx")], - "content---learn-consensus-explainedf-0-f-61b": [() => import(/* webpackChunkName: "content---learn-consensus-explainedf-0-f-61b" */ "@site/docs/03-learn/07-consensus-explained.mdx"), "@site/docs/03-learn/07-consensus-explained.mdx", require.resolveWeak("@site/docs/03-learn/07-consensus-explained.mdx")], - "content---learn-delegation-7-dd-0bd": [() => import(/* webpackChunkName: "content---learn-delegation-7-dd-0bd" */ "@site/docs/03-learn/04-delegation.mdx"), "@site/docs/03-learn/04-delegation.mdx", require.resolveWeak("@site/docs/03-learn/04-delegation.mdx")], - "content---learn-eutxo-explainer-224-30c": [() => import(/* webpackChunkName: "content---learn-eutxo-explainer-224-30c" */ "@site/docs/03-learn/15-eutxo-explainer.md"), "@site/docs/03-learn/15-eutxo-explainer.md", require.resolveWeak("@site/docs/03-learn/15-eutxo-explainer.md")], - "content---learn-ouroboros-overview-496-48e": [() => import(/* webpackChunkName: "content---learn-ouroboros-overview-496-48e" */ "@site/docs/03-learn/08-ouroboros-overview.mdx"), "@site/docs/03-learn/08-ouroboros-overview.mdx", require.resolveWeak("@site/docs/03-learn/08-ouroboros-overview.mdx")], - "content---learn-pledging-rewards-3-f-5-9bc": [() => import(/* webpackChunkName: "content---learn-pledging-rewards-3-f-5-9bc" */ "@site/docs/03-learn/05-pledging-rewards.mdx"), "@site/docs/03-learn/05-pledging-rewards.mdx", require.resolveWeak("@site/docs/03-learn/05-pledging-rewards.mdx")], - "content---learn-stake-poolsc-95-dcd": [() => import(/* webpackChunkName: "content---learn-stake-poolsc-95-dcd" */ "@site/docs/03-learn/03-stake-pools.mdx"), "@site/docs/03-learn/03-stake-pools.mdx", require.resolveWeak("@site/docs/03-learn/03-stake-pools.mdx")], - "content---learn-transaction-costs-determinism-7-fb-b61": [() => import(/* webpackChunkName: "content---learn-transaction-costs-determinism-7-fb-b61" */ "@site/docs/03-learn/16-transaction-costs-determinism.mdx"), "@site/docs/03-learn/16-transaction-costs-determinism.mdx", require.resolveWeak("@site/docs/03-learn/16-transaction-costs-determinism.mdx")], - "content---new-to-cardano-079-662": [() => import(/* webpackChunkName: "content---new-to-cardano-079-662" */ "@site/docs/02-new-to-cardano/index.mdx"), "@site/docs/02-new-to-cardano/index.mdx", require.resolveWeak("@site/docs/02-new-to-cardano/index.mdx")], - "content---new-to-cardano-cardano-tracking-tools-2-de-ab1": [() => import(/* webpackChunkName: "content---new-to-cardano-cardano-tracking-tools-2-de-ab1" */ "@site/docs/02-new-to-cardano/06-cardano-tracking-tools.mdx"), "@site/docs/02-new-to-cardano/06-cardano-tracking-tools.mdx", require.resolveWeak("@site/docs/02-new-to-cardano/06-cardano-tracking-tools.mdx")], - "content---new-to-cardano-how-to-delegatef-8-a-133": [() => import(/* webpackChunkName: "content---new-to-cardano-how-to-delegatef-8-a-133" */ "@site/docs/02-new-to-cardano/09-how-to-delegate.mdx"), "@site/docs/02-new-to-cardano/09-how-to-delegate.mdx", require.resolveWeak("@site/docs/02-new-to-cardano/09-how-to-delegate.mdx")], - "content---new-to-cardano-proof-of-staked-57-056": [() => import(/* webpackChunkName: "content---new-to-cardano-proof-of-staked-57-056" */ "@site/docs/02-new-to-cardano/04-proof-of-stake.mdx"), "@site/docs/02-new-to-cardano/04-proof-of-stake.mdx", require.resolveWeak("@site/docs/02-new-to-cardano/04-proof-of-stake.mdx")], - "content---new-to-cardano-types-of-walletsa-83-360": [() => import(/* webpackChunkName: "content---new-to-cardano-types-of-walletsa-83-360" */ "@site/docs/02-new-to-cardano/08-types-of-wallets.mdx"), "@site/docs/02-new-to-cardano/08-types-of-wallets.mdx", require.resolveWeak("@site/docs/02-new-to-cardano/08-types-of-wallets.mdx")], - "content---new-to-cardano-what-is-a-blockchainb-5-f-6d0": [() => import(/* webpackChunkName: "content---new-to-cardano-what-is-a-blockchainb-5-f-6d0" */ "@site/docs/02-new-to-cardano/01-what-is-a-blockchain.mdx"), "@site/docs/02-new-to-cardano/01-what-is-a-blockchain.mdx", require.resolveWeak("@site/docs/02-new-to-cardano/01-what-is-a-blockchain.mdx")], - "content---new-to-cardano-what-is-a-cryptocurrency-6-e-0-e21": [() => import(/* webpackChunkName: "content---new-to-cardano-what-is-a-cryptocurrency-6-e-0-e21" */ "@site/docs/02-new-to-cardano/02-what-is-a-cryptocurrency.mdx"), "@site/docs/02-new-to-cardano/02-what-is-a-cryptocurrency.mdx", require.resolveWeak("@site/docs/02-new-to-cardano/02-what-is-a-cryptocurrency.mdx")], - "content---new-to-cardano-what-is-a-smart-contract-96-b-51a": [() => import(/* webpackChunkName: "content---new-to-cardano-what-is-a-smart-contract-96-b-51a" */ "@site/docs/02-new-to-cardano/10-what-is-a-smart-contract.mdx"), "@site/docs/02-new-to-cardano/10-what-is-a-smart-contract.mdx", require.resolveWeak("@site/docs/02-new-to-cardano/10-what-is-a-smart-contract.mdx")], - "content---operating-a-stake-pool-about-stake-poolsd-8-b-4f7": [() => import(/* webpackChunkName: "content---operating-a-stake-pool-about-stake-poolsd-8-b-4f7" */ "@site/docs/08-operating-a-stake-pool/02-about-stake-pools.mdx"), "@site/docs/08-operating-a-stake-pool/02-about-stake-pools.mdx", require.resolveWeak("@site/docs/08-operating-a-stake-pool/02-about-stake-pools.mdx")], - "content---operating-a-stake-pool-creating-a-stake-pool-84-b-ffd": [() => import(/* webpackChunkName: "content---operating-a-stake-pool-creating-a-stake-pool-84-b-ffd" */ "@site/docs/08-operating-a-stake-pool/03-creating-a-stake-pool.mdx"), "@site/docs/08-operating-a-stake-pool/03-creating-a-stake-pool.mdx", require.resolveWeak("@site/docs/08-operating-a-stake-pool/03-creating-a-stake-pool.mdx")], - "content---operating-a-stake-pool-creating-keys-and-certificatesf-34-eed": [() => import(/* webpackChunkName: "content---operating-a-stake-pool-creating-keys-and-certificatesf-34-eed" */ "@site/docs/08-operating-a-stake-pool/06-creating-keys-and-certificates.mdx"), "@site/docs/08-operating-a-stake-pool/06-creating-keys-and-certificates.mdx", require.resolveWeak("@site/docs/08-operating-a-stake-pool/06-creating-keys-and-certificates.mdx")], - "content---operating-a-stake-pool-guidelines-for-large-spos-3-dc-1d9": [() => import(/* webpackChunkName: "content---operating-a-stake-pool-guidelines-for-large-spos-3-dc-1d9" */ "@site/docs/08-operating-a-stake-pool/11-guidelines-for-large-spos.mdx"), "@site/docs/08-operating-a-stake-pool/11-guidelines-for-large-spos.mdx", require.resolveWeak("@site/docs/08-operating-a-stake-pool/11-guidelines-for-large-spos.mdx")], - "content---operating-a-stake-pool-node-connectivity-832-4b0": [() => import(/* webpackChunkName: "content---operating-a-stake-pool-node-connectivity-832-4b0" */ "@site/docs/08-operating-a-stake-pool/04-node-connectivity.mdx"), "@site/docs/08-operating-a-stake-pool/04-node-connectivity.mdx", require.resolveWeak("@site/docs/08-operating-a-stake-pool/04-node-connectivity.mdx")], - "content---operating-a-stake-pool-performance-5-eb-98d": [() => import(/* webpackChunkName: "content---operating-a-stake-pool-performance-5-eb-98d" */ "@site/docs/08-operating-a-stake-pool/09-performance.mdx"), "@site/docs/08-operating-a-stake-pool/09-performance.mdx", require.resolveWeak("@site/docs/08-operating-a-stake-pool/09-performance.mdx")], - "content---operating-a-stake-pool-public-stake-poolsc-42-ff8": [() => import(/* webpackChunkName: "content---operating-a-stake-pool-public-stake-poolsc-42-ff8" */ "@site/docs/08-operating-a-stake-pool/07-public-stake-pools.mdx"), "@site/docs/08-operating-a-stake-pool/07-public-stake-pools.mdx", require.resolveWeak("@site/docs/08-operating-a-stake-pool/07-public-stake-pools.mdx")], - "content---operating-a-stake-pool-ranking-59-a-a47": [() => import(/* webpackChunkName: "content---operating-a-stake-pool-ranking-59-a-a47" */ "@site/docs/08-operating-a-stake-pool/10-ranking.mdx"), "@site/docs/08-operating-a-stake-pool/10-ranking.mdx", require.resolveWeak("@site/docs/08-operating-a-stake-pool/10-ranking.mdx")], - "content---operating-a-stake-pool-smash-2-f-8-b8a": [() => import(/* webpackChunkName: "content---operating-a-stake-pool-smash-2-f-8-b8a" */ "@site/docs/08-operating-a-stake-pool/08-SMASH.mdx"), "@site/docs/08-operating-a-stake-pool/08-SMASH.mdx", require.resolveWeak("@site/docs/08-operating-a-stake-pool/08-SMASH.mdx")], - "content---operating-a-stake-pool-stake-pool-operations-101-b-6-c-85a": [() => import(/* webpackChunkName: "content---operating-a-stake-pool-stake-pool-operations-101-b-6-c-85a" */ "@site/docs/08-operating-a-stake-pool/01-stake-pool-operations-101.mdx"), "@site/docs/08-operating-a-stake-pool/01-stake-pool-operations-101.mdx", require.resolveWeak("@site/docs/08-operating-a-stake-pool/01-stake-pool-operations-101.mdx")], - "content---pioneer-programs-plutus-pioneers-525-f71": [() => import(/* webpackChunkName: "content---pioneer-programs-plutus-pioneers-525-f71" */ "@site/docs/15-pioneer-programs/01-plutus-pioneers.mdx"), "@site/docs/15-pioneer-programs/01-plutus-pioneers.mdx", require.resolveWeak("@site/docs/15-pioneer-programs/01-plutus-pioneers.mdx")], - "content---release-notes-comp-matrix-0-ea-163": [() => import(/* webpackChunkName: "content---release-notes-comp-matrix-0-ea-163" */ "@site/docs/16-release-notes/03-comp-matrix.mdx"), "@site/docs/16-release-notes/03-comp-matrix.mdx", require.resolveWeak("@site/docs/16-release-notes/03-comp-matrix.mdx")], - "content---release-notes-release-notes-32-f-eab": [() => import(/* webpackChunkName: "content---release-notes-release-notes-32-f-eab" */ "@site/docs/16-release-notes/02-release-notes.mdx"), "@site/docs/16-release-notes/02-release-notes.mdx", require.resolveWeak("@site/docs/16-release-notes/02-release-notes.mdx")], - "plugin---2-dc-cfd": [() => import(/* webpackChunkName: "plugin---2-dc-cfd" */ "/Users/fstoqnov/cardano-documentation/.docusaurus/docusaurus-plugin-content-pages/default/plugin-route-context-module-100.json"), "/Users/fstoqnov/cardano-documentation/.docusaurus/docusaurus-plugin-content-pages/default/plugin-route-context-module-100.json", require.resolveWeak("/Users/fstoqnov/cardano-documentation/.docusaurus/docusaurus-plugin-content-pages/default/plugin-route-context-module-100.json")], - "plugin---cf-2-0b9": [() => import(/* webpackChunkName: "plugin---cf-2-0b9" */ "/Users/fstoqnov/cardano-documentation/.docusaurus/docusaurus-plugin-content-docs/default/plugin-route-context-module-100.json"), "/Users/fstoqnov/cardano-documentation/.docusaurus/docusaurus-plugin-content-docs/default/plugin-route-context-module-100.json", require.resolveWeak("/Users/fstoqnov/cardano-documentation/.docusaurus/docusaurus-plugin-content-docs/default/plugin-route-context-module-100.json")], - "plugin---docusaurus-debug-14-c-5ff": [() => import(/* webpackChunkName: "plugin---docusaurus-debug-14-c-5ff" */ "/Users/fstoqnov/cardano-documentation/.docusaurus/docusaurus-plugin-debug/default/plugin-route-context-module-100.json"), "/Users/fstoqnov/cardano-documentation/.docusaurus/docusaurus-plugin-debug/default/plugin-route-context-module-100.json", require.resolveWeak("/Users/fstoqnov/cardano-documentation/.docusaurus/docusaurus-plugin-debug/default/plugin-route-context-module-100.json")], - "version---935-fcf": [() => import(/* webpackChunkName: "version---935-fcf" */ "~docs/default/version-current-metadata-prop-751.json"), "~docs/default/version-current-metadata-prop-751.json", require.resolveWeak("~docs/default/version-current-metadata-prop-751.json")],}; diff --git a/.docusaurus/routes.js b/.docusaurus/routes.js deleted file mode 100644 index eb28787e..00000000 --- a/.docusaurus/routes.js +++ /dev/null @@ -1,565 +0,0 @@ -import React from 'react'; -import ComponentCreator from '@docusaurus/ComponentCreator'; - -export default [ - { - path: '/__docusaurus/debug', - component: ComponentCreator('/__docusaurus/debug', '9f6'), - exact: true - }, - { - path: '/__docusaurus/debug/config', - component: ComponentCreator('/__docusaurus/debug/config', 'eb0'), - exact: true - }, - { - path: '/__docusaurus/debug/content', - component: ComponentCreator('/__docusaurus/debug/content', 'ad9'), - exact: true - }, - { - path: '/__docusaurus/debug/globalData', - component: ComponentCreator('/__docusaurus/debug/globalData', '07c'), - exact: true - }, - { - path: '/__docusaurus/debug/metadata', - component: ComponentCreator('/__docusaurus/debug/metadata', '9b8'), - exact: true - }, - { - path: '/__docusaurus/debug/registry', - component: ComponentCreator('/__docusaurus/debug/registry', 'ddb'), - exact: true - }, - { - path: '/__docusaurus/debug/routes', - component: ComponentCreator('/__docusaurus/debug/routes', '628'), - exact: true - }, - { - path: '/', - component: ComponentCreator('/', '13a'), - exact: true - }, - { - path: '/', - component: ComponentCreator('/', 'ff5'), - routes: [ - { - path: '/', - component: ComponentCreator('/', '076'), - routes: [ - { - path: '/', - component: ComponentCreator('/', 'ea9'), - routes: [ - { - path: '/cardano-testnets/', - component: ComponentCreator('/cardano-testnets/', '54e'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/cardano-testnets/daedalus-testnet', - component: ComponentCreator('/cardano-testnets/daedalus-testnet', 'dab'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/cardano-testnets/environments', - component: ComponentCreator('/cardano-testnets/environments', '620'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/cardano-testnets/getting-started', - component: ComponentCreator('/cardano-testnets/getting-started', '326'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/cardano-testnets/local-testnet', - component: ComponentCreator('/cardano-testnets/local-testnet', 'aad'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/cardano-testnets/resources', - component: ComponentCreator('/cardano-testnets/resources', 'c60'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/cardano-testnets/support-feedback', - component: ComponentCreator('/cardano-testnets/support-feedback', '60b'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/cardano-testnets/tools/faucet', - component: ComponentCreator('/cardano-testnets/tools/faucet', 'ce4'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/cardano-testnets/tools/plutus-fee-estimator', - component: ComponentCreator('/cardano-testnets/tools/plutus-fee-estimator', '0da'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/cardano-testnets/tools/staking-calculator', - component: ComponentCreator('/cardano-testnets/tools/staking-calculator', '1eb'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/community/ambassador-program', - component: ComponentCreator('/community/ambassador-program', '403'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/community/Cardano-stack-exchange', - component: ComponentCreator('/community/Cardano-stack-exchange', 'e9b'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/community/cips', - component: ComponentCreator('/community/cips', 'e71'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/community/community-content', - component: ComponentCreator('/community/community-content', '998'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/community/essential-cardano', - component: ComponentCreator('/community/essential-cardano', 'ad4'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/community/getting-support', - component: ComponentCreator('/community/getting-support', 'e9b'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/development-guidelines/', - component: ComponentCreator('/development-guidelines/', '258'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/development-guidelines/cardano-node-course', - component: ComponentCreator('/development-guidelines/cardano-node-course', 'e84'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/development-guidelines/native-tokens', - component: ComponentCreator('/development-guidelines/native-tokens', '060'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/development-guidelines/scalability/hydra', - component: ComponentCreator('/development-guidelines/scalability/hydra', 'ab0'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/development-guidelines/scalability/mithril', - component: ComponentCreator('/development-guidelines/scalability/mithril', '012'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/development-guidelines/smart-contracts/aiken', - component: ComponentCreator('/development-guidelines/smart-contracts/aiken', 'c1c'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/development-guidelines/smart-contracts/marlowe', - component: ComponentCreator('/development-guidelines/smart-contracts/marlowe', '4fe'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/development-guidelines/smart-contracts/plutus', - component: ComponentCreator('/development-guidelines/smart-contracts/plutus', '58d'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/development-guidelines/transaction-tutorials/', - component: ComponentCreator('/development-guidelines/transaction-tutorials/', 'e70'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/development-guidelines/transaction-tutorials/minting-transaction', - component: ComponentCreator('/development-guidelines/transaction-tutorials/minting-transaction', '68b'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/development-guidelines/transaction-tutorials/multiple-purposes', - component: ComponentCreator('/development-guidelines/transaction-tutorials/multiple-purposes', '8db'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/development-guidelines/transaction-tutorials/redelegate-transaction', - component: ComponentCreator('/development-guidelines/transaction-tutorials/redelegate-transaction', '922'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/development-guidelines/transaction-tutorials/stake-transaction', - component: ComponentCreator('/development-guidelines/transaction-tutorials/stake-transaction', '654'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/development-guidelines/transaction-tutorials/withdraw-transaction', - component: ComponentCreator('/development-guidelines/transaction-tutorials/withdraw-transaction', 'e8a'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/evolution/about-hard-forks', - component: ComponentCreator('/evolution/about-hard-forks', '938'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/evolution/cardano-design-rationale', - component: ComponentCreator('/evolution/cardano-design-rationale', '2ce'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/evolution/eras-and-phases', - component: ComponentCreator('/evolution/eras-and-phases', 'a1b'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/evolution/upgrades/allegra', - component: ComponentCreator('/evolution/upgrades/allegra', 'ea0'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/evolution/upgrades/alonzo', - component: ComponentCreator('/evolution/upgrades/alonzo', '6a7'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/evolution/upgrades/byron-to-shelley', - component: ComponentCreator('/evolution/upgrades/byron-to-shelley', 'c7a'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/evolution/upgrades/mary', - component: ComponentCreator('/evolution/upgrades/mary', '940'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/evolution/upgrades/valentine', - component: ComponentCreator('/evolution/upgrades/valentine', '4ff'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/evolution/upgrades/vasil', - component: ComponentCreator('/evolution/upgrades/vasil', '343'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/explore-cardano/cardano-architecture', - component: ComponentCreator('/explore-cardano/cardano-architecture', '3ae'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/explore-cardano/cardano-network/', - component: ComponentCreator('/explore-cardano/cardano-network/', '352'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/explore-cardano/cardano-network/networking-protocol', - component: ComponentCreator('/explore-cardano/cardano-network/networking-protocol', 'b3f'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/explore-cardano/cardano-network/p2p-networking', - component: ComponentCreator('/explore-cardano/cardano-network/p2p-networking', '0df'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/explore-cardano/concurrency', - component: ComponentCreator('/explore-cardano/concurrency', 'f08'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/explore-cardano/fee-structure', - component: ComponentCreator('/explore-cardano/fee-structure', '359'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/explore-cardano/monetary-policy', - component: ComponentCreator('/explore-cardano/monetary-policy', '32d'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/explore-cardano/parameter-guide', - component: ComponentCreator('/explore-cardano/parameter-guide', 'b4f'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/explore-cardano/relevant-research-papers', - component: ComponentCreator('/explore-cardano/relevant-research-papers', '2fc'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/explore-cardano/time', - component: ComponentCreator('/explore-cardano/time', 'cb5'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/introduction', - component: ComponentCreator('/introduction', '83b'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/learn/cardano-addresses', - component: ComponentCreator('/learn/cardano-addresses', '641'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/learn/cardano-keys', - component: ComponentCreator('/learn/cardano-keys', 'd74'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/learn/cardano-node', - component: ComponentCreator('/learn/cardano-node', '3d6'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/learn/chain-confirmation-versus-transaction-confirmation', - component: ComponentCreator('/learn/chain-confirmation-versus-transaction-confirmation', '4b5'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/learn/collateral-mechanism', - component: ComponentCreator('/learn/collateral-mechanism', '89b'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/learn/consensus-explained', - component: ComponentCreator('/learn/consensus-explained', '281'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/learn/delegation', - component: ComponentCreator('/learn/delegation', '2cd'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/learn/eutxo-explainer', - component: ComponentCreator('/learn/eutxo-explainer', '3fd'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/learn/ouroboros-overview', - component: ComponentCreator('/learn/ouroboros-overview', 'dec'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/learn/pledging-rewards', - component: ComponentCreator('/learn/pledging-rewards', 'e7f'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/learn/stake-pools', - component: ComponentCreator('/learn/stake-pools', 'a60'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/learn/transaction-costs-determinism', - component: ComponentCreator('/learn/transaction-costs-determinism', '16f'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/new-to-cardano/', - component: ComponentCreator('/new-to-cardano/', '5c8'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/new-to-cardano/cardano-tracking-tools', - component: ComponentCreator('/new-to-cardano/cardano-tracking-tools', '4cd'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/new-to-cardano/how-to-delegate', - component: ComponentCreator('/new-to-cardano/how-to-delegate', 'e3a'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/new-to-cardano/proof-of-stake', - component: ComponentCreator('/new-to-cardano/proof-of-stake', '7d3'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/new-to-cardano/types-of-wallets', - component: ComponentCreator('/new-to-cardano/types-of-wallets', '57d'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/new-to-cardano/what-is-a-blockchain', - component: ComponentCreator('/new-to-cardano/what-is-a-blockchain', '163'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/new-to-cardano/what-is-a-cryptocurrency', - component: ComponentCreator('/new-to-cardano/what-is-a-cryptocurrency', '91f'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/new-to-cardano/what-is-a-smart-contract', - component: ComponentCreator('/new-to-cardano/what-is-a-smart-contract', '8b5'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/operating-a-stake-pool/about-stake-pools', - component: ComponentCreator('/operating-a-stake-pool/about-stake-pools', '19a'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/operating-a-stake-pool/creating-a-stake-pool', - component: ComponentCreator('/operating-a-stake-pool/creating-a-stake-pool', '810'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/operating-a-stake-pool/creating-keys-and-certificates', - component: ComponentCreator('/operating-a-stake-pool/creating-keys-and-certificates', 'a6a'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/operating-a-stake-pool/guidelines-for-large-spos', - component: ComponentCreator('/operating-a-stake-pool/guidelines-for-large-spos', '445'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/operating-a-stake-pool/node-connectivity', - component: ComponentCreator('/operating-a-stake-pool/node-connectivity', 'ab8'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/operating-a-stake-pool/performance', - component: ComponentCreator('/operating-a-stake-pool/performance', 'ec6'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/operating-a-stake-pool/public-stake-pools', - component: ComponentCreator('/operating-a-stake-pool/public-stake-pools', 'c03'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/operating-a-stake-pool/ranking', - component: ComponentCreator('/operating-a-stake-pool/ranking', 'ebd'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/operating-a-stake-pool/SMASH', - component: ComponentCreator('/operating-a-stake-pool/SMASH', '053'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/operating-a-stake-pool/stake-pool-operations-101', - component: ComponentCreator('/operating-a-stake-pool/stake-pool-operations-101', '648'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/pioneer-programs/plutus-pioneers', - component: ComponentCreator('/pioneer-programs/plutus-pioneers', '6f9'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/release-notes/comp-matrix', - component: ComponentCreator('/release-notes/comp-matrix', 'ac2'), - exact: true, - sidebar: "tutorialSidebar" - }, - { - path: '/release-notes/release-notes', - component: ComponentCreator('/release-notes/release-notes', 'e6c'), - exact: true, - sidebar: "tutorialSidebar" - } - ] - } - ] - } - ] - }, - { - path: '*', - component: ComponentCreator('*'), - }, -]; diff --git a/.docusaurus/routesChunkNames.json b/.docusaurus/routesChunkNames.json deleted file mode 100644 index 44e37002..00000000 --- a/.docusaurus/routesChunkNames.json +++ /dev/null @@ -1,397 +0,0 @@ -{ - "/__docusaurus/debug-9f6": { - "__comp": "__comp---theme-debug-config-23-a-2ff", - "__context": { - "plugin": "plugin---docusaurus-debug-14-c-5ff" - } - }, - "/__docusaurus/debug/config-eb0": { - "__comp": "__comp---theme-debug-config-23-a-2ff", - "__context": { - "plugin": "plugin---docusaurus-debug-14-c-5ff" - } - }, - "/__docusaurus/debug/content-ad9": { - "__comp": "__comp---theme-debug-contentba-8-ce7", - "__context": { - "plugin": "plugin---docusaurus-debug-14-c-5ff" - }, - "allContent": "allContent---docusaurus-debug-content-246-9aa" - }, - "/__docusaurus/debug/globalData-07c": { - "__comp": "__comp---theme-debug-global-dataede-0fa", - "__context": { - "plugin": "plugin---docusaurus-debug-14-c-5ff" - } - }, - "/__docusaurus/debug/metadata-9b8": { - "__comp": "__comp---theme-debug-site-metadata-68-e-3d4", - "__context": { - "plugin": "plugin---docusaurus-debug-14-c-5ff" - } - }, - "/__docusaurus/debug/registry-ddb": { - "__comp": "__comp---theme-debug-registry-679-501", - "__context": { - "plugin": "plugin---docusaurus-debug-14-c-5ff" - } - }, - "/__docusaurus/debug/routes-628": { - "__comp": "__comp---theme-debug-routes-946-699", - "__context": { - "plugin": "plugin---docusaurus-debug-14-c-5ff" - } - }, - "/-13a": { - "__comp": "__comp---site-src-pages-index-tsx-1-df-d3e", - "__context": { - "plugin": "plugin---2-dc-cfd" - }, - "config": "config---5-e-9-4f3" - }, - "/-ff5": { - "__comp": "__comp---theme-docs-root-5-e-9-0b6", - "__context": { - "plugin": "plugin---cf-2-0b9" - } - }, - "/-076": { - "__comp": "__comp---theme-doc-version-roota-7-b-5de", - "version": "version---935-fcf" - }, - "/-ea9": { - "__comp": "__comp---theme-doc-roota-94-67a" - }, - "/cardano-testnets/-54e": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---cardano-testnets-584-bb5" - }, - "/cardano-testnets/daedalus-testnet-dab": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---cardano-testnets-daedalus-testnet-97-c-a0f" - }, - "/cardano-testnets/environments-620": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---cardano-testnets-environments-0-ed-950" - }, - "/cardano-testnets/getting-started-326": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---cardano-testnets-getting-started-764-fa8" - }, - "/cardano-testnets/local-testnet-aad": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---cardano-testnets-local-testnetc-4-f-370" - }, - "/cardano-testnets/resources-c60": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---cardano-testnets-resources-987-e43" - }, - "/cardano-testnets/support-feedback-60b": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---cardano-testnets-support-feedbacka-2-c-e35" - }, - "/cardano-testnets/tools/faucet-ce4": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---cardano-testnets-tools-faucet-0-a-8-5e7" - }, - "/cardano-testnets/tools/plutus-fee-estimator-0da": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---cardano-testnets-tools-plutus-fee-estimator-14-a-973" - }, - "/cardano-testnets/tools/staking-calculator-1eb": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---cardano-testnets-tools-staking-calculator-0-ca-8e2" - }, - "/community/ambassador-program-403": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---community-ambassador-program-143-8d1" - }, - "/community/Cardano-stack-exchange-e9b": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---community-cardano-stack-exchange-30-a-f18" - }, - "/community/cips-e71": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---community-cipsc-81-d09" - }, - "/community/community-content-998": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---community-community-contentf-15-284" - }, - "/community/essential-cardano-ad4": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---community-essential-cardanoe-5-c-a1e" - }, - "/community/getting-support-e9b": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---community-getting-support-6-c-2-e27" - }, - "/development-guidelines/-258": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---development-guidelines-d-2-f-4a2" - }, - "/development-guidelines/cardano-node-course-e84": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---development-guidelines-cardano-node-course-892-e94" - }, - "/development-guidelines/native-tokens-060": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---development-guidelines-native-tokens-3-d-3-6c7" - }, - "/development-guidelines/scalability/hydra-ab0": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---development-guidelines-scalability-hydra-054-56e" - }, - "/development-guidelines/scalability/mithril-012": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---development-guidelines-scalability-mithril-374-b84" - }, - "/development-guidelines/smart-contracts/aiken-c1c": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---development-guidelines-smart-contracts-aiken-472-745" - }, - "/development-guidelines/smart-contracts/marlowe-4fe": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---development-guidelines-smart-contracts-marlowec-44-add" - }, - "/development-guidelines/smart-contracts/plutus-58d": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---development-guidelines-smart-contracts-plutus-074-9ee" - }, - "/development-guidelines/transaction-tutorials/-e70": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---development-guidelines-transaction-tutorials-329-63b" - }, - "/development-guidelines/transaction-tutorials/minting-transaction-68b": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---development-guidelines-transaction-tutorials-minting-transaction-1-d-6-565" - }, - "/development-guidelines/transaction-tutorials/multiple-purposes-8db": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---development-guidelines-transaction-tutorials-multiple-purposesfd-0-439" - }, - "/development-guidelines/transaction-tutorials/redelegate-transaction-922": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---development-guidelines-transaction-tutorials-redelegate-transaction-169-5c4" - }, - "/development-guidelines/transaction-tutorials/stake-transaction-654": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---development-guidelines-transaction-tutorials-stake-transactiondfd-8a4" - }, - "/development-guidelines/transaction-tutorials/withdraw-transaction-e8a": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---development-guidelines-transaction-tutorials-withdraw-transaction-77-e-83d" - }, - "/evolution/about-hard-forks-938": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---evolution-about-hard-forks-3-fc-0ba" - }, - "/evolution/cardano-design-rationale-2ce": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---evolution-cardano-design-rationalebc-6-cba" - }, - "/evolution/eras-and-phases-a1b": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---evolution-eras-and-phases-439-6bd" - }, - "/evolution/upgrades/allegra-ea0": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---evolution-upgrades-allegra-0-cb-39d" - }, - "/evolution/upgrades/alonzo-6a7": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---evolution-upgrades-alonzod-5-e-f14" - }, - "/evolution/upgrades/byron-to-shelley-c7a": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---evolution-upgrades-byron-to-shelley-5-cb-f5c" - }, - "/evolution/upgrades/mary-940": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---evolution-upgrades-mary-265-bf2" - }, - "/evolution/upgrades/valentine-4ff": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---evolution-upgrades-valentine-5-ab-703" - }, - "/evolution/upgrades/vasil-343": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---evolution-upgrades-vasilfbd-d0a" - }, - "/explore-cardano/cardano-architecture-3ae": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---explore-cardano-cardano-architecture-6-f-9-0f4" - }, - "/explore-cardano/cardano-network/-352": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---explore-cardano-cardano-network-fb-9-6af" - }, - "/explore-cardano/cardano-network/networking-protocol-b3f": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---explore-cardano-cardano-network-networking-protocolba-5-7eb" - }, - "/explore-cardano/cardano-network/p2p-networking-0df": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---explore-cardano-cardano-network-p-2-p-networking-1-fe-bd6" - }, - "/explore-cardano/concurrency-f08": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---explore-cardano-concurrencyedc-8e5" - }, - "/explore-cardano/fee-structure-359": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---explore-cardano-fee-structuref-8-b-6e1" - }, - "/explore-cardano/monetary-policy-32d": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---explore-cardano-monetary-policyd-57-15f" - }, - "/explore-cardano/parameter-guide-b4f": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---explore-cardano-parameter-guide-62-a-15b" - }, - "/explore-cardano/relevant-research-papers-2fc": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---explore-cardano-relevant-research-paperse-9-b-316" - }, - "/explore-cardano/time-cb5": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---explore-cardano-time-2-e-7-45e" - }, - "/introduction-83b": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---introduction-972-b91" - }, - "/learn/cardano-addresses-641": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---learn-cardano-addresses-1-fe-4a6" - }, - "/learn/cardano-keys-d74": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---learn-cardano-keys-111-5c4" - }, - "/learn/cardano-node-3d6": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---learn-cardano-node-8-ff-ea1" - }, - "/learn/chain-confirmation-versus-transaction-confirmation-4b5": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---learn-chain-confirmation-versus-transaction-confirmation-59-e-514" - }, - "/learn/collateral-mechanism-89b": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---learn-collateral-mechanisma-3-e-458" - }, - "/learn/consensus-explained-281": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---learn-consensus-explainedf-0-f-61b" - }, - "/learn/delegation-2cd": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---learn-delegation-7-dd-0bd" - }, - "/learn/eutxo-explainer-3fd": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---learn-eutxo-explainer-224-30c" - }, - "/learn/ouroboros-overview-dec": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---learn-ouroboros-overview-496-48e" - }, - "/learn/pledging-rewards-e7f": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---learn-pledging-rewards-3-f-5-9bc" - }, - "/learn/stake-pools-a60": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---learn-stake-poolsc-95-dcd" - }, - "/learn/transaction-costs-determinism-16f": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---learn-transaction-costs-determinism-7-fb-b61" - }, - "/new-to-cardano/-5c8": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---new-to-cardano-079-662" - }, - "/new-to-cardano/cardano-tracking-tools-4cd": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---new-to-cardano-cardano-tracking-tools-2-de-ab1" - }, - "/new-to-cardano/how-to-delegate-e3a": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---new-to-cardano-how-to-delegatef-8-a-133" - }, - "/new-to-cardano/proof-of-stake-7d3": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---new-to-cardano-proof-of-staked-57-056" - }, - "/new-to-cardano/types-of-wallets-57d": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---new-to-cardano-types-of-walletsa-83-360" - }, - "/new-to-cardano/what-is-a-blockchain-163": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---new-to-cardano-what-is-a-blockchainb-5-f-6d0" - }, - "/new-to-cardano/what-is-a-cryptocurrency-91f": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---new-to-cardano-what-is-a-cryptocurrency-6-e-0-e21" - }, - "/new-to-cardano/what-is-a-smart-contract-8b5": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---new-to-cardano-what-is-a-smart-contract-96-b-51a" - }, - "/operating-a-stake-pool/about-stake-pools-19a": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---operating-a-stake-pool-about-stake-poolsd-8-b-4f7" - }, - "/operating-a-stake-pool/creating-a-stake-pool-810": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---operating-a-stake-pool-creating-a-stake-pool-84-b-ffd" - }, - "/operating-a-stake-pool/creating-keys-and-certificates-a6a": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---operating-a-stake-pool-creating-keys-and-certificatesf-34-eed" - }, - "/operating-a-stake-pool/guidelines-for-large-spos-445": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---operating-a-stake-pool-guidelines-for-large-spos-3-dc-1d9" - }, - "/operating-a-stake-pool/node-connectivity-ab8": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---operating-a-stake-pool-node-connectivity-832-4b0" - }, - "/operating-a-stake-pool/performance-ec6": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---operating-a-stake-pool-performance-5-eb-98d" - }, - "/operating-a-stake-pool/public-stake-pools-c03": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---operating-a-stake-pool-public-stake-poolsc-42-ff8" - }, - "/operating-a-stake-pool/ranking-ebd": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---operating-a-stake-pool-ranking-59-a-a47" - }, - "/operating-a-stake-pool/SMASH-053": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---operating-a-stake-pool-smash-2-f-8-b8a" - }, - "/operating-a-stake-pool/stake-pool-operations-101-648": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---operating-a-stake-pool-stake-pool-operations-101-b-6-c-85a" - }, - "/pioneer-programs/plutus-pioneers-6f9": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---pioneer-programs-plutus-pioneers-525-f71" - }, - "/release-notes/comp-matrix-ac2": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---release-notes-comp-matrix-0-ea-163" - }, - "/release-notes/release-notes-e6c": { - "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---release-notes-release-notes-32-f-eab" - } -} \ No newline at end of file diff --git a/.docusaurus/site-metadata.json b/.docusaurus/site-metadata.json deleted file mode 100644 index 2c74bdf4..00000000 --- a/.docusaurus/site-metadata.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "docusaurusVersion": "3.1.1", - "siteVersion": "0.0.0", - "pluginVersions": { - "docusaurus-plugin-content-docs": { - "type": "package", - "name": "@docusaurus/plugin-content-docs", - "version": "3.1.1" - }, - "docusaurus-plugin-content-blog": { - "type": "package", - "name": "@docusaurus/plugin-content-blog", - "version": "3.1.1" - }, - "docusaurus-plugin-content-pages": { - "type": "package", - "name": "@docusaurus/plugin-content-pages", - "version": "3.1.1" - }, - "docusaurus-plugin-debug": { - "type": "package", - "name": "@docusaurus/plugin-debug", - "version": "3.1.1" - }, - "docusaurus-theme-classic": { - "type": "package", - "name": "@docusaurus/theme-classic", - "version": "3.1.1" - }, - "docusaurus-plugin-client-redirects": { - "type": "package", - "name": "@docusaurus/plugin-client-redirects", - "version": "3.1.1" - } - } -} \ No newline at end of file