backstage / mkdocs-techdocs-core

The core MkDocs plugin used by Backstage's TechDocs as a wrapper around multiple MkDocs plugins and Python Markdown extensions
Apache License 2.0
83 stars 61 forks source link

Bump mkdocs-material package #56

Closed emmaindal closed 2 years ago

emmaindal commented 2 years ago

Releases 8.2.7

Temporarily limit Jinja version range to < 3.1 due to breaking changes (see https://github.com/mkdocs/mkdocs/issues/2794[](https://github.com/))

How to test

  1. You can install this package locally using pip and the --editable flag used for making developing Python packages. pip install --editable .
  2. use example project and add the plugin to your mkdocs.yml
    plugins:
    - techdocs-core
emmaindal commented 2 years ago

closing because #54