Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/blobstreamx-docs' into blobstrea…
Browse files Browse the repository at this point in the history
…mx-docs
  • Loading branch information
rach-id committed Jan 24, 2024
2 parents 2d95ba9 + 5ac1fe6 commit c217b26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 68 deletions.
30 changes: 4 additions & 26 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -403,29 +403,7 @@ function sidebarHome() {
{
text: "Blobstream for validators",
collapsed: true,
items: [
{
text: "Install the binary",
link: "/nodes/blobstream-binary",
},
{
text: "Blobstream Orchestrator",
link: "/nodes/blobstream-orchestrator",
},
{ text: "Key management", link: "/nodes/blobstream-keys" },
{
text: "Blobstream Relayer",
link: "/nodes/blobstream-relayer",
},
{
text: "Deploy the contract",
link: "/nodes/blobstream-deploy",
},
{
text: "Blobstream Bootstrapper",
link: "/nodes/blobstream-bootstrapper",
},
],
items: [],
},
],
},
Expand Down Expand Up @@ -533,15 +511,15 @@ function sidebarHome() {
items: [
{
text: "Integrate with Blobstream contracts",
link: "/developers/blobstream-contracts",
link: "/developers/blobstreamx-contracts",
},
{
text: "Integrate with Blobstream client",
link: "/developers/blobstream-offchain",
link: "/developers/blobstreamx-offchain",
},
{
text: "Querying the Blobstream proofs",
link: "/developers/blobstream-proof-queries",
link: "/developers/blobstreamx-proof-queries",
},
],
},
Expand Down
42 changes: 0 additions & 42 deletions importBlobstream.mjs

This file was deleted.

0 comments on commit c217b26

Please sign in to comment.