Skip to content

Commit

Permalink
feat: 🎸 hide not ready
Browse files Browse the repository at this point in the history
  • Loading branch information
futantan committed Apr 4, 2024
1 parent 6ca2126 commit d2735a0
Show file tree
Hide file tree
Showing 13 changed files with 18 additions and 12 deletions.
4 changes: 2 additions & 2 deletions pages/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"introduction": "Introduction",
"quick-start": "Quick Start",
"advance": "Advance",
"tutorials": "Tutorials",
"tooling": "Tooling",
"tutorials": { "title": "Tutorials", "display": "hidden" },
"tooling": { "title": "Tooling", "display": "hidden" },
"storeWebsite": {
"title": "Launchpad ↗",
"type": "page",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 4 additions & 0 deletions pages/_tutorials/_meta.json
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.
7 changes: 5 additions & 2 deletions pages/advance/_meta.json
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"
}
9 changes: 6 additions & 3 deletions pages/introduction/_meta.json
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"
}
2 changes: 1 addition & 1 deletion pages/quick-start/_meta.json
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"
}
4 changes: 0 additions & 4 deletions pages/tutorials/_meta.json

This file was deleted.

0 comments on commit d2735a0

Please sign in to comment.