-
Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy pathmkdocs.yml
More file actions
116 lines (111 loc) · 3.74 KB
/
mkdocs.yml
File metadata and controls
116 lines (111 loc) · 3.74 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
site_name: altimate-code
site_description: The data engineering agent for dbt, SQL, and cloud warehouses
site_url: https://altimateai.github.io/altimate-code
repo_url: https://github.com/AltimateAI/altimate-code
repo_name: AltimateAI/altimate-code
copyright: "© 2026 Altimate Inc. All rights reserved."
theme:
name: material
logo: assets/logo.png
favicon: assets/images/favicon.png
font:
text: Inter
code: JetBrains Mono
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: white
accent: blue
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: blue
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.sections
- navigation.top
- search.suggest
- search.highlight
- content.code.copy
extra_css:
- assets/css/extra.css
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- tables
- attr_list
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
nav:
- Home: index.md
- Getting Started: getting-started.md
- Data Engineering:
- Agent Modes: data-engineering/agent-modes.md
- Training:
- Overview: data-engineering/training/index.md
- Tools:
- Overview: data-engineering/tools/index.md
- SQL Tools: data-engineering/tools/sql-tools.md
- Schema Tools: data-engineering/tools/schema-tools.md
- FinOps Tools: data-engineering/tools/finops-tools.md
- Lineage Tools: data-engineering/tools/lineage-tools.md
- dbt Tools: data-engineering/tools/dbt-tools.md
- Warehouse Tools: data-engineering/tools/warehouse-tools.md
- Guides:
- Overview: data-engineering/guides/index.md
- Cost Optimization: data-engineering/guides/cost-optimization.md
- Migration: data-engineering/guides/migration.md
- Using with Claude Code: data-engineering/guides/using-with-claude-code.md
- Using with Codex: data-engineering/guides/using-with-codex.md
- Usage:
- TUI: usage/tui.md
- CLI: usage/cli.md
- Web: usage/web.md
- IDE: usage/ide.md
- GitHub: usage/github.md
- GitLab: usage/gitlab.md
- Configure:
- Overview: configure/config.md
- Providers & Models:
- Providers: configure/providers.md
- Models: configure/models.md
- Agents & Tools:
- Agents: configure/agents.md
- Tools: configure/tools.md
- Agent Skills: configure/skills.md
- Custom Tools: configure/custom-tools.md
- Commands: configure/commands.md
- Behavior:
- Rules: configure/rules.md
- Permissions: configure/permissions.md
- Context Management: configure/context-management.md
- Formatters: configure/formatters.md
- Appearance:
- Themes: configure/themes.md
- Keybinds: configure/keybinds.md
- Tracing: configure/tracing.md
- Telemetry: configure/telemetry.md
- Integrations:
- LSP Servers: configure/lsp.md
- MCP Servers: configure/mcp-servers.md
- ACP Support: configure/acp.md
- Develop:
- SDK: develop/sdk.md
- Server: develop/server.md
- Plugins: develop/plugins.md
- Ecosystem: develop/ecosystem.md
- Reference:
- Security FAQ: security-faq.md
- Network: network.md
- Troubleshooting: troubleshooting.md
- Windows / WSL: windows-wsl.md