-
Notifications
You must be signed in to change notification settings - Fork 16
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
docs: Node operator doc fixes #1771
docs: Node operator doc fixes #1771
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good improvements, thanks a lot :)
Wondering if we should just comment out the TODO URL sections for now or leave them there with the TODO urls.
7f8a1b5
to
0ebcc59
Compare
✅ Vercel Preview Deployment is ready! |
✅ Vercel Preview Deployment is ready! |
This PR is ready to be merged but for some reason the |
✅ Vercel Preview Deployment is ready! |
@PhilippGackstatter repo settings need to be updated to require the correct job, I asked Thomas to update |
✅ Vercel Preview Deployment is ready! |
* fix(docs): Replace "a IOTA" with "an IOTA" * fix(docs): Typos and incorrect URLs in full node config * fix(docs): Update staking numbers and fix style * fix(nre): Fix typos, style and urls in node operator guide * fix(docs): Fix data management typos and content * fix(docs): Typos and style fixes in snapshots * feat(devx): poc import config READMEs in wiki while keeping the READMEs valid * fix(docs): Proofread node tools * fix(docs): Rename tasks section to operation * fix(docs): Proofread node monitoring * fix(docs): Comment out TODO URLs * fix(docs): dprint fmt * refactor(docs): Pull validator tool into wiki as well --------- Co-authored-by: Lucas Tortora <[email protected]> Co-authored-by: Thoralf-M <[email protected]>
Description of change
Proofread the node operator section. Deduplicates the validator task file which existed in the wiki and in the
nre
directory within the repo (thanks @lucas-tortora).A local self-compiled network was successfully setup following the instructions in the wiki pages.
The docker, ansible and systemd setup was NOT tested. It seems much more appropriate for someone from DevOps to check these since they have the most experience with node deployment and operation. They can also better decide whether we want to support all of those configurations or perhaps only the docker one, for example.
Tasks that weren't possible to do in this PR or follow-up tasks from this PR are documented in #1867.
Links to any relevant issues
fixes #1290