diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index c568964..038612c 100755 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -118,17 +118,17 @@ module.exports = { ], }, { - title: "Data provider", + title: "Custom Script", children: [ { title: "Data Source", directory: true, - path: "/data-provider/data-source", + path: "/custom-script/data-source", }, { title: "Oracle Script", directory: true, - path: "/data-provider/oracle-script", + path: "/custom-script/oracle-script", }, ], }, diff --git a/docs/README.md b/docs/README.md index 109dc30..d1ad523 100755 --- a/docs/README.md +++ b/docs/README.md @@ -14,11 +14,11 @@ sections: - title: Decentralized Apps Integration desc: Discover how to integrate Band's oracle data into your applications icon: dapp - url: /developer/dapp-integrations/supported-blockchains + url: /band-standard-dataset/supported-blockchains.html - title: Technical Specifications desc: Specifications for the various standards used in BandChain's ecosystem icon: spec - url: /developer/technical-specifications/obi + url: /technical-specifications/obi stack: - title: Cosmos SDK desc: The blockchain framework powering BandChain diff --git a/docs/core-concepts/ibc-intregation.md b/docs/core-concepts/ibc-intregation.md deleted file mode 100644 index e69de29..0000000 diff --git a/docs/core-concepts/introduction.md b/docs/core-concepts/introduction.md deleted file mode 100644 index e10b99d..0000000 --- a/docs/core-concepts/introduction.md +++ /dev/null @@ -1 +0,0 @@ -# Introduction diff --git a/docs/core-concepts/network-participants.md b/docs/core-concepts/network-participants.md deleted file mode 100644 index e69de29..0000000 diff --git a/docs/core-concepts/oracle-web-assembly.md b/docs/core-concepts/oracle-web-assembly.md deleted file mode 100644 index e69de29..0000000 diff --git a/docs/data-provider/data-source/deployment.md b/docs/custom-script/data-source/deployment.md similarity index 100% rename from docs/data-provider/data-source/deployment.md rename to docs/custom-script/data-source/deployment.md diff --git a/docs/data-provider/data-source/implementation.md b/docs/custom-script/data-source/example.md similarity index 99% rename from docs/data-provider/data-source/implementation.md rename to docs/custom-script/data-source/example.md index 3d5aee2..e006e57 100644 --- a/docs/data-provider/data-source/implementation.md +++ b/docs/custom-script/data-source/example.md @@ -2,7 +2,7 @@ order: 2 --> -# Implementation +# Example To better explain the structure and implementation of a data source, let’s look at two possible examples. diff --git a/docs/data-provider/data-source/introduction.md b/docs/custom-script/data-source/introduction.md similarity index 100% rename from docs/data-provider/data-source/introduction.md rename to docs/custom-script/data-source/introduction.md diff --git a/docs/data-provider/oracle-script/deployment.md b/docs/custom-script/oracle-script/deployment.md similarity index 100% rename from docs/data-provider/oracle-script/deployment.md rename to docs/custom-script/oracle-script/deployment.md diff --git a/docs/data-provider/oracle-script/implementation.md b/docs/custom-script/oracle-script/example.md similarity index 99% rename from docs/data-provider/oracle-script/implementation.md rename to docs/custom-script/oracle-script/example.md index 67ecd66..3289232 100644 --- a/docs/data-provider/oracle-script/implementation.md +++ b/docs/custom-script/oracle-script/example.md @@ -2,7 +2,7 @@ order: 2 --> -# Implementation +# Example To better explain the structure and implementation of a oracle script, let’s look at the example below. diff --git a/docs/data-provider/oracle-script/introduction.md b/docs/custom-script/oracle-script/introduction.md similarity index 100% rename from docs/data-provider/oracle-script/introduction.md rename to docs/custom-script/oracle-script/introduction.md