From a48221688043b72a8143c4a79df270fdd935fb35 Mon Sep 17 00:00:00 2001 From: Aryan Malik Date: Thu, 23 May 2024 13:11:48 +0530 Subject: [PATCH 1/3] Fixed Broken links --- build/4-nfts-api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/4-nfts-api.md b/build/4-nfts-api.md index f7b425c8..72452d3b 100644 --- a/build/4-nfts-api.md +++ b/build/4-nfts-api.md @@ -30,7 +30,7 @@ API is for creating and managing NFTs. To prepare images and metadata for your N | ---------------- | ---------- | ------------------------------------------------------------------------------------------------------ | | createTime | `DateTime` | Collection create time. | | updateTime | `DateTime` | Collection last update time. | -| collectionType | `number` | Type of smart contract to use for collection. Available types are described [here](#collection-types). | +| collectionType | `number` | Type of smart contract to use for collection. Available types are described [here](#collection-type). | | collectionUuid | `string` | Unique key of a collection. | | symbol | `string` | NFT collection symbol (usually 3-4 characters long). | | name | `string` | NFT collection name. | @@ -316,7 +316,7 @@ An NFT Collection can be created with a few features/functionalities: 2 types of collections are supported: 1. Generic collection, which represents an extension of the ERC-721 standard for EVM collections and the PSP-34 standard for substrate collections. You can read more about these standards [here](/web3-services/4-nfts.html#nft-files) -2. Nestable collection which allows nesting NFTs under each other (based on [RMRKs ERC-7401](https://evm.rmrk.app/general-overview/rmrk-legos/nestable) NFT standard - EVM only) +2. Nestable collection which allows nesting NFTs under each other (based on [RMRKs ERC-7401](https://evm.rmrk.app/nestable) NFT standard - EVM only) Additionally, 2 chain types/environments are supported: EVM and Substrate. From f31edf07f27b5ebfacb72ffe19b545697961077f Mon Sep 17 00:00:00 2001 From: Aryan Malik Date: Thu, 23 May 2024 18:07:57 +0530 Subject: [PATCH 2/3] Fixed typos and grammatical errors --- build/6-apillon-cli.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/6-apillon-cli.md b/build/6-apillon-cli.md index fb26d978..668a4839 100644 --- a/build/6-apillon-cli.md +++ b/build/6-apillon-cli.md @@ -66,7 +66,7 @@ For commands that return a list of results, for example `apillon storage list-fi - `--page `: Page number - `--search `: Search by name or other object identifier -> For example responses and for an overview of all properties, refer to [the Apillon API wiki](https://wiki.apillon.io/build/1-apillon-api.html). Note: CLI responses may be dfferent from API responses. +> For example responses and for an overview of all properties, refer to [the Apillon API wiki](https://wiki.apillon.io/build/1-apillon-api.html). Note: CLI responses may be different from API responses. # Commands @@ -782,8 +782,8 @@ jobs: #### ## if you are using a framework for building web app, you can replace previous two step with the - ## appropriate command for generating static webpage, like an example bellow. - ## Find the correct command in your framework documentation. You may need to to change the + ## appropriate command for generating static webpage, like the example below. + ## Find the correct command in your framework documentation. You may need to change the ## name of the source folder in the last step (CLI call) #### From cf0bc94b2998741350a4f0ab60b373fa2ecc4d8f Mon Sep 17 00:00:00 2001 From: Aryan Malik Date: Thu, 23 May 2024 18:43:25 +0530 Subject: [PATCH 3/3] Fixed typos --- build/9-social-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/9-social-api.md b/build/9-social-api.md index b5252fd3..4f62081b 100644 --- a/build/9-social-api.md +++ b/build/9-social-api.md @@ -1,6 +1,6 @@ # Social API -The Social API provides endpoints to list, get and create subsocial entities used in tge [Grill widget](https://github.com/dappforce/grillchat/tree/main/integration). +The Social API provides endpoints to list, get and create subsocial entities used in the [Grill widget](https://github.com/dappforce/grillchat/tree/main/integration). Spaces and posts are the main entities provided by it, which may be a bit unfamiliar to a developer who is trying to include the Grill widget into a website. Apillon changes the naming of these entities into **Hub** and **Channel**, and takes care of the whole blockchain and IPFS aspect, the result being a simple configuration which can be used to setup a Grill widget on any website.