-
Notifications
You must be signed in to change notification settings - Fork 7
/
mkdocs.yml
47 lines (47 loc) · 1.4 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
site_name: dbt-score
theme:
name: material
logo: assets/medal.svg
favicon: assets/medal.svg
features:
- content.code.copy # Copy button for code blocks
- content.action.edit # Edit button pointing to Github
repo_url: https://github.com/PicnicSupermarket/dbt-score
plugins:
- search
- mkdocstrings
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
nav:
- Home: index.md
- Get started: get_started.md
- Create rules: create_rules.md
- Package rules: package_rules.md
- Configuration: configuration.md
- Programmatic invocations: programmatic_invocations.md
- Rules:
- rules/generic.md
- Reference:
- reference/cli.md
- reference/config.md
- reference/dbt_utils.md
- reference/exceptions.md
- reference/evaluation.md
- reference/models.md
- reference/rule.md
- reference/rule_registry.md
- reference/scoring.md
- Formatters:
- reference/formatters/index.md
- reference/formatters/human_readable_formatter.md
- reference/formatters/manifest_formatter.md
- reference/formatters/json_formatter.md
- Contributor's guide: contributing.md
- Changelog: https://github.com/PicnicSupermarket/dbt-score/blob/master/CHANGELOG.md