Contributing¶
If you would like to contribute to confluence-markdown-exporter, please read the contribution guideline in the repository.
Reporting issues¶
Use the GitHub issue tracker. When reporting, include:
- Your Confluence flavour and version (Cloud, Server, Data Center)
- The exact command you ran
- The full output with
cme config set export.log_level=DEBUGenabled - A minimal page (if possible) reproducing the issue
Docs site¶
The documentation site is authored as Material for MkDocs and built with Zensical, then deployed to GitHub Pages.
- Sources live under
docs/as plain Markdown; the site config ismkdocs.yml. - Install the docs toolchain:
uv sync --group docs. - Local preview:
uv run zensical serve(serveshttp://127.0.0.1:8000). - Production build:
uv run zensical build --strict(outputs tosite/).
License¶
This tool is an open source project released under the MIT License.