doc: remove deprecated nearup references#138
Conversation
There was a problem hiding this comment.
Pull request overview
Removes deprecated nearup references from node/validator documentation by deleting nearup-specific guides, renaming “without-nearup” pages to cleaner IDs, and updating related text/links to neard-based instructions.
Changes:
- Remove
nearupsections/commands from validator bootcamp and platform-specific “run a node” guides. - Rename RPC/archival “without-nearup” docs by updating their Docusaurus
ids and internal links. - Delete the RPC/archival
*-with-nearup.mdpages.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/validator/validator-bootcamp.md | Removes NearUp install/run/log references and updates troubleshooting wording. |
| docs/validator/running-a-node-windows.md | Removes nearup installation/usage and replaces run instructions with neard init/run. |
| docs/validator/running-a-node-macos-linux.md | Removes nearup/docker usage instructions and points to Docker guide + neard init/run. |
| docs/rpc/run-rpc-node.md | Updates doc id and internal links to the new route; adjusts validator-doc reference. |
| docs/rpc/run-rpc-node-with-nearup.md | Deletes the nearup-based RPC node guide. |
| docs/archival/run-archival-node.md | Updates doc id and internal links to the new route; adjusts validator-doc reference. |
| docs/archival/run-archival-node-with-nearup.md | Deletes the nearup-based archival node guide. |
Comments suppressed due to low confidence (3)
docs/archival/run-archival-node.md:6
- Changing the doc
idwill change the published URL for this page in Docusaurus, so any existing inbound links to/archival/run-archival-node-without-nearupwill 404. Consider adding a redirect/stub page at the old ID (or configuring redirects) so the old URL forwards users to the new/archival/run-archival-node.
docs/rpc/run-rpc-node.md:20 - Grammar: “a RPC node” should be “an RPC node”.
docs/rpc/run-rpc-node.md:6 - Changing the doc
idwill change the published URL for this page in Docusaurus, so any existing inbound links to/rpc/run-rpc-node-without-nearupwill 404. Consider adding a redirect/stub page at the old ID (or configuring redirects) so the old URL forwards users to the new/rpc/run-rpc-node.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
This doc is very old and outdated, does it make sense to modify it?
There was a problem hiding this comment.
definitely, however I suggest doing it in separate PRs
There was a problem hiding this comment.
okay, since it was already broken, it doesn't matter if we break it more by removing some commands 🤣
Remove all references to the deprecated
nearuptool across node documentation.run-rpc-node.md,run-archival-node.md) and update their IDs/linksvalidator-bootcamp.md: remove NearUp install/usage sections, nearup log commands, and nearup references in troubleshooting