Skip to content

Commit

Permalink
Updated documentation accoridngly
Browse files Browse the repository at this point in the history
  • Loading branch information
podlisk authored Feb 9, 2024
1 parent 34a169e commit a8c2e11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit a8c2e11

Please sign in to comment.