diff --git a/docs-source/getting-started/organization/child-pages.md b/docs-source/getting-started/organization/child-pages.md index f7c1429..25bdc03 100644 --- a/docs-source/getting-started/organization/child-pages.md +++ b/docs-source/getting-started/organization/child-pages.md @@ -19,11 +19,11 @@ To add a page as a child of another page, simply add the child page as an object "pages": [ { "title": "Parent Page", - "path": "./path/to/parent-page.md", + "source": "./path/to/parent-page.md", "children": [ { "title": "Child Page", - "path": "./path/to/child-page.md" + "source": "./path/to/child-page.md" } ] } @@ -35,4 +35,4 @@ To add a page as a child of another page, simply add the child page as an object } ``` -The `children` property is optional. Not specifying a `children` property on your page definition is the same as specifying the property as an empty array. \ No newline at end of file +The `children` property is optional. Not specifying a `children` property on your page definition is the same as specifying the property as an empty array.