Child Pages
This components lists all the child pages of the current page with the depth of depth
prop, which is 1 by default.
You can see the component in `child-pages.tsx.
Usage
import ChildPages from '@site/src/components/child-pages';
<ChildPages />
// or with depth
<ChildPages depth={2} />