From d8109c6e82551ae02979f36235716f870499ba8d Mon Sep 17 00:00:00 2001 From: Ryan Date: Wed, 7 Jun 2023 16:28:53 -0700 Subject: [PATCH] readme --- README.md | 40 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 39 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ae347a3..3f760cf 100644 --- a/README.md +++ b/README.md @@ -530,8 +530,46 @@ See [Confluence TOC Macro] for the list of parameters - keep in mind that here they start with capital letters. Every skipped field will have the default value, so feel free to include only the ones that you require. - [Confluence TOC Macro]:https://confluence.atlassian.com/conf59/table-of-contents-macro-792499210.html + +### Insert PageTree + +```markdown +# Heading1 + +``` + +The pagetree macro works almost the same as the TOC above, but the tree behavior +is different, and desireable for creating placeholders for libraries of docs. + +The default pagetree behavior is to insert a tree rooted at target page. + +The following parameters can be used to alter your configured options as +described in the link below: + +* Title (of tree root page) +* Sort +* Excerpt +* Reverse +* SearchBox +* ExpandCollapseAll +* StartDepth + +[Confluence Pagetree Macro]:https://confluence.atlassian.com/conf59/page-tree-macro-792499177.html + +E.G. +```markdown + + +# This is my nice title + +:pagetree: +``` + ### Insert Children Display To include Children Display (TOC displaying children pages) use following macro: