Skip to content

Commit 6c7c85c

Browse files
authored
chore: fix markdown lint (#2742)
<!-- Please read and fill out this form before submitting your PR. Please make sure you have reviewed our contributors guide before submitting your first PR. NOTE: PR titles should follow semantic commits: https://www.conventionalcommits.org/en/v1.0.0/ --> ## Overview <!-- Please provide an explanation of the PR, including the appropriate context, background, goal, and rationale. If there is an issue with this information, please provide a tl;dr and link the issue. Ex: Closes #<issue number> -->
1 parent fdc59ab commit 6c7c85c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/learn/config.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ This document provides a comprehensive reference for all configuration options a
2828
- [DA Header Namespace](#da-namespace)
2929
- [DA Data Namespace](#da-data-namespace)
3030
- [DA Block Time](#da-block-time)
31-
- [DA Start Height](#da-start-height)
3231
- [DA Mempool TTL](#da-mempool-ttl)
3332
- [P2P Configuration (`p2p`)](#p2p-configuration-p2p)
3433
- [P2P Listen Address](#p2p-listen-address)

tools/da-debug/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ da-debug search 100 "0x000000000000000000000000000000000000000000000000000000746
6363

6464
All commands support these global flags:
6565

66+
<!-- markdown-link-check-disable -->
6667
- `--da-url string`: DA layer JSON-RPC URL (default: "http://localhost:7980")
68+
<!-- markdown-link-check-enable -->
6769
- `--auth-token string`: Authentication token for DA layer
6870
- `--timeout duration`: Request timeout (default: 30s)
6971
- `--verbose`: Enable verbose logging

0 commit comments

Comments
 (0)