axro-gmbh/markdown-to-confluence-sync
This syncs a given directory or single file as child page(s) to a Confluence parent ID page.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| cloud | the Confluence cloud instance name | yes | — |
| user | the user with sufficient privileges to create pages | yes | — |
| token | user token | yes | — |
| parent_page_id | the page ID of the parent page. The childpages will appear under this page. | yes | — |
| space_key | the Confluence space key | yes | — |
| input_directory | the directory or directories (comma seperated) with markdown files to sync | no | — |
| input_file | the location of the markdown file to sync | no | — |
| exclude_files | markdown files to exclude from syncing | no | — |
| full_width | create Confluence page in full-width | no | — |
Outputs
| name | description |
|---|---|
| links | title and link of uploaded or updated page(s) |