diff --git a/.vitepress/config.ts b/.vitepress/config.ts index 3c9fad30775..7eb34cdfa56 100644 --- a/.vitepress/config.ts +++ b/.vitepress/config.ts @@ -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", @@ -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, diff --git a/developers/blobstream-x-requesting-data-commitment-ranges.md b/developers/blobstream-x-requesting-data-commitment-ranges.md index 85c084360e8..be35b67a653 100644 --- a/developers/blobstream-x-requesting-data-commitment-ranges.md +++ b/developers/blobstream-x-requesting-data-commitment-ranges.md @@ -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