-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
77 lines (66 loc) · 2.29 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
site_name: TYPHOON
repo_name: typhoon-orchestrator
repo_url: https://github.com/typhoon-data-org/typhoon-orchestrator
edit_uri: ""
theme:
name: 'material'
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
palette:
scheme: typhoon
logo: 'img/typhoon_flat_icon_white.png'
extra_css:
- stylesheets/extra.css
- https://unpkg.com/mermaid@7.1.2/dist/mermaid.css
extra_javascript:
- https://unpkg.com/mermaid@7.1.2/dist/mermaid.min.js
google_analytics:
- 'UA-154972398-1'
- 'auto'
nav:
- Overview: 'index.md'
- Getting Started:
- Installation: 'getting-started/installation.md'
- Hello World: 'examples/hello-world.md'
- Typhoon Cli: 'getting-started/typhoon-cli.md'
- Creating your DAG: 'getting-started/creating-a-dag.md'
- Adding connections: 'getting-started/connections.md'
- Deployment: 'getting-started/deployment.md'
- Using Components: 'getting-started/using-components.md'
- Component UI: 'getting-started/using-component-ui.md'
- New Hooks (connections): 'getting-started/creating-hooks.md'
- Typhoon Shell: 'getting-started/typhoon-shell.md'
- Example Walkthroughs:
- Hello World: 'examples/hello-world.md'
- MySql to Snowflake: 'examples/mysql-to-snowflake.md'
- Pandas automation: 'examples/pandas-examples.md'
- Favorite Author Extended: 'examples/favorite_author_extended.md'
- Usage:
- Dag Context: 'usage/dag-context.md'
- "!Py & !Multistep": 'usage/py-multistep.md'
- Task flow control: 'usage/task-flow-control.md'
- Task testing: 'usage/task-testing.md'
- Functions: 'usage/functions.md'
- Transformations: 'usage/transformations.md'
- Components: 'usage/components.md'
- Hooks: 'usage/hooks.md'
- Variables & Templates : 'usage/templates.md'
markdown_extensions:
- markdown.extensions.codehilite:
guess_lang: false
- admonition
- codehilite
- extra
- pymdownx.tabbed:
alternate_style: true
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_div_format
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg