1
0
Fork 0

fix(docs): Add recurse attribute to Readmore tag

This commit is contained in:
Benjamin F 2022-12-29 05:42:58 -08:00
parent 1634f986c4
commit 08a89bb81e

View file

@ -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 />
```