-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
30 lines (30 loc) · 932 Bytes
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
site_name: Health&Med
site_description: Conectando saúde e tecnologia para um futuro mais saudável
site_url: http://fiap-3soat-g15-healthmed.s3-website-us-east-1.amazonaws.com
repo_url: https://github.com/FIAP-3SOAT-G15/healthmed-app
dev_addr: 0.0.0.0:8000
use_directory_urls: true
theme:
name: material
logo: logo-white.png
favicon: logo.png
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: blue
accent: blue
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: blue
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.tracking
- navigation.top
- navigation.indexes
- toc.follow