Skip to content

Commit

Permalink
Drop glossary
Browse files Browse the repository at this point in the history
Most of the terms should be explained now in the configuration page and
links to upstream are also broken now. If there is a need, more targeted
explainers or guides are preferred. For example like the [EUTxO crash
course](https://aiken-lang.org/fundamentals/eutxo).
  • Loading branch information
ch1bo committed May 8, 2024
1 parent 1b59ccd commit 4ea4bd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 54 deletions.
4 changes: 2 additions & 2 deletions docs/docs/dev/architecture/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ Messages are exchanged between nodes on different internal transitions and are a
The messages exchanged through the _Hydra Network_ layer between
participants are authenticated: Each message is
[signed](https://github.com/input-output-hk/hydra/issues/727) using
the [Hydra signing key](/docs/getting-started/glossary#signing-key) of the emitting party which is identified by
the corresponding [verification key](/docs/getting-started/glossary#verification-key). When a message with an unknown
the Hydra signing key of the emitting party which is identified by
the corresponding verification key. When a message with an unknown
or incorrect signature is received, it is dropped and a notification
is logged.

Expand Down
52 changes: 0 additions & 52 deletions docs/docs/getting-started/glossary.md

This file was deleted.

0 comments on commit 4ea4bd4

Please sign in to comment.