diff --git a/documentation/operators/book.toml b/documentation/operators/book.toml index c39bb1c6a1..4202abc3f9 100644 --- a/documentation/operators/book.toml +++ b/documentation/operators/book.toml @@ -52,9 +52,11 @@ minimum_rust_version = "1.66" platform_release_version = "v1.1.22" wallet_release_version = "v1.2.5" -[preprocessor.last-changed] -command = "mdbook-last-changed" -renderer = ["html"] + +# [preprocessor.last-changed] +# command = "mdbook-last-changed" +# renderer = ["html"] + # used for grabbing output of binary commands for automation # https://github.com/FauconFan/mdbook-cmdrun @@ -85,7 +87,7 @@ curly-quotes = true # mathjax-support = false # useful if we want to pull equations in copy-fonts = true no-section-label = false -additional-css = ["theme/pagetoc.css", "././mdbook-admonish.css", "last-changed.css"] +additional-css = ["theme/pagetoc.css", "././mdbook-admonish.css"] #,"last-changed.css"] additional-js = ["theme/pagetoc.js"] git-repository-url = "https://github.com/nymtech/nym" git-repository-icon = "fa-github" diff --git a/documentation/operators/src/SUMMARY.md b/documentation/operators/src/SUMMARY.md index f767aec6f7..04d855952f 100644 --- a/documentation/operators/src/SUMMARY.md +++ b/documentation/operators/src/SUMMARY.md @@ -18,6 +18,5 @@ - [Nyx Validator Setup](./nodes/validator-setup.md) - [Maintenance](./nodes/maintenance.md) - [Troubleshooting](./nodes/troubleshooting.md) - + diff --git a/documentation/operators/src/faq.md b/documentation/operators/src/faq.md index 4fbc17694a..0de60740bd 100644 --- a/documentation/operators/src/faq.md +++ b/documentation/operators/src/faq.md @@ -31,7 +31,7 @@ For more detailed calculation, read our blog post [Nym Token Economics update](h ### Which VPS providers would you recommend? -Consider in which jurisdiction they reside and where they want to run a mix node. Do you want to pay by crypto or not and what are the other important particularities for your case? We always recommend operators to try to chose smaller and decentralized VPS providers over the most known ones controlling a majority of the internet. We recieve some good feedback on these: Hertzner, DigitalOcean, Linode, Ghandi and Exoscale. Do your own research and share with the community. +Consider in which jurisdiction you reside and where do you want to run a mix node. Do you want to pay by crypto or not and what are the other important particularities for your case? We always recommend operators to try to chose smaller and decentralized VPS providers over the most known ones controlling a majority of the internet. We recieve some good feedback on these: Hertzner, DigitalOcean, Linode, Ghandi and Exoscale. Do your own research and share with the community. ### Why is a mixnode setup on a self-hosted machine so tricky? diff --git a/documentation/operators/src/nodes/mix-node-setup.md b/documentation/operators/src/nodes/mix-node-setup.md index 7e1cafa64c..f8981fed68 100644 --- a/documentation/operators/src/nodes/mix-node-setup.md +++ b/documentation/operators/src/nodes/mix-node-setup.md @@ -1,17 +1,3 @@ - - # Mix Nodes > The Nym mix node binary was built in the [building nym](https://nymtech.net/operators/binaries/building-nym.html) section. If you haven't yet built Nym and want to run the code, go there first.