Skip to content

Commit

Permalink
Add faq to sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
ch1bo committed May 8, 2024
1 parent 4ea4bd4 commit d9d0f62
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 1 addition & 3 deletions docs/docs/faq.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Frequently Asked Questions

> And their answers!
<details>
<summary>When Hydra?</summary>

Expand Down Expand Up @@ -57,7 +55,7 @@ Setting protocol parameters with `fee > 0` will enforce that transactions in the
</details>

<details>
<summary> Is it possible to us a different protocol parameters in the Hydra Head?</summary>
<summary> Is it possible to use different protocol parameters in the Hydra Head?</summary>

In principle, yes! The ledger used for L2 transactions is configurable and can use the same or different protocol parameters as the L1. **But there is a catch!** If UTxOs get snapshotted on the L2, they can only be fanned out on the L1 **exactly** like they were snapshotted.

Expand Down
5 changes: 5 additions & 0 deletions docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ module.exports = {
},
],
},
{
type: "doc",
id: "faq",
label: "FAQ",
},
{
type: "html",
value: "<small><b>Reference</b></small>",
Expand Down

0 comments on commit d9d0f62

Please sign in to comment.