mkdocs2confluence 0.13.2__tar.gz → 0.13.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {mkdocs2confluence-0.13.2/src/mkdocs2confluence.egg-info → mkdocs2confluence-0.13.4}/PKG-INFO +9 -3
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/README.md +8 -2
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/pyproject.toml +1 -1
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4/src/mkdocs2confluence.egg-info}/PKG-INFO +9 -3
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/cli.py +7 -8
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/skills/mkdocs-changelog/SKILL.md +21 -6
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/LICENSE +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/setup.cfg +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs2confluence.egg-info/SOURCES.txt +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs2confluence.egg-info/dependency_links.txt +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs2confluence.egg-info/entry_points.txt +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs2confluence.egg-info/requires.txt +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs2confluence.egg-info/top_level.txt +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/__init__.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/compiler/__init__.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/compiler/models.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/compiler/page.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/emitter/__init__.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/emitter/xhtml.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/ir/__init__.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/ir/document.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/ir/nodes.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/ir/treeutil.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/loader/__init__.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/loader/config.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/loader/extra_css.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/loader/nav.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/loader/page.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/parser/__init__.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/parser/markdown.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/pdf/__init__.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/pdf/generator.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/pdf/render.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/preprocess/__init__.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/preprocess/abbrevs.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/preprocess/fence.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/preprocess/frontmatter.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/preprocess/icons.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/preprocess/includes.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/preprocess/linkdefs.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/preview/__init__.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/preview/render.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/preview/server.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/publisher/__init__.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/publisher/changelog.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/publisher/client.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/publisher/executor.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/publisher/http_retry.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/publisher/models.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/publisher/pipeline.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/publisher/planner.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/skill_installer.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/sync/__init__.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/sync/anchoring.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/sync/command.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/sync/comments.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/sync/github.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/sync/platform.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/sync/state.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/transforms/__init__.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/transforms/abbrevs.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/transforms/assets.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/transforms/editlink.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/transforms/footer.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/transforms/images.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/transforms/internallinks.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/transforms/mermaid.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/tests/test_abbrevs.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/tests/test_changelog_config.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/tests/test_changelog_publish.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/tests/test_children_macro.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/tests/test_cli.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/tests/test_editlink.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/tests/test_emitter.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/tests/test_extra_css.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/tests/test_footer.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/tests/test_frontmatter.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/tests/test_icons.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/tests/test_images.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/tests/test_internallinks.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/tests/test_ir.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/tests/test_linkdefs.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/tests/test_loader.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/tests/test_mermaid.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/tests/test_page_loader.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/tests/test_parser.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/tests/test_pdf.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/tests/test_preprocess.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/tests/test_preview.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/tests/test_publish_client.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/tests/test_publish_config.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/tests/test_publish_pipeline.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/tests/test_server.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/tests/test_skill_installer.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/tests/test_sync_anchoring.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/tests/test_sync_command.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/tests/test_sync_comments.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/tests/test_sync_github.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/tests/test_sync_state.py +0 -0
- {mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/tests/test_treeutil.py +0 -0
{mkdocs2confluence-0.13.2/src/mkdocs2confluence.egg-info → mkdocs2confluence-0.13.4}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mkdocs2confluence
|
|
3
|
-
Version: 0.13.
|
|
3
|
+
Version: 0.13.4
|
|
4
4
|
Summary: Publish MkDocs Material pages to Confluence Cloud — admonitions, Mermaid diagrams, tabs, page properties and more
|
|
5
5
|
Author: Anders Hybertz
|
|
6
6
|
License: GPL-3.0-or-later
|
|
@@ -58,7 +58,10 @@ Dynamic: license-file
|
|
|
58
58
|
|
|
59
59
|
A Python CLI tool that compiles MkDocs-flavoured Markdown into **native Confluence storage XHTML** and publishes it directly to Confluence Cloud. It is a **compiler/transpiler**, not an HTML converter — every construct maps to its native Confluence equivalent, so pages look and behave like hand-authored Confluence content.
|
|
60
60
|
|
|
61
|
-
|
|
61
|
+
- **Publish** — compiles your full `nav:` tree and pushes only changed pages (SHA-256 skip, no unnecessary version bumps or notifications).
|
|
62
|
+
- **What's New page** — designate a `CHANGELOG.md` with `confluence.changelog` and mk2conf publishes it as a pinned top-level page on every run, so Confluence readers always have one place to see what changed.
|
|
63
|
+
- **AI changelog skill** — `mk2conf install-skill` installs a bundled AI skill into your editor (Claude Code, Copilot, Cursor, Hermes) that analyses git changes to your docs and drafts a dated entry in `CHANGELOG.md` when the changes are significant.
|
|
64
|
+
- **Review bridge** — `sync-comments` turns open Confluence page comments into GitHub pull request review threads and auto-resolves them in Confluence when the PR is merged.
|
|
62
65
|
|
|
63
66
|
> **Zensical compatible** — [Zensical](https://zensical.org/) is the modern successor to MkDocs + Material for MkDocs. Since it uses the same `mkdocs.yml` format and Python Markdown extensions, your Zensical project works with mk2conf today with no changes required.
|
|
64
67
|
|
|
@@ -128,12 +131,15 @@ mk2conf preview --page index.md --watch
|
|
|
128
131
|
# Dry-run: see what would be published
|
|
129
132
|
mk2conf publish --dry-run
|
|
130
133
|
|
|
131
|
-
# Publish all nav pages
|
|
134
|
+
# Publish all nav pages (and the changelog page if configured)
|
|
132
135
|
mk2conf publish
|
|
133
136
|
|
|
134
137
|
# Export a section to PDF
|
|
135
138
|
mk2conf pdf --section Guide --out guide.pdf
|
|
136
139
|
|
|
140
|
+
# Install the changelog AI skill into your editor
|
|
141
|
+
mk2conf install-skill
|
|
142
|
+
|
|
137
143
|
# Sync Confluence comments to GitHub PR review threads
|
|
138
144
|
mk2conf sync-comments
|
|
139
145
|
```
|
|
@@ -16,7 +16,10 @@
|
|
|
16
16
|
|
|
17
17
|
A Python CLI tool that compiles MkDocs-flavoured Markdown into **native Confluence storage XHTML** and publishes it directly to Confluence Cloud. It is a **compiler/transpiler**, not an HTML converter — every construct maps to its native Confluence equivalent, so pages look and behave like hand-authored Confluence content.
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
- **Publish** — compiles your full `nav:` tree and pushes only changed pages (SHA-256 skip, no unnecessary version bumps or notifications).
|
|
20
|
+
- **What's New page** — designate a `CHANGELOG.md` with `confluence.changelog` and mk2conf publishes it as a pinned top-level page on every run, so Confluence readers always have one place to see what changed.
|
|
21
|
+
- **AI changelog skill** — `mk2conf install-skill` installs a bundled AI skill into your editor (Claude Code, Copilot, Cursor, Hermes) that analyses git changes to your docs and drafts a dated entry in `CHANGELOG.md` when the changes are significant.
|
|
22
|
+
- **Review bridge** — `sync-comments` turns open Confluence page comments into GitHub pull request review threads and auto-resolves them in Confluence when the PR is merged.
|
|
20
23
|
|
|
21
24
|
> **Zensical compatible** — [Zensical](https://zensical.org/) is the modern successor to MkDocs + Material for MkDocs. Since it uses the same `mkdocs.yml` format and Python Markdown extensions, your Zensical project works with mk2conf today with no changes required.
|
|
22
25
|
|
|
@@ -86,12 +89,15 @@ mk2conf preview --page index.md --watch
|
|
|
86
89
|
# Dry-run: see what would be published
|
|
87
90
|
mk2conf publish --dry-run
|
|
88
91
|
|
|
89
|
-
# Publish all nav pages
|
|
92
|
+
# Publish all nav pages (and the changelog page if configured)
|
|
90
93
|
mk2conf publish
|
|
91
94
|
|
|
92
95
|
# Export a section to PDF
|
|
93
96
|
mk2conf pdf --section Guide --out guide.pdf
|
|
94
97
|
|
|
98
|
+
# Install the changelog AI skill into your editor
|
|
99
|
+
mk2conf install-skill
|
|
100
|
+
|
|
95
101
|
# Sync Confluence comments to GitHub PR review threads
|
|
96
102
|
mk2conf sync-comments
|
|
97
103
|
```
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "mkdocs2confluence"
|
|
3
|
-
version = "0.13.
|
|
3
|
+
version = "0.13.4"
|
|
4
4
|
description = "Publish MkDocs Material pages to Confluence Cloud — admonitions, Mermaid diagrams, tabs, page properties and more"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
license = { text = "GPL-3.0-or-later" }
|
{mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4/src/mkdocs2confluence.egg-info}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mkdocs2confluence
|
|
3
|
-
Version: 0.13.
|
|
3
|
+
Version: 0.13.4
|
|
4
4
|
Summary: Publish MkDocs Material pages to Confluence Cloud — admonitions, Mermaid diagrams, tabs, page properties and more
|
|
5
5
|
Author: Anders Hybertz
|
|
6
6
|
License: GPL-3.0-or-later
|
|
@@ -58,7 +58,10 @@ Dynamic: license-file
|
|
|
58
58
|
|
|
59
59
|
A Python CLI tool that compiles MkDocs-flavoured Markdown into **native Confluence storage XHTML** and publishes it directly to Confluence Cloud. It is a **compiler/transpiler**, not an HTML converter — every construct maps to its native Confluence equivalent, so pages look and behave like hand-authored Confluence content.
|
|
60
60
|
|
|
61
|
-
|
|
61
|
+
- **Publish** — compiles your full `nav:` tree and pushes only changed pages (SHA-256 skip, no unnecessary version bumps or notifications).
|
|
62
|
+
- **What's New page** — designate a `CHANGELOG.md` with `confluence.changelog` and mk2conf publishes it as a pinned top-level page on every run, so Confluence readers always have one place to see what changed.
|
|
63
|
+
- **AI changelog skill** — `mk2conf install-skill` installs a bundled AI skill into your editor (Claude Code, Copilot, Cursor, Hermes) that analyses git changes to your docs and drafts a dated entry in `CHANGELOG.md` when the changes are significant.
|
|
64
|
+
- **Review bridge** — `sync-comments` turns open Confluence page comments into GitHub pull request review threads and auto-resolves them in Confluence when the PR is merged.
|
|
62
65
|
|
|
63
66
|
> **Zensical compatible** — [Zensical](https://zensical.org/) is the modern successor to MkDocs + Material for MkDocs. Since it uses the same `mkdocs.yml` format and Python Markdown extensions, your Zensical project works with mk2conf today with no changes required.
|
|
64
67
|
|
|
@@ -128,12 +131,15 @@ mk2conf preview --page index.md --watch
|
|
|
128
131
|
# Dry-run: see what would be published
|
|
129
132
|
mk2conf publish --dry-run
|
|
130
133
|
|
|
131
|
-
# Publish all nav pages
|
|
134
|
+
# Publish all nav pages (and the changelog page if configured)
|
|
132
135
|
mk2conf publish
|
|
133
136
|
|
|
134
137
|
# Export a section to PDF
|
|
135
138
|
mk2conf pdf --section Guide --out guide.pdf
|
|
136
139
|
|
|
140
|
+
# Install the changelog AI skill into your editor
|
|
141
|
+
mk2conf install-skill
|
|
142
|
+
|
|
137
143
|
# Sync Confluence comments to GitHub PR review threads
|
|
138
144
|
mk2conf sync-comments
|
|
139
145
|
```
|
|
@@ -544,7 +544,7 @@ def _cmd_publish(args: argparse.Namespace) -> None:
|
|
|
544
544
|
print(f"Dry run: would publish {len(pages)} page(s) to {conf_config.base_url}")
|
|
545
545
|
for page in pages:
|
|
546
546
|
print(f" {page.docs_path} → '{page.title}'")
|
|
547
|
-
if conf_config.changelog_file
|
|
547
|
+
if conf_config.changelog_file:
|
|
548
548
|
from mkdocs_to_confluence.publisher.changelog import _extract_title
|
|
549
549
|
cl_path = config.docs_dir / conf_config.changelog_file
|
|
550
550
|
cl_title = _extract_title(cl_path) or "What's New"
|
|
@@ -580,13 +580,12 @@ def _cmd_publish(args: argparse.Namespace) -> None:
|
|
|
580
580
|
prune=getattr(args, "prune", False) and not partial,
|
|
581
581
|
quiet=args.quiet,
|
|
582
582
|
)
|
|
583
|
-
# Changelog is a pinned top-level page
|
|
584
|
-
#
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
)
|
|
583
|
+
# Changelog is a pinned top-level page independent of the nav —
|
|
584
|
+
# always publish it when it has updates, even on partial runs.
|
|
585
|
+
publish_changelog(
|
|
586
|
+
config, conf_config, client, space_id,
|
|
587
|
+
space_key=conf_config.space_key, quiet=args.quiet,
|
|
588
|
+
)
|
|
590
589
|
except ConfluenceError as exc:
|
|
591
590
|
print(f"error: {exc}", file=sys.stderr)
|
|
592
591
|
sys.exit(1)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: mkdocs-changelog
|
|
3
3
|
description: Analyse doc changes since the last CHANGELOG.md update and draft a major-change entry if the changes qualify.
|
|
4
|
-
version: "1.
|
|
4
|
+
version: "1.1.0"
|
|
5
5
|
tags: [documentation, git, changelog, mkdocs, confluence]
|
|
6
6
|
specificity: context-specific
|
|
7
7
|
tool_agnostic: true
|
|
@@ -47,23 +47,31 @@ Analyse git changes to the docs directory since the last `CHANGELOG.md` commit.
|
|
|
47
47
|
```markdown
|
|
48
48
|
## YYYY-MM-DD — Brief title describing the major change
|
|
49
49
|
|
|
50
|
-
One or two sentences summarising what fundamentally changed and why it matters to readers.
|
|
51
|
-
|
|
52
50
|
### Added
|
|
53
51
|
- …
|
|
54
52
|
|
|
55
53
|
### Changed
|
|
56
54
|
- …
|
|
57
55
|
|
|
56
|
+
### Deprecated
|
|
57
|
+
- …
|
|
58
|
+
|
|
58
59
|
### Removed
|
|
59
60
|
- …
|
|
61
|
+
|
|
62
|
+
### Fixed
|
|
63
|
+
- …
|
|
64
|
+
|
|
65
|
+
### Security
|
|
66
|
+
- …
|
|
60
67
|
```
|
|
61
68
|
|
|
62
69
|
Rules for the entry:
|
|
63
70
|
- Date is today's date in `YYYY-MM-DD` format
|
|
64
|
-
- Sections (`Added`, `Changed`, `Removed`) are included only when non-empty
|
|
65
|
-
- No version numbers — dates only
|
|
66
71
|
- Title is a brief, reader-facing description (not a git commit message)
|
|
72
|
+
- No version numbers — dates only
|
|
73
|
+
- **Include only sections that have actual content** — omit any empty section entirely
|
|
74
|
+
- Section meanings: `Added` (new content), `Changed` (updated content), `Deprecated` (content being phased out), `Removed` (deleted content), `Fixed` (corrected errors or misleading information), `Security` (security-related documentation updates)
|
|
67
75
|
|
|
68
76
|
Prepend the entry above any existing entries in `CHANGELOG.md`. Do not commit — the user reviews, edits if needed, and commits manually.
|
|
69
77
|
|
|
@@ -71,7 +79,14 @@ One or two sentences summarising what fundamentally changed and why it matters t
|
|
|
71
79
|
|
|
72
80
|
- **Do not draft an entry for every change.** The changelog is for readers who want to know what fundamentally changed, not a git log. When in doubt, do not draft.
|
|
73
81
|
- **Do not commit.** Always leave the file for the user to review. The user runs `git add` and `git commit` themselves before publishing.
|
|
74
|
-
- **If CHANGELOG.md does not exist yet**, create it with
|
|
82
|
+
- **If `CHANGELOG.md` does not exist yet**, create it with this header before the first entry:
|
|
83
|
+
|
|
84
|
+
```markdown
|
|
85
|
+
# Changelog
|
|
86
|
+
|
|
87
|
+
All notable changes to this documentation are recorded here.
|
|
88
|
+
The format is inspired by [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
|
|
89
|
+
```
|
|
75
90
|
|
|
76
91
|
## Verification
|
|
77
92
|
|
|
File without changes
|
|
File without changes
|
{mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs2confluence.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs2confluence.egg-info/requires.txt
RENAMED
|
File without changes
|
{mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs2confluence.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
{mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/compiler/__init__.py
RENAMED
|
File without changes
|
{mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/compiler/models.py
RENAMED
|
File without changes
|
{mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/compiler/page.py
RENAMED
|
File without changes
|
{mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/emitter/__init__.py
RENAMED
|
File without changes
|
{mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/emitter/xhtml.py
RENAMED
|
File without changes
|
{mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/ir/__init__.py
RENAMED
|
File without changes
|
{mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/ir/document.py
RENAMED
|
File without changes
|
|
File without changes
|
{mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/ir/treeutil.py
RENAMED
|
File without changes
|
{mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/loader/__init__.py
RENAMED
|
File without changes
|
{mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/loader/config.py
RENAMED
|
File without changes
|
{mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/loader/extra_css.py
RENAMED
|
File without changes
|
{mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/loader/nav.py
RENAMED
|
File without changes
|
{mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/loader/page.py
RENAMED
|
File without changes
|
{mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/parser/__init__.py
RENAMED
|
File without changes
|
{mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/parser/markdown.py
RENAMED
|
File without changes
|
{mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/pdf/__init__.py
RENAMED
|
File without changes
|
{mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/pdf/generator.py
RENAMED
|
File without changes
|
{mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/pdf/render.py
RENAMED
|
File without changes
|
|
File without changes
|
{mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/preprocess/abbrevs.py
RENAMED
|
File without changes
|
{mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/preprocess/fence.py
RENAMED
|
File without changes
|
|
File without changes
|
{mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/preprocess/icons.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/preview/__init__.py
RENAMED
|
File without changes
|
{mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/preview/render.py
RENAMED
|
File without changes
|
{mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/preview/server.py
RENAMED
|
File without changes
|
{mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/publisher/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/publisher/client.py
RENAMED
|
File without changes
|
{mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/publisher/executor.py
RENAMED
|
File without changes
|
|
File without changes
|
{mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/publisher/models.py
RENAMED
|
File without changes
|
{mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/publisher/pipeline.py
RENAMED
|
File without changes
|
{mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/publisher/planner.py
RENAMED
|
File without changes
|
{mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/skill_installer.py
RENAMED
|
File without changes
|
{mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/sync/__init__.py
RENAMED
|
File without changes
|
{mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/sync/anchoring.py
RENAMED
|
File without changes
|
{mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/sync/command.py
RENAMED
|
File without changes
|
{mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/sync/comments.py
RENAMED
|
File without changes
|
{mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/sync/github.py
RENAMED
|
File without changes
|
{mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/sync/platform.py
RENAMED
|
File without changes
|
{mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/sync/state.py
RENAMED
|
File without changes
|
|
File without changes
|
{mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/transforms/abbrevs.py
RENAMED
|
File without changes
|
{mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/transforms/assets.py
RENAMED
|
File without changes
|
|
File without changes
|
{mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/transforms/footer.py
RENAMED
|
File without changes
|
{mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/transforms/images.py
RENAMED
|
File without changes
|
|
File without changes
|
{mkdocs2confluence-0.13.2 → mkdocs2confluence-0.13.4}/src/mkdocs_to_confluence/transforms/mermaid.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|