mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-02 17:14:31 +02:00
docs(deps): bump mkdocs-material to new major version 8 (#2311)
* docs(deps): bump mkdocs-material to 8.0.2 * docs(deps): bump mkdocs-material to 8.0.3 * chore: add default version of docs * feat: add version warning * fix: remove version warning * docs(deps): bump mkdocs-material to 8.0.5 * added code annotation feature We can introduce new annotation with new PRs in the future. I'd advise against overhauling all code blocks with this feature in this PR - this PR should just introduce the feature. * docs(deps): bump mkdocs-material to 8.1.0 * fix: remove unnecessary default value re-add if version warning gets a thing in the future. See https://github.com/docker-mailserver/docker-mailserver/pull/2311#issuecomment-991805830 Co-authored-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
This commit is contained in:
parent
a4095a7d48
commit
7f731ebca0
2 changed files with 2 additions and 1 deletions
|
@ -35,6 +35,7 @@ theme:
|
|||
- navigation.top
|
||||
- navigation.expand
|
||||
- navigation.instant
|
||||
- content.code.annotate
|
||||
palette:
|
||||
# Light mode
|
||||
- media: '(prefers-color-scheme: light)'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue