Skip to content

Commit 29ef3c6

Browse files
committed
children: remove unused page parameter from docs matcornic#336
1 parent 564efc5 commit 29ef3c6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

exampleSite/content/shortcodes/children/_index.en.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "List the child pages of a page"
44
title = "Children"
55
+++
66

7-
The `children` shortcode lists the child pages of a page and its descendants .
7+
The `children` shortcode lists the child pages of the current page and its descendants .
88

99
{{% children sort="weight" %}}
1010
## Usage
@@ -35,7 +35,6 @@ While the examples are using shortcodes with named parameter you are free to als
3535

3636
| Name | Default | Notes |
3737
|:-------------------|:------------------|:------------|
38-
| **page** | _<current>_ | Specify the page name (section name) to display children for. |
3938
| **containerstyle** | `ul` | Choose the style used to group all children. It could be any HTML tag name. |
4039
| **style** | `li` | Choose the style used to display each descendant. It could be any HTML tag name. |
4140
| **showhidden** | `false` | When `true`, child pages hidden from the menu will be displayed aswell. |

0 commit comments

Comments
 (0)