-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
36 lines (36 loc) · 1019 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
site_name: adfPy
theme:
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/toggle-switch
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/toggle-switch-off-outline
name: Switch to light mode
icon:
repo: fontawesome/brands/github-alt
repo_name: danielvdende/adfpy
repo_url: https://github.com/danielvdende/adfpy
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/danielvdende/adfpy
nav:
- Home: index.md
- Getting Started: getting_started.md
- User Guide:
- Pipelines: user_guide/pipelines.md
- Triggers: user_guide/triggers.md
- Deploying to ADF: user_guide/deploying.md
- Custom Activities: user_guide/custom_activities.md
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences