From e41572c20fa4be335e7b50e23c33b437949cd853 Mon Sep 17 00:00:00 2001 From: Ryan Date: Wed, 7 Jun 2023 16:36:30 -0700 Subject: [PATCH] readme --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3f760cf..afec26d 100644 --- a/README.md +++ b/README.md @@ -535,17 +535,19 @@ value, so feel free to include only the ones that you require. ### Insert PageTree ```markdown -# Heading1 +# My First Heading ``` 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. +is more desireable for creating placeholder pages above collectiosn of SOPs. -The default pagetree behavior is to insert a tree rooted at target page. +The default pagetree macro behavior is to insert a tree rooted @self. -The following parameters can be used to alter your configured options as -described in the link below: +The following parameters can be used to alter your default configuration with +parameters described more in depth here:[Confluence Pagetree Macro]. + +Parameters: * Title (of tree root page) * Sort @@ -565,7 +567,7 @@ E.G. ExpandCollapseAll: 'true' StartDepth: 2 --> -# This is my nice title +# My First Heading :pagetree: ```