-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
144 lines (138 loc) · 4.23 KB
/
Copy pathmkdocs.yml
File metadata and controls
144 lines (138 loc) · 4.23 KB
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
site_name: Database Tycoon
site_description: A local-first analytics CLI for exploring any dataset.
site_url: https://database-tycoon.github.io/tycoon-cli/
repo_url: https://github.com/Database-Tycoon/tycoon-cli
repo_name: Database-Tycoon/tycoon-cli
edit_uri: edit/main/docs/
docs_dir: docs
site_dir: site
theme:
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/weather-night
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/weather-sunny
name: Switch to light mode
features:
- navigation.sections
- navigation.indexes
- navigation.expand
- navigation.top
- navigation.tracking
- toc.integrate
- search.suggest
- search.highlight
- content.code.copy
- content.code.annotate
- content.tabs.link
- toc.follow
icon:
repo: fontawesome/brands/github
markdown_extensions:
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- tables
- toc:
permalink: true
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/Database-Tycoon/tycoon-cli
- icon: fontawesome/brands/python
link: https://pypi.org/project/database-tycoon/
nav:
- Home: index.md
- Getting started:
- getting-started/installation.md
- getting-started/first-project.md
- getting-started/concepts.md
- Commands:
- Overview: commands/index.md
- Project:
- "tycoon init": commands/init.md
- "tycoon setup": commands/setup.md
- "tycoon register": commands/register.md
- "tycoon profiles": commands/profiles.md
- "tycoon semantics": commands/semantics.md
- "tycoon doctor": commands/doctor.md
- "tycoon docs": commands/docs.md
- Data pipeline:
- "tycoon data sources": commands/data/sources.md
- "tycoon data transform": commands/data/transform.md
- "tycoon data sync": commands/data/sync.md
- "tycoon data query / schema / clean": commands/data/query.md
- "tycoon data history": commands/data/history.md
- "tycoon data analyze": commands/data/analyze.md
- "tycoon data status": commands/data/status.md
- "tycoon data run-all": commands/data/run-all.md
- Services:
- "tycoon start / stop": commands/start.md
- Tools:
- "tycoon run": commands/run.md
- "tycoon notify": commands/notify.md
- "tycoon schedule": commands/schedule.md
- Reference:
- reference/tycoon-yml.md
- reference/templates.md
- reference/observability.md
- reference/environment.md
- reference/dependencies.md
- "All commands + options": reference/all-commands.md
- Recipes:
- recipes/csv-to-dashboard.md
- recipes/motherduck-cloud-sync.md
- recipes/existing-dbt-project.md
- recipes/existing-dbt-profile.md
- recipes/osi-export.md
- recipes/fivetran-metadata.md
- recipes/layered-architecture.md
- Releases:
- "v0.1.11": releases/v0.1.11.md
- "v0.1.10": releases/v0.1.10.md
- "v0.1.9": releases/v0.1.9.md
- "v0.1.8": releases/v0.1.8.md
- "v0.1.7": releases/v0.1.7.md
- "v0.1.6": releases/v0.1.6.md
- "v0.1.5": releases/v0.1.5.md
- "v0.1.4": releases/v0.1.4.md
- "v0.1.3": releases/v0.1.3.md
- "v0.1.2": releases/v0.1.2.md
- "v0.1.1": releases/v0.1.1.md
# Pages not in nav (not user-facing): design proposals (drafts in
# `docs/proposals/`), publishing notes, install scripts. Suppress
# mkdocs --strict warnings about them.
not_in_nav: |
/openmetadata.md
/publishing-to-pypi.md
/install_rill.sh
/proposals/v0.1.6-and-v0.1.7-open-questions.md
/proposals/v0.1.8-scope.md
/proposals/v0.1.9-scope.md