Skip to content

Commit

Permalink
Update sidebars.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bucanero committed Jul 19, 2023
1 parent 99f5f31 commit 598f454
Showing 1 changed file with 23 additions and 4 deletions.
27 changes: 23 additions & 4 deletions website/sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -561,13 +561,27 @@
]
},
{
"Community Components": ["bos/community/indexers"]
"BOS API": [
"bos/api/home",
"bos/api/cache",
"bos/api/clipboard",
"bos/api/fetch",
"bos/api/near",
"bos/api/primitives",
"bos/api/social",
"bos/api/state",
"bos/api/storage"
]
},
{
"BOS API": ["bos/api/home", "bos/api/cache", "bos/api/clipboard", "bos/api/fetch", "bos/api/near", "bos/api/primitives", "bos/api/social", "bos/api/state", "bos/api/storage"]
"Dev Tools": [
"bos/dev/intro",
"bos/dev/vscode",
"bos/dev/bos-loader"
]
},
{
"Dev Tools": ["bos/dev/intro", "bos/dev/vscode", "bos/dev/bos-loader"]
"Indexing Tools": ["bos/community/indexers"]
},
{
"type": "html",
Expand Down Expand Up @@ -618,7 +632,12 @@
"value": "<span class='menu__link'><b><small> NEAR Social </small></b></span>"
},
{
"Social DB": ["social/intro", "social/contract", "social/standards", "social/tech"]
"Social DB": [
"social/intro",
"social/contract",
"social/standards",
"social/tech"
]
}
],
"integrate": [
Expand Down

0 comments on commit 598f454

Please sign in to comment.