Skip to content

Commit

Permalink
[Docs] Move quickstart/configuration and installation
Browse files Browse the repository at this point in the history
  • Loading branch information
ch1bo committed May 6, 2024
1 parent 4961666 commit 7214115
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,4 @@
---
sidebar_position: 3
---

# QuickStart

```mdx-code-block
import TerminalWindow from '@site/src/components/TerminalWindow';
```

> Your first steps with a `hydra-node`.
# Configuration

Running a Hydra head means running a Hydra node connected to some other Hydra nodes and connected to a Cardano node. A working [cardano-node](https://github.com/input-output-hk/cardano-node/) is therefore a pre-requisite for running a Hydra head. In this guide, we won't go over details about running a Cardano node and we invite you to look for existing documentation on the matter if need be.

Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ module.exports = {
},
{
type: "doc",
id: "getting-started/installation",
id: "installation",
label: "Installation",
},
{
type: "doc",
id: "getting-started/quickstart",
id: "configuration",
label: "Configuration",
},
{
Expand Down

0 comments on commit 7214115

Please sign in to comment.