Hi @avohayneville-
This is not currently easy to do. I’ve opened a pull request because this seems useful:
https://github.com/boonebgorges/buddypress-docs/pull/611
If you can wait until 2.1 arrives in a couple of months, it’ll be easy, assuming the change is accepted.
Best,
-David
I should say that it is easy to remove the parent section entirely, if that’s what you want to do:
add_filter( 'bp_docs_allow_parent_doc_setting', '__return_false');
But controlling the toggle state isn’t as easy.
Thanks @dcavins, with that filter it’s enough.