diff --git a/manual/documentation.php b/manual/documentation.php index 1851e3cf2..f2029c2a9 100644 --- a/manual/documentation.php +++ b/manual/documentation.php @@ -277,6 +277,18 @@ $menu = array('Getting started' => 'Column aggregation' ), ), + 'Hierarchical data' => array( + 'Introduction', + 'Adjacency list' => array( + 'Introduction'), + 'NestedSet' => array( + 'Introduction'), + 'Materialized path' => array( + 'Introduction', + ), + ), + + 'Configuration' => array( 'Introduction',