-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
41 lines (34 loc) · 1.06 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
repo_url: https://github.com/Requisitos-de-Software/2024.2-Grupo02
repo_name: 2024.2-Grupo02
# TODO - MUDAR A LOGO E FAVICON QUANDO DECIDIR O APP
site_name: Moodle - Requisitos de Software
extra_css:
- stylesheets/extra.css
theme:
name: material
palette:
- scheme: slate #slate = dark, default = light
primary: custom # cores - https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/#primary-color
accent: custom
toggle:
icon: material/brightness-4
name: Modo escuro
- scheme: default
primary: custom
accent: blue
toggle:
icon: material/brightness-7
name: Modo claro
locale: pt_br
logo: ./img/logowhite.png # logo na barra de navegação do site
favicon: ./img/logoslick.png # logo na aba do navegador
markdown_extensions:
- attr_list
- toc:
permalink: true
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.blocks.caption
- pymdownx.tabbed:
alternate_style: true
- pymdownx.caret