![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mkdocs-with-confluence) [![Build Status](https://travis-ci.com/pawelsikora/mkdocs-with-confluence.svg?branch=main)](https://travis-ci.com/pawelsikora/mkdocs-with-confluence) [![codecov](https://codecov.io/gh/pawelsikora/mkdocs-with-confluence/branch/master/graph/badge.svg)](https://codecov.io/gh/pawelsikora/mkdocs-with-confluence) ![PyPI](https://img.shields.io/pypi/v/mkdocs-with-confluence) ![PyPI - Downloads](https://img.shields.io/pypi/dm/mkdocs-with-confluence) ![GitHub contributors](https://img.shields.io/github/contributors/pawelsikora/mkdocs-with-confluence) ![PyPI - License](https://img.shields.io/pypi/l/mkdocs-with-confluence) # mkdocs-with-confluence MkDocs plugin that converts markdown pages into confluence markup and export it to the Confluence page ## Setup Install the plugin using pip: `pip install mkdocs-with-confluence` Activate the plugin in `mkdocs.yml`: ```yaml plugins: - search - mkdocs-with-confluence ``` More information about plugins in the [MkDocs documentation][mkdocs-plugins]. ## Usage Use following config and adjust it according to your needs: ```yaml - mkdocs-with-confluence: host_url: https:///rest/api/content space: parent_page_name: username: password: enabled_if_env: MKDOCS_TO_CONFLUENCE #verbose: true #debug: true dryrun: true ``` ## Parameters: ### Requirements - md2cf - mimetypes - mistune