Skip to content

Commit

Permalink
docs: revert to blobstream-x-deploy for blobstream-x- doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jcstein committed Aug 27, 2024
1 parent f1ef75d commit 02eaf84
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -724,10 +724,6 @@ function sidebarHome() {
text: "Local SP1 Blobstream operators",
collapsed: true,
items: [
{
text: "Requesting data commitment ranges",
link: "/developers/blobstream-x-requesting-data-commitment-ranges",
},
{
text: "New SP1 Blobstream deployments",
link: "/developers/sp1-blobstream-deploy",
Expand All @@ -748,6 +744,16 @@ function sidebarHome() {
}
]
},
{
text: "Local Blobstream X operators",
collapsed: true,
items: [
{
text: "Requesting data commitment ranges",
link: "/developers/blobstream-x-requesting-data-commitment-ranges",
},
]
},
{
text: "Blobstream X audits",
collapsed: true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ To run the Blobstream X operator with local proving, follow this [guide](https:/

Local proving allows self-generating the proofs and submitting them to an existing BlobstreamX contract.
Alternatively, if a team needs a very specific cadence that starts at very specific heights, they can deploy their own
BlobstreamX contract and submit proofs to it. Deployment instructions can be found in the [SP1 Blobstream deployment](./sp1-blobstream-deploy.md)
BlobstreamX contract and submit proofs to it. Deployment instructions can be found in the [BlobstreamX deploy](./blobstream-x-deploy.md)
documentation.

::: Note
Expand Down

0 comments on commit 02eaf84

Please sign in to comment.