From e11c27b1ab1407392854e8929ec1db001e0e5f1e Mon Sep 17 00:00:00 2001 From: yslcrypto Date: Wed, 9 Dec 2020 13:10:15 +0100 Subject: [PATCH] update toc --- docs/the_nimbus_book/src/SUMMARY.md | 17 ++++++++++------- docs/the_nimbus_book/src/switch-clients.md | 1 + 2 files changed, 11 insertions(+), 7 deletions(-) create mode 100644 docs/the_nimbus_book/src/switch-clients.md diff --git a/docs/the_nimbus_book/src/SUMMARY.md b/docs/the_nimbus_book/src/SUMMARY.md index 5753d05bb..d68076334 100644 --- a/docs/the_nimbus_book/src/SUMMARY.md +++ b/docs/the_nimbus_book/src/SUMMARY.md @@ -21,19 +21,22 @@ - [Mainnet preparations](./preparation.md) - [Email notifications](./email-notifications.md) - [Graffiti the blockchain](./graffiti.md) -- [Nimbus binaries](./binaries.md) -- [Troubleshooting](./troubleshooting.md) +- [Download binaries](./binaries.md) +- [Troubleshoot](./troubleshooting.md) - [Recover / generate keys](./more-keys.md) +- [Migrate keys to another machine]() +- [Perform a voluntary exit](./voluntary-exit.md) + # Tutorials -- [Grafana and Prometheus](metrics-pretty-pictures.md) +- [Grafana and Prometheus](./metrics-pretty-pictures.md) - [Network stats + monitoring](./eth2-stats.md) -- [Set up a systemd service](./beacon-node-systemd.md) -- [Your own Infura endpoint](infura-guide.md) -- [Perform a voluntary exit](voluntary-exit.md) -- [Run just the beacon node]() +- [Setup a systemd service](./beacon-node-systemd.md) +- [Create your own Infura endpoint](./infura-guide.md) - [Switch between clients]() + # Reference - [Advanced options]() +- [Hardware and cloud hosting]() - [Windows users]() - [API](./api.md) - [Command line options](./options.md) diff --git a/docs/the_nimbus_book/src/switch-clients.md b/docs/the_nimbus_book/src/switch-clients.md new file mode 100644 index 000000000..6828ad136 --- /dev/null +++ b/docs/the_nimbus_book/src/switch-clients.md @@ -0,0 +1 @@ +# Switch between clients