From 3fb673e869eb215a670b715304f47aeafa616126 Mon Sep 17 00:00:00 2001 From: Ilyar <761285+ilyar@users.noreply.github.com> Date: Thu, 27 Jul 2023 16:52:13 +0200 Subject: [PATCH] fix: normalize slug for url and order --- src/standard/TIP-1/1.md | 3 ++- src/standard/TIP-1/2.md | 3 ++- src/standard/TIP-1/_category_.json | 3 +-- src/standard/TIP-3/_category_.json | 3 +-- src/standard/TIP-4/_category_.json | 3 +-- src/standard/TIP-6/_category_.json | 3 +-- 6 files changed, 8 insertions(+), 10 deletions(-) diff --git a/src/standard/TIP-1/1.md b/src/standard/TIP-1/1.md index 2af4cc379..714b21a6d 100644 --- a/src/standard/TIP-1/1.md +++ b/src/standard/TIP-1/1.md @@ -2,6 +2,7 @@ title: 1.1 COPYLEFT sidebar_position: 1 description: Developer business models and license information +slug: /standard/TIP-1.1 --- # COPYLEFT (TIP-1.1) @@ -112,4 +113,4 @@ To recap the proposed system is compatible with all four essential freedoms: [^4]: [Economics in a Sharded Blockchain — Section 06 — Developer Business Models](https://near.org/papers/economics-in-sharded-blockchain/#developer-business-models) -[^5]: [Misinterpreting Copyright — A Series of Errors](https://www.gnu.org/philosophy/misinterpreting-copyright.en.html) \ No newline at end of file +[^5]: [Misinterpreting Copyright — A Series of Errors](https://www.gnu.org/philosophy/misinterpreting-copyright.en.html) diff --git a/src/standard/TIP-1/2.md b/src/standard/TIP-1/2.md index 14bb5a244..c0776888f 100644 --- a/src/standard/TIP-1/2.md +++ b/src/standard/TIP-1/2.md @@ -2,8 +2,9 @@ title: 1.2 MYCODE sidebar_position: 2 description: Returns the Cell with the current code of the smartcontract +slug: /standard/TIP-1.2 --- # MYCODE (TIP-1.2) -`F82A` — `MYCODE (- s)` — returns the Cell with the current code of the smartcontract. Equivalent to `GETPARAM 10`. Smartcontract has own code which cell representation can be obtained by this instruction. \ No newline at end of file +`F82A` — `MYCODE (- s)` — returns the Cell with the current code of the smartcontract. Equivalent to `GETPARAM 10`. Smartcontract has own code which cell representation can be obtained by this instruction. diff --git a/src/standard/TIP-1/_category_.json b/src/standard/TIP-1/_category_.json index 16a6113a6..135fb96f2 100644 --- a/src/standard/TIP-1/_category_.json +++ b/src/standard/TIP-1/_category_.json @@ -1,6 +1,5 @@ { - "position": 0, - "collapsed": false, + "position": 1, "label": "TIP-1 TVM Opcode", "link": { "slug": "standard/TIP-1", diff --git a/src/standard/TIP-3/_category_.json b/src/standard/TIP-3/_category_.json index 3310075f5..f99a44e02 100644 --- a/src/standard/TIP-3/_category_.json +++ b/src/standard/TIP-3/_category_.json @@ -1,5 +1,4 @@ { - "position": 1, - "collapsed": false, + "position": 3, "label": "TIP-3 FT" } diff --git a/src/standard/TIP-4/_category_.json b/src/standard/TIP-4/_category_.json index d8435a100..486e27ada 100644 --- a/src/standard/TIP-4/_category_.json +++ b/src/standard/TIP-4/_category_.json @@ -1,5 +1,4 @@ { - "position": 2, - "collapsed": false, + "position": 4, "label": "TIP-4 NFT" } diff --git a/src/standard/TIP-6/_category_.json b/src/standard/TIP-6/_category_.json index 1587e673b..727a26ca7 100644 --- a/src/standard/TIP-6/_category_.json +++ b/src/standard/TIP-6/_category_.json @@ -1,5 +1,4 @@ { - "position": 3, - "collapsed": false, + "position": 6, "label": "TIP-6" }