-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
78 lines (70 loc) · 1.72 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_url: https://yetl.io/
site_author: Shaun Ryan
site_description: >-
Data engineering framework to template data flow pipelines
and implement transforms in python
edit_uri: ""
# Repository
repo_name: sibytes/yetl
repo_url: https://github.com/sibytes/yetl
# Copyright
copyright: Copyright © 2021 - 2023 Shaun Ryan
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
theme:
# logo: assets/logo.png
name: material
features:
# - announce.dismiss
- content.code.annotate
# - content.tabs.link
- content.tooltips
# - header.autohide
# - navigation.expand
- navigation.indexes
# - navigation.instant
# - navigation.prune
- navigation.sections
# - navigation.tabs
# - navigation.tabs.sticky
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
# - toc.integrate
palette:
- scheme: default
primary: pink
accent: pink
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: purple
accent: purple
toggle:
icon: material/brightness-4
name: Switch to light mode
font:
text: Roboto
code: Roboto Mono
favicon: assets/logo.png
# icon:
logo: assets/logo.png
nav:
- index.md
- Project: project.md
- On-Board Datafeed: on-board-datafeed.md
- Reference:
- Project Config: reference/project-config.md
- Table Config: reference/table-config.md
- Pipeline Config: reference/pipeline-config.md
- Python API: reference/python-api.md
- About: about.md
site_name: YETL