-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
100 lines (93 loc) · 2.77 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
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
site_name: Snowflake Account Evaluator dbt package
site_url: https://infinitelambda.github.io/dbt-snowflake-evaluator/
site_author: Infinite Lambda
site_description: Offical documentation of `Snowflake Account Evaluator dbt package` CLI
repo_name: infinitelambda/dbt-snowflake-evaluator
repo_url: https://github.com/infinitelambda/dbt-snowflake-evaluator
edit_uri: edit/main/docs/
copyright: Copyright © 2024 Infinite Lambda
nav:
- What is it?:
- What is it?: index.md
- ...
theme:
name: material
# custom_dir: docs/overrides
features:
- announce.dismiss
- content.action.edit
- content.action.view
- content.code.annotate
- content.code.copy
- content.tooltips
- navigation.footer
- navigation.indexes
- navigation.sections
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
palette:
- media: "(prefers-color-scheme)"
primary: black
scheme: slate
toggle:
icon: material/brightness-auto
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
primary: black
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
primary: black
scheme: default
toggle:
icon: material/brightness-4
name: Switch to system preference
font:
text: Roboto
code: Roboto Mono
favicon: assets/favicon.ico
logo: assets/favicon.ico
icon:
repo: fontawesome/brands/github
plugins:
- search
- awesome-pages
extra:
version:
provider: mike
annotate:
json: [.s2]
social:
- icon: fontawesome/brands/github
link: https://github.com/infinitelambda
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/infinite-lambda/
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.
analytics:
provider: google
property: !ENV GOOGLE_ANALYTICS_KEY
feedback:
title: Was this page helpful?
ratings:
- icon: material/heart
name: This page was helpful
data: 1
note: >-
Thanks for your feedback!
- icon: material/heart-broken
name: This page could be improved
data: 0
note: >-
Thanks for your feedback! Help us improve this page by
using our <a href="https://github.com/infinitelambda/dbt-snowflake-evaluator/issues/new/?title=[DOCS]+{title}+-+{url}" target=_blank>feedback form</a>.