mirror of
https://github.com/crazy-max/diun.git
synced 2026-01-04 20:15:01 +01:00
MkDocs Materials 7.1.3 (#337)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
2
.github/CONTRIBUTING.md
vendored
2
.github/CONTRIBUTING.md
vendored
@@ -1,4 +1,4 @@
|
||||
## Contributing
|
||||
# Contributing
|
||||
|
||||
Hi there! I'm thrilled that you'd like to contribute to this project. Your help is essential for keeping it great.
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# syntax=docker/dockerfile:1.2
|
||||
|
||||
FROM squidfunk/mkdocs-material:6.2.8 AS base
|
||||
FROM squidfunk/mkdocs-material:7.1.3 AS base
|
||||
RUN apk add --no-cache \
|
||||
git \
|
||||
git-fast-import \
|
||||
|
||||
17
mkdocs.yml
17
mkdocs.yml
@@ -25,9 +25,20 @@ theme:
|
||||
custom_dir: docs/_overrides
|
||||
language: en
|
||||
palette:
|
||||
scheme: default
|
||||
primary: light blue
|
||||
accent: light blue
|
||||
- media: "(prefers-color-scheme: light)"
|
||||
scheme: default
|
||||
primary: light blue
|
||||
accent: light blue
|
||||
toggle:
|
||||
icon: material/weather-night
|
||||
name: Switch to dark mode
|
||||
- media: "(prefers-color-scheme: dark)"
|
||||
scheme: slate
|
||||
primary: light blue
|
||||
accent: light blue
|
||||
toggle:
|
||||
icon: material/weather-sunny
|
||||
name: Switch to light mode
|
||||
font:
|
||||
text: Roboto
|
||||
code: Roboto Mono
|
||||
|
||||
Reference in New Issue
Block a user