You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a Confluence Page for each markdown file. Each folder will create a _parent_ page to reflect
6
+
the directory structure.
7
+
8
+
## Parameters
9
+
10
+
| Name | Description | Required |
11
+
|-----------------------| --- | --- |
12
+
|`folder`| The folder to sync | true |
13
+
|`username`| Confluence username or email | true |
14
+
|`password`| Confluence password or [API token](https://support.atlassian.com/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/)| true |
15
+
|`confluence-base-url`| Your Confluence URL (with `wiki`). Example: `https://mydomain.atlassian.net/wiki`| true |
16
+
|`space-key`| Confluence space key to publish the documentation. Located after `spaces` in the URL. `https://mydomain.atlassian.net/wiki/spaces/<<~1234>>`. <br> Or in _Space settings_ > _Space details_ > _Key_. | true |
17
+
|`parent-page-id`| Page id under which the documentation will be published. Located after `pages` in the URL. `https://mydomain.atlassian.net/wiki/spaces/~1234/pages/<<1234>>/My+Parent+Page`| true |
18
+
19
+
## TODO
20
+
21
+
* Renaming a file
22
+
* Moving/Removing a file
23
+
* Not updating Confluence pages when there is no change
0 commit comments