Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/learn/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ This document provides a comprehensive reference for all configuration options a
- [DA Header Namespace](#da-namespace)
- [DA Data Namespace](#da-data-namespace)
- [DA Block Time](#da-block-time)
- [DA Start Height](#da-start-height)
- [DA Mempool TTL](#da-mempool-ttl)
- [P2P Configuration (`p2p`)](#p2p-configuration-p2p)
- [P2P Listen Address](#p2p-listen-address)
Expand Down
2 changes: 2 additions & 0 deletions tools/da-debug/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ da-debug search 100 "0x000000000000000000000000000000000000000000000000000000746

All commands support these global flags:

<!-- markdown-link-check-disable -->
- `--da-url string`: DA layer JSON-RPC URL (default: "http://localhost:7980")
<!-- markdown-link-check-enable -->
Comment on lines +66 to +68
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For better maintainability and to avoid potential rendering issues with the list format, it's preferable to use an inline disable comment.

The markdown-link-check tool supports <!-- markdown-link-check-disable-line -->, which can be placed at the end of the line containing the link. This approach is cleaner as it modifies only the relevant line and ensures the markdown list structure remains intact.

Suggested change
<!-- markdown-link-check-disable -->
- `--da-url string`: DA layer JSON-RPC URL (default: "http://localhost:7980")
<!-- markdown-link-check-enable -->
- `--da-url string`: DA layer JSON-RPC URL (default: "http://localhost:7980") <!-- markdown-link-check-disable-line -->

- `--auth-token string`: Authentication token for DA layer
- `--timeout duration`: Request timeout (default: 30s)
- `--verbose`: Enable verbose logging
Expand Down
Loading