From a1a1970dc1fb37457b0178facc7ddd1957ea8a42 Mon Sep 17 00:00:00 2001 From: mfahampshire Date: Fri, 11 Aug 2023 13:08:19 +0200 Subject: [PATCH] updated readme with soon to be operator doc URL --- documentation/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/README.md b/documentation/README.md index 3330b3e969..e074f7cdfe 100644 --- a/documentation/README.md +++ b/documentation/README.md @@ -2,5 +2,6 @@ * `docs` contains technical documentation hosted at [https://nymtech.net/docs](https://nymtech.net/docs) * `dev-portal` contains developer documentation hosted at [https://nymtech.net/developers](https://nymtech.net/developers) +* `operators` contains node setup and maintenance guides hosted at [https://nymtech.net/operators](https://nymtech.net/operators) Each directory contains a readme with more information about running and contributing to the projects. Each is built with [`mdbook`](https://rust-lang.github.io/mdBook/index.html) - use `mdbook serve` to build and serve them (defaults to `localhost:3000`).