-
Notifications
You must be signed in to change notification settings - Fork 234
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
passing category json down to preprocessed docs
- Loading branch information
1 parent
3d6fa5b
commit df60d68
Showing
14 changed files
with
27 additions
and
20 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"position": 0, | ||
"collapsible": true, | ||
"collapsed": true | ||
"collapsed": true, | ||
"label": "Aztec" | ||
} |
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,6 @@ | ||
{ | ||
"label": "Nodes and Clients", | ||
"position": 8, | ||
"collapsible": true, | ||
"collapsed": true | ||
"collapsed": true, | ||
"label": "Nodes and Clients" | ||
} |
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,6 @@ | ||
{ | ||
"label": "What is Aztec", | ||
"position": 0, | ||
"collapsible": true, | ||
"collapsed": true | ||
"collapsed": true, | ||
"label": "What is Aztec" | ||
} |
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,6 @@ | ||
{ | ||
"position": 3, | ||
"collapsible": true, | ||
"collapsed": true | ||
"collapsed": true, | ||
"label": "Roadmap" | ||
} |
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,6 @@ | ||
{ | ||
"position": 1, | ||
"collapsible": true, | ||
"collapsed": true | ||
"collapsed": true, | ||
"label": "Getting Started" | ||
} |
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,6 @@ | ||
{ | ||
"position": 2, | ||
"collapsible": true, | ||
"collapsed": true | ||
"collapsed": true, | ||
"label": "Guides" | ||
} |
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,6 @@ | ||
{ | ||
"label": "Guides", | ||
"position": 0, | ||
"collapsible": true, | ||
"collapsed": true | ||
"collapsed": true, | ||
"label": "Guides" | ||
} |
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,6 @@ | ||
{ | ||
"label": "Aztec.js", | ||
"position": 2, | ||
"collapsible": true, | ||
"collapsed": true | ||
"collapsed": true, | ||
"label": "Aztec.js" | ||
} |
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,6 @@ | ||
{ | ||
"label": "Development Environment", | ||
"position": 0, | ||
"collapsible": true, | ||
"collapsed": true | ||
"collapsed": true, | ||
"label": "Development Environment" | ||
} |
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,6 @@ | ||
{ | ||
"label": "Aztec.nr", | ||
"position": 1, | ||
"collapsible": true, | ||
"collapsed": true | ||
"collapsed": true, | ||
"label": "Aztec.nr" | ||
} |
3 changes: 2 additions & 1 deletion
3
docs/docs/reference/reference/sandbox_reference/_category_.json
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,6 @@ | ||
{ | ||
"position": 0, | ||
"collapsible": true, | ||
"collapsed": true | ||
"collapsed": true, | ||
"label": "Sandbox Reference" | ||
} |
3 changes: 2 additions & 1 deletion
3
docs/docs/reference/reference/smart_contract_reference/storage/_category_.json
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,6 @@ | ||
{ | ||
"position": 0, | ||
"collapsible": true, | ||
"collapsed": true | ||
"collapsed": true, | ||
"label": "Smart Contract Reference" | ||
} |
3 changes: 2 additions & 1 deletion
3
docs/docs/tutorials/tutorials/contract_tutorials/advanced/token_bridge/_category_.json
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,6 @@ | ||
{ | ||
"position": 2, | ||
"collapsible": true, | ||
"collapsed": true | ||
"collapsed": true, | ||
"label": "Token Bridge" | ||
} |
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