Skip to content

Commit

Permalink
feat: improve visibility of resource hub and home (#396)
Browse files Browse the repository at this point in the history
* feat: improve visibility of resource hub and home

* chore: bump version to 4.2.1

---------

Co-authored-by: Tanay Pant <tanaypantprotonmail.com>
  • Loading branch information
tanay1337 authored Mar 12, 2024
1 parent 4ada22e commit 45d609b
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.2.0",
"version": "4.2.1",
"description": "Safe docs",
"scripts": {
"build": "next build",
Expand Down
19 changes: 7 additions & 12 deletions pages/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,17 @@
"title": "Advanced",
"type": "page"
},
"resource-hub": {
"title": "Resource Hub",
"type": "page",
"theme": {
"layout": "raw"
}
},
"help": {
"title": "Help",
"type": "menu",
"items": {
"resource-hub": {
"title": "Resource Hub",
"href": "/resource-hub"
},
"glossary": {
"title": "Glossary",
"href": "/glossary"
Expand All @@ -29,14 +32,6 @@
}
}
},
"resource-hub": {
"title": "Resource Hub",
"type": "page",
"display": "hidden",
"theme": {
"layout": "raw"
}
},
"glossary": {
"title": "Glossary",
"display": "hidden",
Expand Down
4 changes: 4 additions & 0 deletions pages/advanced/_meta.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"home": {
"title": "← Go Home",
"href": "../home/what-is-safe"
},
"-- Safe Smart Account": {
"type": "separator",
"title": "Safe Smart Account"
Expand Down
4 changes: 4 additions & 0 deletions pages/sdk/_meta.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"home": {
"title": "← Go Home",
"href": "../home/what-is-safe"
},
"-- Safe{Core} AA SDK": {
"type": "separator",
"title": "Safe{Core} AA SDK"
Expand Down

0 comments on commit 45d609b

Please sign in to comment.