Skip to content

Commit 3fe9d70

Browse files
committed
Doc updates
1 parent 6515faa commit 3fe9d70

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,15 @@ export default defineMarkdownConfig({
309309
});
310310
```
311311

312+
You can also leverage the `exclude` property to indirectly modify things like custom metadata records you do
313+
not want included in the custom metadata type object documentation.
314+
315+
```typescript
316+
//...
317+
exclude: ['**/*.md-meta.xml']
318+
//...
319+
```
320+
312321
### Excluding Tags from Appearing in the Documentation
313322

314323
Note: Only works for Markdown documentation.

0 commit comments

Comments
 (0)