Skip to content

Commit 18dfedf

Browse files
committed
fix doc
1 parent 9fa48a7 commit 18dfedf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/contributing/weaver.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ instrumentation/<module-name>/
1616
├── models/ # Scaffolded / Generated by the DocGenerater task
1717
│ ├── registry_manifest.yaml # Registry metadata and dependencies
1818
│ ├── signals.yaml # Metrics and spans definitions
19-
│ └── attributes.yaml # (Optional) Attribute group definitions
19+
│ └── attributes.yaml # Attribute group definitions
2020
└── docs/ # Generated documentation goes here
21-
└── README.md # Auto-generated
21+
└── signals.md # Auto-generated
2222
```
2323

2424
## Usage
@@ -52,7 +52,7 @@ instrumentation/<module-name>/
5252
## Output
5353

5454
Generated documentation will appear in:
55-
- `instrumentation/<module-name>/docs/README.md`
55+
- `instrumentation/<module-name>/docs/signals.md`
5656

5757
## Manually Adding Weaver Support to a New Module
5858

0 commit comments

Comments
 (0)