-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
41 lines (39 loc) · 912 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
31
32
33
34
35
36
37
38
39
40
41
site_name: Extração de dados
repo_url: https://github.com/CarduCaldeira/template-python-postgres
docs_dir: docs/
theme:
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: 'indigo'
accent: 'indigo'
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: 'indigo'
accent: 'indigo'
features:
- navigation.instant
- navigation.tabs
- navigation.top
- toc.integrate
- content.code.annotate
- content.tabs.link
- search.highlight
- search.share
- header.autohide
- header.sticky
- navigation.tracking
- mode-toggle
language: pt-BR
plugins:
- mkdocstrings:
handlers:
python:
paths: [source]
markdown_extensions:
- pymdownx.tasklist # Lista de tarefas
- pymdownx.emoji # Emojis
- pymdownx.mark
- pymdownx.tilde
- pymdownx.highlight