forked from dbt-labs/dbt-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
27 lines (25 loc) · 805 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
site_name: dbt documentation
docs_dir: docs
pages:
- Home: index.md
- Guide:
- Setup: guide/setup.md
- Usage: guide/usage.md
- Building Models: guide/building-models.md
- Configuring Models: guide/configuring-models.md
- Database Optimizations: guide/database-optimizations.md
- Testing: guide/testing.md
- Context Variables: guide/context-variables.md
- Using Hooks: guide/using-hooks.md
- Package Management: guide/package-management.md
- Macros: guide/macros.md
- Archival: guide/archival.md
- Best Practices: guide/best-practices.md
- Upgrading: guide/upgrading.md
- About:
- Overview: about/overview.md
- Viewpoint: about/viewpoint.md
- License: about/license.md
- Release Notes: about/release-notes.md
- Contributing: about/contributing.md
theme: readthedocs