docs: small revision to the documentation#512
Merged
mergify[bot] merged 4 commits intosigp:unstablefrom Aug 19, 2025
Merged
Conversation
|
|
dknopik
reviewed
Aug 18, 2025
Member
dknopik
left a comment
There was a problem hiding this comment.
Awesome, thanks! Some minor nitpicks:
docs/docs/pages/index.mdx
Outdated
| </div> | ||
| <div className="stat-item"> | ||
| <div className="stat-number">12</div> | ||
| <div className="stat-number">13</div> |
Member
There was a problem hiding this comment.
This is automatically updated on push
docs/docs/pages/cli-keygen.mdx
Outdated
|
|
||
| Anchor will look for the key file inside the directory specific by `--datadir`, unless you | ||
| specify it via `--key-file`. | ||
| Anchor will look for the key file in the default directory `~/.anchor/{network`, or the directory specified by `--datadir`. No newline at end of file |
docs/docs/pages/introduction.mdx
Outdated
| Need Help? | ||
| - Check our [FAQ](/faq) for common questions | ||
| - Join the community on [GitHub](https://github.com/sigp/anchor) | ||
| - Join the community on [Discord] (https://discord.com/invite/cyAszAh) |
Member
There was a problem hiding this comment.
remove space between Discord und link
Member
Author
Thanks for the detailed review. All revised in e1d5c70 |
17 tasks
diegomrsantos
pushed a commit
to diegomrsantos/anchor
that referenced
this pull request
Aug 26, 2025
Zacholme7
pushed a commit
to Zacholme7/anchor
that referenced
this pull request
Aug 27, 2025
petarjuki7
pushed a commit
to petarjuki7/anchor
that referenced
this pull request
Sep 6, 2025
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.
Small revision to the docs:
what-is-ssvpage as I think it is a bit of overlapping and the content is not really necessary (I move some of it to introduction), feel free to revert if this is not okI didn't add a guide to run Anchor as I think the current
Running an Operatoris sufficient. I think there is no need to add a guide for stakers part of it, as stakers will most probably not use Anchor (as they will likely delegate to operators to run the node, as noted by @dknopik)