docs: update public guides#2185
Open
Mirko-von-Leipzig wants to merge 11 commits into
Open
Conversation
Collaborator
Author
|
cc @igamigo who might be interested in the local network setup. |
sergerad
reviewed
Jun 2, 2026
|
|
||
| # Migrations | ||
|
|
||
| Occasaionally, a new node version requires storage schema changes. These can be applied using the `mgirate` command |
Collaborator
There was a problem hiding this comment.
Suggested change
| Occasaionally, a new node version requires storage schema changes. These can be applied using the `mgirate` command | |
| Occasionally, a new node version requires storage schema changes. These can be applied using the `migrate` command |
sergerad
reviewed
Jun 2, 2026
| Please report any issues, ask questions or leave feedback in the | ||
| [Miden node repository](https://github.com/0xMiden/node/issues/new/choose). | ||
|
|
||
| This includes outdated, misleading, incorrect or just plain confusing information :) |
Collaborator
There was a problem hiding this comment.
nit: This sentence is unnecessary
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR revamps the external/public facing docs to the new distributes sequencer/full node configuration.
I have also:
ci.make compose-xtomake local-network-xI still need to do the network operator guide. It does contain content, but that was AI generated and has not had a pass (or three) done on it. Please ignore that section.
I would suggest reviewing using the actual docusaurus server, and not as raw markdown nor the diffs since this is effectively a full rewrite. Also note that the guides use a
binary/dockertab split.make install-tools cd docs/external npm ci npm run start:devI'll keep pushing changes until the operator guide is complete as well; but this is a large chunk so having reviews come in would be great.