This repository was archived by the owner on Aug 7, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 56
chore: update docs for v1 (1/n) #564
Merged
Merged
Changes from 12 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
84e6767
update docs
tac0turtle 9e8b27f
amend toc
tac0turtle df72553
clean up docs
tac0turtle d90c9bc
add docs on config
tac0turtle 58dda90
add link to metrci docs
tac0turtle 087f382
updats to docs
tac0turtle 42474f1
some linting
tac0turtle 0edcfda
short description of sequencing
tac0turtle 76678c5
remove wordle
tac0turtle 2e52c2c
update gm app
tac0turtle d9126dd
fix config
tac0turtle 12e7aeb
remove line from config
tac0turtle a9abd94
add things to config and reintroduce full node guide
tac0turtle c8a81f8
remove evm
tac0turtle a9d7e1f
minor updates
tac0turtle 84f5e32
fix build
tac0turtle 6d6974e
fix flag
tac0turtle 37fa138
fix build
tac0turtle File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
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.
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.
💡 Verification agent
🧩 Analysis chain
Fix the empty "single sequencer" page.
According to the PR comments, the "single sequencer" page is empty, but it's being linked here in the navigation. Ensure that the content for
/tutorials/sequencing/singleis properly implemented before merging this PR.🏁 Script executed:
Length of output: 323
Implement content for the “Single Sequencer” tutorial page
Our verification shows that while the navigation entry in
.vitepress/config.tscorrectly links to/tutorials/sequencing/single, the target file is essentially empty:• Exists but only ~19 bytes in size (placeholder)
Please populate
single.mdwith the full tutorial content (overview, code examples, explanations, etc.) before merging this PR.🤖 Prompt for AI Agents