-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
45 lines (39 loc) · 955 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
42
43
44
45
site_name: PyLinkAndTrack
repo_url: https://github.com/Diaszano/pylinkandtrack
repo_name: Diaszano/pylinkandtrack
edit_uri: tree/main/docs
theme:
name: material
language: pt-BR
logo: assets/urso.png
favicon: assets/urso.png
palette:
primary: teal
markdown_extensions:
- attr_list
- admonition
- pymdownx.tasklist
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
extra_css:
- stylesheets/extra.css
watch:
- linkandtrack
plugins:
- macros
- mkdocstrings:
handlers:
python:
paths: [linkandtrack]
extra:
vars:
name: PyLinkAndTrack
module: linkandtrack
project: pylinkandtrack
linketrack: "[Link&Track](https://linketrack.com/)"