File tree 2 files changed +15
-12
lines changed
2 files changed +15
-12
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ The primary reason to consider using local proof generation for your application
13
13
14
14
_ With local proof generation, you can generate proofs about your private data, while your private data never leaves your machine._
15
15
16
+ [ Bonsai ] : ./remote-proving.md
16
17
[ open-source ] : https://risczero.com/news/open-source
17
18
[ zkVM ] : ../zkvm/zkvm_overview.md
18
19
[ feature flags ] : https://github.com/risc0/risc0#feature-flags
Original file line number Diff line number Diff line change @@ -65,31 +65,21 @@ export default {
65
65
label : "Quick Start" ,
66
66
id : "zkvm/quickstart" ,
67
67
} ,
68
- {
69
- type : "doc" ,
70
- label : "Rust Resources" ,
71
- id : "zkvm/rust-resources" ,
72
- } ,
73
68
{
74
69
type : "doc" ,
75
70
label : "Hello World Tutorial" ,
76
71
id : "zkvm/tutorials/hello-world" ,
77
72
} ,
78
73
{
79
74
type : "doc" ,
80
- label : "zkVM technical specification " ,
81
- id : "zkvm/zkvm-specification " ,
75
+ label : "Rust Resources " ,
76
+ id : "zkvm/rust-resources " ,
82
77
} ,
83
78
{
84
79
type : "link" ,
85
80
label : "API Reference Docs" ,
86
81
href : "https://docs.rs/risc0-zkvm/" ,
87
82
} ,
88
- {
89
- type : "link" ,
90
- label : "Source code" ,
91
- href : "https://github.com/risc0/risc0" ,
92
- } ,
93
83
] ,
94
84
} ,
95
85
{
@@ -163,5 +153,17 @@ export default {
163
153
} ,
164
154
] ,
165
155
} ,
156
+ {
157
+ type : "category" ,
158
+ label : "Reference" ,
159
+ collapsed : true ,
160
+ items : [
161
+ {
162
+ type : "doc" ,
163
+ label : "zkVM technical specification" ,
164
+ id : "zkvm/zkvm-specification" ,
165
+ } ,
166
+ ] ,
167
+ } ,
166
168
] ,
167
169
} ;
You can’t perform that action at this time.
0 commit comments