From d863c82a426cae2b70976a8eda675c5bbaf98a59 Mon Sep 17 00:00:00 2001 From: Ana Loznianu Date: Tue, 23 May 2023 17:30:23 +0000 Subject: [PATCH] GITBOOK-244: change request with no subject merged in GitBook --- .../contribute (1) (1) (1).png} | Bin .../contribute (1) (1).png} | Bin .../contribute (1) (2).png} | Bin .gitbook/assets/{ => cover}/data_science.png | Bin .gitbook/assets/{ => cover}/developer_tutorials.png | Bin .gitbook/assets/{ => cover}/discover.png | Bin .gitbook/assets/{ => cover}/infrastructure.png | Bin .gitbook/assets/{ => cover}/rewards.png | Bin .gitbook/assets/{ => cover}/user_guides.png | Bin README.md | 2 +- contribute/README.md | 2 +- data-science/README.md | 2 +- developers/README.md | 2 +- .../list-fixed-rate-exchanges.md | 4 ++-- discover/README.md | 2 +- infrastructure/README.md | 2 +- rewards/README.md | 2 +- user-guides/README.md | 2 +- 18 files changed, 10 insertions(+), 10 deletions(-) rename .gitbook/assets/{contribute (1).png => cover/contribute (1) (1) (1).png} (100%) rename .gitbook/assets/{contribute (2).png => cover/contribute (1) (1).png} (100%) rename .gitbook/assets/{contribute.png => cover/contribute (1) (2).png} (100%) rename .gitbook/assets/{ => cover}/data_science.png (100%) rename .gitbook/assets/{ => cover}/developer_tutorials.png (100%) rename .gitbook/assets/{ => cover}/discover.png (100%) rename .gitbook/assets/{ => cover}/infrastructure.png (100%) rename .gitbook/assets/{ => cover}/rewards.png (100%) rename .gitbook/assets/{ => cover}/user_guides.png (100%) diff --git a/.gitbook/assets/contribute (1).png b/.gitbook/assets/cover/contribute (1) (1) (1).png similarity index 100% rename from .gitbook/assets/contribute (1).png rename to .gitbook/assets/cover/contribute (1) (1) (1).png diff --git a/.gitbook/assets/contribute (2).png b/.gitbook/assets/cover/contribute (1) (1).png similarity index 100% rename from .gitbook/assets/contribute (2).png rename to .gitbook/assets/cover/contribute (1) (1).png diff --git a/.gitbook/assets/contribute.png b/.gitbook/assets/cover/contribute (1) (2).png similarity index 100% rename from .gitbook/assets/contribute.png rename to .gitbook/assets/cover/contribute (1) (2).png diff --git a/.gitbook/assets/data_science.png b/.gitbook/assets/cover/data_science.png similarity index 100% rename from .gitbook/assets/data_science.png rename to .gitbook/assets/cover/data_science.png diff --git a/.gitbook/assets/developer_tutorials.png b/.gitbook/assets/cover/developer_tutorials.png similarity index 100% rename from .gitbook/assets/developer_tutorials.png rename to .gitbook/assets/cover/developer_tutorials.png diff --git a/.gitbook/assets/discover.png b/.gitbook/assets/cover/discover.png similarity index 100% rename from .gitbook/assets/discover.png rename to .gitbook/assets/cover/discover.png diff --git a/.gitbook/assets/infrastructure.png b/.gitbook/assets/cover/infrastructure.png similarity index 100% rename from .gitbook/assets/infrastructure.png rename to .gitbook/assets/cover/infrastructure.png diff --git a/.gitbook/assets/rewards.png b/.gitbook/assets/cover/rewards.png similarity index 100% rename from .gitbook/assets/rewards.png rename to .gitbook/assets/cover/rewards.png diff --git a/.gitbook/assets/user_guides.png b/.gitbook/assets/cover/user_guides.png similarity index 100% rename from .gitbook/assets/user_guides.png rename to .gitbook/assets/cover/user_guides.png diff --git a/README.md b/README.md index 359683c1..b8b1a775 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ --- description: Help for wherever you are on your Ocean Protocol journey. -cover: .gitbook/assets/contribute.png +cover: .gitbook/assets/cover/contribute (1) (2).png coverY: 0 layout: landing --- diff --git a/contribute/README.md b/contribute/README.md index b6558ad9..a99cefd1 100644 --- a/contribute/README.md +++ b/contribute/README.md @@ -1,7 +1,7 @@ --- title: Ways to Contribute description: Help to improve and develop Ocean core software. -cover: ../.gitbook/assets/contribute.png +cover: ../.gitbook/assets/cover/contribute (1) (2).png coverY: 0 --- diff --git a/data-science/README.md b/data-science/README.md index b81a3fee..cf58b455 100644 --- a/data-science/README.md +++ b/data-science/README.md @@ -1,6 +1,6 @@ --- description: Data Science -cover: ../.gitbook/assets/data_science.png +cover: ../.gitbook/assets/cover/data_science.png coverY: 0 --- diff --git a/developers/README.md b/developers/README.md index a4a38faa..55f63dc6 100644 --- a/developers/README.md +++ b/developers/README.md @@ -1,5 +1,5 @@ --- -cover: ../.gitbook/assets/developer_tutorials.png +cover: ../.gitbook/assets/cover/developer_tutorials.png coverY: 0 --- diff --git a/developers/using-ocean-subgraph/list-fixed-rate-exchanges.md b/developers/using-ocean-subgraph/list-fixed-rate-exchanges.md index 61fa7e46..ff9a8134 100644 --- a/developers/using-ocean-subgraph/list-fixed-rate-exchanges.md +++ b/developers/using-ocean-subgraph/list-fixed-rate-exchanges.md @@ -4,7 +4,7 @@ description: 'Discover the World of NFTs: Retrieving a List of Fixed-rate exchan # Get fixed-rate exchanges -Having gained knowledge about fetching lists of data NFTs and datatokens and extracting specific information about each, let's now explore the process of retrieving the information of fixed-rate exchanges. A fixed-rate exchange refers to a mechanism where data assets can be traded at a predetermined rate or price. These exchanges offer stability and predictability in data transactions, enabling users to securely and reliably exchange data assets based on fixed rates If you need a refresher on fixed rate exchanges, visit the #TODO - Ana add link. +Having gained knowledge about fetching lists of data NFTs and datatokens and extracting specific information about each, let's now explore the process of retrieving the information of fixed-rate exchanges. A fixed-rate exchange refers to a mechanism where data assets can be traded at a predetermined rate or price. These exchanges offer stability and predictability in data transactions, enabling users to securely and reliably exchange data assets based on fixed rates. If you need a refresher on fixed-rate exchanges, visit the [asset pricing](../asset-pricing.md#fixed-pricing) page. @@ -72,7 +72,7 @@ axios(config) {% endtab %} {% tab title="Python" %} -The Python script below can be used to run the query and retrieve a list of fixed-rate exchanges. If you wish to change the network, then replace the value of variable `base_url` as needed. +The Python script below can be used to run the query and retrieve a list of fixed-rate exchanges. If you wish to change the network, then replace the value of the variable `base_url` as needed. **Create script** diff --git a/discover/README.md b/discover/README.md index 74087c1a..817a2797 100644 --- a/discover/README.md +++ b/discover/README.md @@ -1,6 +1,6 @@ --- description: Why Ocean Protocol? -cover: ../.gitbook/assets/discover.png +cover: ../.gitbook/assets/cover/discover.png coverY: 7.413145539906106 --- diff --git a/infrastructure/README.md b/infrastructure/README.md index 5afc0bc9..a21d9d44 100644 --- a/infrastructure/README.md +++ b/infrastructure/README.md @@ -1,6 +1,6 @@ --- description: Infrastructure -cover: ../.gitbook/assets/infrastructure.png +cover: ../.gitbook/assets/cover/infrastructure.png coverY: 0 --- diff --git a/rewards/README.md b/rewards/README.md index 0e614f33..0efe05e4 100644 --- a/rewards/README.md +++ b/rewards/README.md @@ -1,6 +1,6 @@ --- description: An overview of Ocean Protocol's governance and incentives mechanisms -cover: ../.gitbook/assets/rewards.png +cover: ../.gitbook/assets/cover/rewards.png coverY: 0 --- diff --git a/user-guides/README.md b/user-guides/README.md index 397957ce..07210c2d 100644 --- a/user-guides/README.md +++ b/user-guides/README.md @@ -1,6 +1,6 @@ --- description: User guides -cover: ../.gitbook/assets/user_guides.png +cover: ../.gitbook/assets/cover/user_guides.png coverY: 0 ---