-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
44 lines (39 loc) · 1.08 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
site_name: UpyExplorer
site_url: http://upyexplorer.com/
repo_name: UpyExplorer/upy-application
repo_url: https://github.com/UpyExplorer/upy-application
copyright: Fernando Celmer
nav:
- Home: index.md
- Screenshot: nav/screenshot.md
- Project:
- nav/project/download.md
- nav/project/installation-local.md
- nav/project/installation-docker.md
- nav/project/execution.md
- Settings:
- nav/settings/environment-variables.md
- nav/settings/python-virtual-environment.md
theme:
name: material
logo: assets/upy-explorer-icon.jpeg
favicon: assets/upy-explorer-icon.jpeg
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.highlight
- codehilite
- pymdownx.tabbed:
alternate_style: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
extra_css:
- stylesheets/extra.css
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/FernandoCelmer
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/fernando-celmer/