fix(docs): Add recurse attribute to Readmore tag
This commit is contained in:
parent
1634f986c4
commit
08a89bb81e
1 changed files with 4 additions and 0 deletions
|
@ -158,6 +158,10 @@ The list is automatically generated from the pages in the subdirectories
|
|||
of the documentation page's directory.
|
||||
This tag is typically used on overview pages, such as our [Markdown guide](/guides/markdown) page.
|
||||
|
||||
| Attribute | Default | Description |
|
||||
| ----:| ------- | ----------- |
|
||||
| `recurse` | `false` | Include all child-pages and sub-child-pages in the entire directory tree |
|
||||
|
||||
```markdown
|
||||
<ReadMore />
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue