-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
115 lines (100 loc) · 3.04 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
site_name: Notas de Aula em Programação em C
repo_url: https://github.com/lasarojc/fp_notes
site_description: Notas de aula do curso de Sistemas Programação em C da FACOM/UFU
edit_uri: ""
extra_javascript:
- https://unpkg.com/[email protected]/dist/mermaid.min.js
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
- javascripts/mathjaxhelper.js
extra_css:
- css/extra.css
theme:
name: material
palette:
- scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
accent: deep orange
primary: blue grey
- scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
language: pt
# custom_dir: overrides
features:
- search.suggest
- search.highlight
- navigation.indexes
- navigation.tracking
markdown_extensions:
- toc:
toc_depth: 5
- attr_list
#- mdx_math
- admonition
- footnotes
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight:
linenums: true
linenums_style: pymdownx-inline
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_div_format
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tabbed
- pymdownx.tilde
- pymdownx.keys
- pymdownx.snippets:
check_paths: true
copyright: "Copyright © 2021 Lásaro Camargos"
extra:
social:
# - icon: fontawesome/brands/twitter
# link: https://twitter.com/...
- icon: fontawesome/brands/github
link: https://github.com/lasarojc/ds_notes
name: These notes on Github
# - icon: fontawesome/brands/slack
# link: https://slack.knative.dev
# name: Slack
analytics:
provider: google
property: G-65TK61CS8M
version:
provider: mike
plugins:
- search
# - bibtex:
# bib_file: "refs.bib"
# cite_style: "pandoc"
# - drawio-exporter:
# cache_dir: 'drawio-exporter'
# drawio_executable: null
# drawio_args:
# - --no-sandbox
# format: svg
# sources: '*.drawio'
#
nav:
- Apresentação: preface.md
- Introdução:
- intro/index.md
- Rest: intro/rest.md