Skip to content

Commit 9953f45

Browse files
authored
minor docs improvements (risc0#1494)
I landed risc0#1468 with a few lingering suggestions. This PR addresses some of those.
1 parent c62acc2 commit 9953f45

File tree

2 files changed

+15
-12
lines changed

2 files changed

+15
-12
lines changed

website/api/generating-proofs/local-proving.md

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ The primary reason to consider using local proof generation for your application
1313
1414
_With local proof generation, you can generate proofs about your private data, while your private data never leaves your machine._
1515

16+
[Bonsai]: ./remote-proving.md
1617
[open-source]: https://risczero.com/news/open-source
1718
[zkVM]: ../zkvm/zkvm_overview.md
1819
[feature flags]: https://github.com/risc0/risc0#feature-flags

website/sidebarsApi.js

+14-12
Original file line numberDiff line numberDiff line change
@@ -65,31 +65,21 @@ export default {
6565
label: "Quick Start",
6666
id: "zkvm/quickstart",
6767
},
68-
{
69-
type: "doc",
70-
label: "Rust Resources",
71-
id: "zkvm/rust-resources",
72-
},
7368
{
7469
type: "doc",
7570
label: "Hello World Tutorial",
7671
id: "zkvm/tutorials/hello-world",
7772
},
7873
{
7974
type: "doc",
80-
label: "zkVM technical specification",
81-
id: "zkvm/zkvm-specification",
75+
label: "Rust Resources",
76+
id: "zkvm/rust-resources",
8277
},
8378
{
8479
type: "link",
8580
label: "API Reference Docs",
8681
href: "https://docs.rs/risc0-zkvm/",
8782
},
88-
{
89-
type: "link",
90-
label: "Source code",
91-
href: "https://github.com/risc0/risc0",
92-
},
9383
],
9484
},
9585
{
@@ -163,5 +153,17 @@ export default {
163153
},
164154
],
165155
},
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+
},
166168
],
167169
};

0 commit comments

Comments
 (0)