workable/Docs-as-code with Confluence
Publishes documentation (requires an MkDocs config) to Confluence
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| confluence_tenant | Your Atlassian tenant name | yes | — |
| confluence_space | The key of the space to host your documentation | yes | — |
| confluence_user | The username used to authenticate with Confluence REST API | yes | — |
| confluence_token | The token used to authenticate with Confluence REST API | yes | — |
| confluence_parent_page | The title of an existing page to use as parent | no | — |
| confluence_title_prefix | This prefix will be prepended to all confluence page titles | no | — |
| confluence_force_update | When set to "yes" all pages will be published to confluence including unchanged | no | no |
| confluence_cleanup | When set to "yes" all pages will be deleted from confluence | no | no |
| kroki_enabled | When "yes" conversion of Mermaid & PlantUML graphs into images (png) using "kroki.io" | no | yes |
| kroki_host | Overwrite to use a local kroki deployment | — | https://kroki.io |
| mermaid_renderer | The strategy to use for mermaid graphs. Can be one of "none", "kroki" or "mermaid-plugin" | no | — |
| plantuml_renderer | The strategy to use for plantUml graphs. Can be one of "none", "kroki" or "plantuml" | no | — |
Outputs
no outputs