From a8c2e11f7c518adfbacacc574bb4637cedce47eb Mon Sep 17 00:00:00 2001 From: podlisk <53303640+podlisk@users.noreply.github.com> Date: Fri, 9 Feb 2024 22:36:44 +0200 Subject: [PATCH] Updated documentation accoridngly --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ea980fb..1fad60c 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ python3 guruCollectionToConfluence.py \ --space-key '~PRIVATESPACE' \ --parent 999999 \ --organization myorg + --date-disclaimer yes ``` * `--collection-dir`: path to the extracted guru collection @@ -24,6 +25,7 @@ python3 guruCollectionToConfluence.py \ * `--space-key`: Confluence space that will contain the imported collection (see below "obtaining space key") * `--parent`: page ID that should contain the imported collections (see below "obtaining parent page id") * `--organization`: the subdomain part / name of the organization (i.e. "bestcorp" if the Confluence url is "bestcorp.atlassian.net") +* `--date-disclaimer`: yes will add disclaimer with the original date at the top of each page ### Obtaining the space key