Hi, hope someone can point me in the right direction. I'm trying to create a child page from a parent page.
Parent
--> Child
In order to do so, I've used the nested-docs plugin. In my Child page, I've set the parent to my Parent page. Granted, the relationship is created however I can't seem to make it work where I should be able to access the page using the nested url which is "{baseUrl}/parent/child". Is there additional config changes that I need to do for this? Thanks!