-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
72 lines (68 loc) · 2.33 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
site_name: CalData Data Services and Engineering Infrastructure
theme:
name: material
logo: images/odi-square_logomark-blue.svg
favicon: images/odi-circle_logomark-blue.png
features:
- content.code.copy
palette:
# Palette toggle for light mode
- scheme: default
toggle:
icon: material/weather-night
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/weather-sunny
name: Switch to light mode
extra_css:
- stylesheets/extra.css
repo_name: cagov/data-infrastructure
repo_url: https://github.com/cagov/data-infrastructure
edit_uri: ""
markdown_extensions:
- toc:
permalink: true
- admonition
- pymdownx.highlight:
auto_title: false
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
nav:
- Introduction: index.md
- Code development:
- Local environment setup: code/local-setup.md
- Codespaces: code/codespaces.md
- Code Review: code/code-review.md
- Writing Documentation: code/writing-documentation.md
- Terraform Setup: code/terraform-local-setup.md
- GitHub Project Management: code/project-management.md
- Project infrastructure:
- Cloud infrastructure: infra/cloud-infrastructure.md
- Project architecture: infra/architecture.md
- Snowflake overview: infra/snowflake.md
- Project setup:
- Snowflake setup: setup/snowflake-setup.md
- git/Github setup: setup/repo-setup.md
- Terraform setup: setup/terraform-project-setup.md
- Sentinel setup: setup/sentinel-setup.md
- dbt Cloud setup: setup/dbt-setup.md
- Adding service accounts: setup/snowflake-service-accounts.md
- Project teardown: setup/project-teardown.md
- dbt:
- dbt overview: dbt/dbt.md
- dbt performance: dbt/dbt-performance.md
- dbt Cloud Snowflake project: dbt_docs_snowflake/index.html
- Data:
- Building footprints: data/footprints.md
- Learning:
- MDSA glossary: learning/glossary.md
- Security guidelines: learning/security.md
- Naming conventions: learning/naming-conventions.md
- git: learning/git.md
- dbt: learning/dbt.md
- Cloud data warehouses: learning/cloud-data-warehouses.md