• Resolved reformstudios

    (@reformstudios)


    I’m struggling to get the documentation_hierarchy shortcode to display the full hierarchy of my documentation. How should I do this?
    I’ve tried changing all the defaults to a larger value but I am still only seeing the parent document nodes.
    Thanks!
    example :
    [documentation_hierarchy supernode_height=”4″ root_depth=”4″ supernode_subnode_depth=”4″ subnode_depth=”4″]

    https://wordpress.org/plugins/documentation/

Viewing 1 replies (of 1 total)
  • Hi,

    You can simply use a high value for the root_depth attribute, for example:

    [documentation_hierarchy root_depth="1000"]

    This indicates the number of levels to include from the root level, in this case up to 1000 deep.

    If you place that on a page, you should get a full tree of the documentation structure.

    Reference http://docs.itthinx.com/document/documentation/shortcodes/

    Cheers

Viewing 1 replies (of 1 total)
  • The topic ‘How to list all documents with hierarchy shortcode’ is closed to new replies.