diff options
author | Thomas Kulik <thomas.kulik@telekom.de> | 2020-03-11 13:13:52 +0100 |
---|---|---|
committer | Thomas Kulik <thomas.kulik@telekom.de> | 2020-03-11 13:32:38 +0100 |
commit | fb8a0eea26492371b52eb08c0433db12ef96cf49 (patch) | |
tree | 005ddf5fd5357fa88b3631c70960abe50ec99584 /tools/example.pagelist | |
parent | d785281c6a1c5726f9b892072657ce2a69f556cc (diff) |
doc tools added
Issue-ID: DOC-588
Signed-off-by: Thomas Kulik <thomas.kulik@telekom.de>
Change-Id: Id9bb976a94d6f7ccd9ff00c623e80e8defc4568d
Diffstat (limited to 'tools/example.pagelist')
-rw-r--r-- | tools/example.pagelist | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/tools/example.pagelist b/tools/example.pagelist new file mode 100644 index 000000000..fad01e525 --- /dev/null +++ b/tools/example.pagelist @@ -0,0 +1,27 @@ +# +# c2m example pagelist +# +# example pagelist (field descriptions below); it uses the delimiter "|" for the four fields per line +# copy/paste page id and title from wiki; to get the wiki page_id you have to login to the wiki, open the page and choose e.g. the history +# depth: use depth to follow down the child-pages hierarchy if required: -1=infinte, 0=no children, #=number of child-pages to follow +# every hierarchy "0" entry will lead into the creation of a dedicated working directory where the page and child-pages are stored +# for better readability you can add spaces to the list, but use "|" as a delimiter +# lines starting with a # are filtered by c2m +# +# hierarchy | page_id | page_title | depth +# +0 | 1018748 | ONAP Portal | 0 +1.1 | 1018759 | ONAP Portal for users | 0 +1.2 | 1018762 | ONAP Portal for administrators | 0 +1.2.1 | 1018764 | Admins | 0 +1.2.2 | 1018811 | Users | 0 +1.2.3 | 1018821 | Portal Admins | 0 +1.2.4 | 1018826 | Application Onboarding | 0 +1.2.5 | 1018832 | Widget Onboarding | 0 +1.2.6 | 1018835 | Edit Functional Menu | 0 +1.2.7 | 16004953 | Portal Microservices Onboarding | 0 +# +# in case you want to export to only one single output page (that contains all child-pages of the above example) use: +# +# 0 | 1018748 | ONAP Portal | -1 +# |