Skip to content

Commit

Permalink
rooch navigation (#3161)
Browse files Browse the repository at this point in the history
* fix #3037

* Update portal title in meta file

* Update 'Portal 入口' to 'Portal' in JSON

---------

Co-authored-by: jolestar <[email protected]>
  • Loading branch information
wow-sven and jolestar authored Jan 8, 2025
1 parent fdf092f commit 9f95827
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 16 deletions.
52 changes: 44 additions & 8 deletions docs/website/pages/_meta.en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,53 @@
"typesetting": "article"
}
},
"portal": {
"title": "Portal",
"grow": {
"title": "Grow",
"type": "page",
"href": "https://portal.rooch.network/",
"newWindow": true
"newWindow": true,
"href": "https://grow.rooch.network/"
},
"apps": {
"title": "Apps",
"explorer": {
"title": "Explorer",
"type": "page",
"href": "https://portal.rooch.network/apps",
"newWindow": true
"newWindow": true,
"href": "https://roochscan.io/"
},
"portal": {
"title": "Portal",
"type": "menu",
"items": {
"apps": {
"title": "Apps",
"type": "page",
"newWindow": true,
"href": "https://portal.rooch.network/apps"
},
"account": {
"title": "Account",
"type": "page",
"newWindow": true,
"href": "https://portal.rooch.network/account"
},
"faucet": {
"title": "Faucet",
"type": "page",
"newWindow": true,
"href": "https://portal.rooch.network/faucet"
},
"purchase_gas": {
"title": "Purchase Gas",
"type": "page",
"newWindow": true,
"href": "https://portal.rooch.network/gas-swap"
},
"marketplace": {
"title": "Marketplace",
"type": "page",
"newWindow": true,
"href": "https://portal.rooch.network/trade"
}
}
},
"404": {
"type": "page",
Expand Down
52 changes: 44 additions & 8 deletions docs/website/pages/_meta.zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,53 @@
"typesetting": "article"
}
},
"dashboard": {
"title": "Portal 入口",
"grow": {
"title": "Grow",
"type": "page",
"href": "https://portal.rooch.network/",
"newWindow": true
"newWindow": true,
"href": "https://grow.rooch.network/"
},
"apps": {
"title": "Apps",
"explorer": {
"title": "浏览器",
"type": "page",
"href": "https://portal.rooch.network/apps",
"newWindow": true
"newWindow": true,
"href": "https://roochscan.io/"
},
"portal": {
"title": "Portal",
"type": "menu",
"items": {
"apps": {
"title": "Apps",
"type": "page",
"newWindow": true,
"href": "https://portal.rooch.network/apps"
},
"account": {
"title": "账户",
"type": "page",
"newWindow": true,
"href": "https://portal.rooch.network/account"
},
"faucet": {
"title": "水龙头",
"type": "page",
"newWindow": true,
"href": "https://portal.rooch.network/faucet"
},
"purchase_gas": {
"title": "购买RGas",
"type": "page",
"newWindow": true,
"href": "https://portal.rooch.network/gas-swap"
},
"marketplace": {
"title": "市场",
"type": "page",
"newWindow": true,
"href": "https://portal.rooch.network/trade"
}
}
},
"404": {
"type": "page",
Expand Down

0 comments on commit 9f95827

Please sign in to comment.