mkdocs-techdocs-core icon indicating copy to clipboard operation
mkdocs-techdocs-core copied to clipboard

The core MkDocs plugin used by Backstage's TechDocs as a wrapper around multiple MkDocs plugins and Python Markdown extensions

Results 28 mkdocs-techdocs-core issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pygments](https://togithub.com/pygments/pygments) ([changelog](https://togithub.com/pygments/pygments/blob/master/CHANGES)) | `==2.17.2` -> `==2.18.0` |...

dependencies

I noticed the config was old and could need a update: ``` $ renovate-config-validator renovate.json5 INFO: Validating renovate.json5 WARN: Config migration necessary "oldConfig": { "labels": ["dependencies"], "extends": ["config:base", ":disableDependencyDashboard", ":gitSignOff"],...

Mermaid docs should be working with the Material for Mkdocs version that is in the techdocs container but they do not. https://squidfunk.github.io/mkdocs-material/reference/diagrams/ I have added to my mkdocs.yml: ``` -...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pymdown-extensions](https://togithub.com/facelessuser/pymdown-extensions) | `==10.3.1` -> `==10.8.1` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/pymdown-extensions/10.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

Creates a new release so that changes from https://github.com/backstage/mkdocs-techdocs-core/pull/182 can be picked up.

Fixes #187 Ran the tests locally, made sure the pip install succeeds & also the tests pass

Right now it's not possible to use mkdocs-techdocs-core and mkdocs 1.6, due to the very tight versioning coupling of mkdocs-material. `mkdocs-material` needs to be bumped to 9.5.19 in order to...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [plantuml-markdown](https://togithub.com/mikitex70/plantuml-markdown) | `==3.9.4` -> `==3.9.6` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/plantuml-markdown/3.9.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

I'm using the new 1.3 version of this plugin, which enables the `mkdocs-material` blog plugin. My `mkdocs.yaml` file looks like this: ``` site_name: 'Internal Blog for Bob Cotton' theme: name:...

We develop in a mono-repository. Some teams, such as the frontend, backend, and QA teams, work together. We expect to manage two documents in the same repository. I read those...