bigquery-etl/docs/mkdocs.yml

52 строки
1.3 KiB
YAML

---
site_name: BigQuery ETL
site_description: Mozilla BigQuery ETL
site_author: Mozilla Data Platform Team
# Repository
repo_name: mozilla/bigquery-etl
repo_url: https://github.com/mozilla/bigquery-etl/
edit_uri: ""
# Configuration
theme:
name: material
features:
- navigation.tabs
palette:
primary: teal
favicon: favicon.png
custom_dir: overrides
google_analytics:
- UA-104326577-3
- auto
markdown_extensions:
- mdx_truly_sane_lists
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.tasklist
plugins:
- search
- awesome-pages
nav:
- index.md
- UDFs:
- ... | mozfun/**.md
- ... | moz-fx-data-shared-prod/**.md
- Cookbooks:
- Common workflows: cookbooks/common_workflows.md
- Creating a derived dataset: cookbooks/creating_a_derived_dataset.md
- Testing: cookbooks/testing.md
- Reference:
- bqetl CLI: bqetl.md
- Bqetl Configuration: reference/configuration.md
- Recommended practices: reference/recommended_practices.md
- Incremental queries: reference/incremental.md
- Scheduling: reference/scheduling.md
- Public data: reference/public_data.md
- Airflow Tags: reference/airflow_tags.md
- Data Checks: reference/data_checks.md
- Stage Deploy & CI: reference/stage-deploys-continuous-integration.md