Skip to content

Commit

Permalink
Move operating a hydra node to how-to
Browse files Browse the repository at this point in the history
  • Loading branch information
ch1bo committed May 8, 2024
1 parent c46c2f9 commit 2f9164c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 18 deletions.
2 changes: 1 addition & 1 deletion docs/docs/how-to/commit-blueprint.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 99
sidebar_position: 1
---

# Commit using a blueprint
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sidebar_position: 6
---

# Operating a Hydra Node
# Operate a Hydra Node

```mdx-code-block
import TerminalWindow from '@site/src/components/TerminalWindow';
Expand Down
4 changes: 4 additions & 0 deletions docs/docs/how-to/submit-transaction.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
sidebar_position: 2
---

# Submit a transaction

To submit a transaction to an already open Head, you need to use `NewTx` command of the WebSocket API.
Expand Down
1 change: 0 additions & 1 deletion docs/docs/run-on-mainnet.md

This file was deleted.

15 changes: 0 additions & 15 deletions docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,21 +53,6 @@ module.exports = {
type: "autogenerated",
dirName: "how-to",
},
{
type: "doc",
id: "run-on-mainnet",
label: "Run Hydra on mainnet",
},
{
type: "link",
href: "/",
label: "Use Hydra in a DApp",
},
{
type: "link",
href: "/",
label: "Commit a script to a head",
},
],
},
{
Expand Down

0 comments on commit 2f9164c

Please sign in to comment.