90DaysOfDevOps/mkdocs.yml
2023-03-14 12:07:22 -04:00

50 lines
1.2 KiB
YAML

site_name: 90DaysOfDevOps
copyright: Copyright © 90DaysOfDevOps
theme:
logo: images/devops_icon.svg
favicon: images/devops_icon.svg
features:
- navigation.footer
name: material
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to system preference
# Repository
repo_name: MichaelCade/90DaysOfDevOps
repo_url: https://github.com/MichaelCade/90DaysOfDevOps
font:
text: Roboto
code: Roboto Mono
icon:
logo: logo
extra:
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.