Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

node: Add missing links to the Network Parameters page #860

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/node/genesis-doc.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Genesis Document

A genesis document contains the initial state of an Oasis Network, and all the
necessary information for launching that particular network (i.g. [Mainnet],
necessary information for launching that particular network (e.g. [Mainnet],
[Testnet]).

:::info
Expand Down Expand Up @@ -30,11 +30,11 @@ Up to date information about the current genesis file and the current genesis
document's hash can be found on the Network Parameters page ([Mainnet],
[Testnet]).

:::
anzoman marked this conversation as resolved.
Show resolved Hide resolved

[Mainnet]: mainnet/README.md
[Testnet]: testnet/README.md

:::

## Parameters

This sections explains some of the key parameters of the genesis document.
Expand Down
3 changes: 3 additions & 0 deletions docs/node/run-your-node/validator-node.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,9 @@ of that machine.

To use this configuration, save it in the `/node/etc/config.yml` file:

[Mainnet]: ../mainnet/README.md
[Testnet]: ../testnet/README.md

```yaml title="/node/etc/config.yml"
mode: validator
common:
Expand Down