Compare commits
3 Commits
v0.3.3
...
renovate/c
Author | SHA1 | Date | |
---|---|---|---|
b259beac50 | |||
136d9c72b6 | |||
f3553e9dfd |
@ -357,9 +357,10 @@ class MkdocsWithConfluence(BasePlugin):
|
|||||||
"type": "page",
|
"type": "page",
|
||||||
"title": page_name,
|
"title": page_name,
|
||||||
"space": {"key": space},
|
"space": {"key": space},
|
||||||
"ancestors": [{"id": parent_page_id}],
|
|
||||||
"body": {"storage": {"value": page_content_in_storage_format, "representation": "storage"}},
|
"body": {"storage": {"value": page_content_in_storage_format, "representation": "storage"}},
|
||||||
}
|
}
|
||||||
|
if parent_page_id:
|
||||||
|
data["ancestors"] = [{"id": parent_page_id}]
|
||||||
logger.debug(f"DATA: {data}")
|
logger.debug(f"DATA: {data}")
|
||||||
if not self.dryrun:
|
if not self.dryrun:
|
||||||
try:
|
try:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "mkdocs-with-confluence"
|
name = "mkdocs-with-confluence"
|
||||||
version = "0.3.3"
|
version = "0.3.4"
|
||||||
description = "MkDocs plugin for uploading markdown documentation to Confluence via Confluence REST API"
|
description = "MkDocs plugin for uploading markdown documentation to Confluence via Confluence REST API"
|
||||||
authors = ["Nikolai Rodionov <allanger@zohomail.com>"]
|
authors = ["Nikolai Rodionov <allanger@zohomail.com>"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
3
renovate.json
Normal file
3
renovate.json
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
|
||||||
|
}
|
Reference in New Issue
Block a user