-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
44 lines (36 loc) · 849 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
site_name: DataDots
site_url: https://datadots.com.br
site_description: An awesome project
site_author: Willian Moreira
# Choose a theme
theme:
name: material
logo: images/logo.png
favicon: images/favicon.ico
markdown_extensions:
- abbr
- attr_list
- pymdownx.snippets
# Define the navigation structure
nav:
- Home: index.md
- Spark: spark/intro-spark.md
# Plugins (optional)
plugins:
- search
- mkdocstrings
# Extra options
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/willianmrs/datadots
# - icon: fontawesome/brands/twitter
# link: https://twitter.com/yourusername
# Google Analytics (optional)
# google_analytics:
# - UA-XXXXX-X
# - auto
# Repository
repo_name: willianmrs/datadots
repo_url: https://github.com/willianmrs/datadots
# edit_uri: blob/master/docs/