Skip to content

Commit 2ea0e04

Browse files
authored
Docs: Add note about getComponentPathLine
1 parent f787650 commit 2ea0e04

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/Components.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@ module.exports = {
1212
};
1313
```
1414

15-
> **Note:** All paths are relative to config folder.
15+
> **Note:** All paths are relative to the config folder.
1616
1717
> **Note:** Use [ignore](Configuration.md#ignore) option to exclude some files from the style guide.
1818
19+
> **Note:** Use [getComponentPathLine](Configuration.md#getcomponentpathline) option to change a path you see below a component name.
20+
1921
## Sections
2022

2123
Group components into sections or add extra Markdown documents to your style guide.

0 commit comments

Comments
 (0)