Skip to content

Commit 3fb673e

Browse files
committed
fix: normalize slug for url and order
1 parent bdb8ef5 commit 3fb673e

File tree

6 files changed

+8
-10
lines changed

6 files changed

+8
-10
lines changed

src/standard/TIP-1/1.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: 1.1 COPYLEFT
33
sidebar_position: 1
44
description: Developer business models and license information
5+
slug: /standard/TIP-1.1
56
---
67

78
# COPYLEFT (TIP-1.1)
@@ -112,4 +113,4 @@ To recap the proposed system is compatible with all four essential freedoms:
112113

113114
[^4]: [Economics in a Sharded Blockchain — Section 06 — Developer Business Models](https://near.org/papers/economics-in-sharded-blockchain/#developer-business-models)
114115

115-
[^5]: [Misinterpreting Copyright — A Series of Errors](https://www.gnu.org/philosophy/misinterpreting-copyright.en.html)
116+
[^5]: [Misinterpreting Copyright — A Series of Errors](https://www.gnu.org/philosophy/misinterpreting-copyright.en.html)

src/standard/TIP-1/2.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
title: 1.2 MYCODE
33
sidebar_position: 2
44
description: Returns the Cell with the current code of the smartcontract
5+
slug: /standard/TIP-1.2
56
---
67

78
# MYCODE (TIP-1.2)
89

9-
`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.
10+
`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.

src/standard/TIP-1/_category_.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
2-
"position": 0,
3-
"collapsed": false,
2+
"position": 1,
43
"label": "TIP-1 TVM Opcode",
54
"link": {
65
"slug": "standard/TIP-1",

src/standard/TIP-3/_category_.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"position": 1,
3-
"collapsed": false,
2+
"position": 3,
43
"label": "TIP-3 FT"
54
}

src/standard/TIP-4/_category_.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"position": 2,
3-
"collapsed": false,
2+
"position": 4,
43
"label": "TIP-4 NFT"
54
}

src/standard/TIP-6/_category_.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"position": 3,
3-
"collapsed": false,
2+
"position": 6,
43
"label": "TIP-6"
54
}

0 commit comments

Comments
 (0)