-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from SmartTokenLabs/feat/hide-not-ready
feat: 🎸 hide not ready
- Loading branch information
Showing
13 changed files
with
18 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"ens-tutorial": { "title": "ENS Tutorial", "display": "hidden" }, | ||
"smart-cat-tutorial": { "title": "Smart Cat Tutorial", "display": "hidden" } | ||
} |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
{ | ||
"tokenscript-project": "TokenScript Project Overview", | ||
"tokenscript-syntax": "TokenScript Syntax", | ||
"tokenscript-project": { | ||
"title": "TokenScript Project Overview", | ||
"display": "hidden" | ||
}, | ||
"tokenscript-syntax": { "title": "TokenScript Syntax", "display": "hidden" }, | ||
"integrate-wallet": "Integrate to wallets", | ||
"extra-features": "Extra Features" | ||
} |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
{ | ||
"release": "Release Notes", | ||
"release": { "title": "Release Notes", "display": "hidden" }, | ||
"erc5169": "What is ERC-5169", | ||
"tokenscript": "What is TokenScript", | ||
"smart-layer-network": "What is Smart Layer Network", | ||
"tokenscript": { "title": "What is TokenScript", "display": "hidden" }, | ||
"smart-layer-network": { | ||
"title": "What is Smart Layer Network", | ||
"display": "hidden" | ||
}, | ||
"smart-layer-launchpad": "What is Smart Layer Launchpad" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"hello-world": "Hello World", | ||
"hello-world": { "title": "Hello World", "display": "hidden" }, | ||
"tokenscript-cli": "TokenScript CLI", | ||
"implement5169": "How to implement ERC-5169" | ||
} |
This file was deleted.
Oops, something went wrong.