-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmkdocs.yml
78 lines (67 loc) · 1.74 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
site_name: Engenharia de Dados SATC
site_description: Documentacao do projeto <nome do projeto>
site_author: Jorge Luiz da Silva
site_url: https://jlsilva01.github.io/projeto-ed-satc
site_favicon: images/favicon.png
site_logo: images/logo.png
site_keywords: Engenharia de Dados, Engenharia de Software, SATC, Python, Pyspark, Delta, Jupyter, Git, GitHub, Markdown, MkDocs, Material Theme
repo_name: projeto-ed-satc
repo_url: http://github.com/jlsilva01/projeto-ed-satc
edit_uri: edit/master/docs/
docs_dir: docs
nav:
- Home: index.md
- Sobre: sobre.md
theme:
name: material
palette:
primary: blue
accent: light-blue
language: pt
features:
- navigation.footer
- navigation.tabs
- navigation.tabs.sticky
- navigation.path
#- navigation.paging
#- navigation.expand
- navigation.top
#- navigation.sidebar
- navigation.next-prev
#- navigation.toc
#- navigation.scrollspy
- search
icon:
repo: fontawesome/brands/github
hide:
- search
- navigation
- toc
extra:
social:
- icon: fontawesome/brands/mastodon
link: https://jl2tech.com
generator: false
copyright: Copyright © 2024 - <a href="#" target="_blank"><b>Jorge Luiz da Silva</b></a> - Todos os direitos reservados.
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascripts/extra.js
plugins:
- search
- mkdocstrings:
default_handler: python
markdown_extensions:
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- admonition
- pymdownx.details
- pymdownx.superfences
- attr_list
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg